/* primary area  */
body {
	background: #e5e5e5 url(backgrnd.jpg) repeat-x fixed;
	color: #4e4841;
	font: 11px/160% Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; }

/* center justified area */
#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1000px; }

/* global styles */
a:link, a:visited, a:active {
	text-decoration: none;
  color: #4e4841; }
a:hover {
	text-decoration: underline; }
h1 {
  font: 16px verdana, arial, sans-serif;
  color: red;
  text-decoration: none;
  font-weight: bold;
  margin: 3px 0 6px 0;  
  text-transform: uppercase; }
h2 {
  font: 16px verdana, arial, sans-serif;
  color: #4e4841;
  text-decoration: none;
  font-weight: bold;
  margin: 3px 0 6px 0;  
  text-transform: uppercase; }
hr {
  height: 1px;
  border: 0;
  color: #4e4841;
  background-color: #4e4841;
  clear: both; }
.note {
	font: 9px/160% Verdana, sans-serif; }
        
/* page header */
#header {
	height: 80px;
  margin: 0; }
#header a:link, #header a:visited, #header a:active {
	color: #4e4841;
	text-decoration: none; }
#header a:hover {
	text-decoration: underline; }
#header_right {
  margin: 10px 0 0 0;
  float: right;
  display: inline;
  text-align: right; }

/* menus */
.menu1 {
  padding-left: 12px;
  font: 11px/170% Verdana, sans-serif; }
.menu2 {
  padding-left: 18px;
  font: 13px/170% Verdana, sans-serif;
  font-weight: bold; }
.menucolor {
  color: red; }
  
/* flash content area */
#flashcontent {
  padding: 0;
  margin: 0; }

/* non-flash content area */
#wrapper {
  overflow:hidden;
  width: 1000px;
  margin: 0px 0px 10px 0px; }
#wrapper a:link, #wrapper a:visited, #wrapper a:active {
	color: #4e4841;
	border-bottom: 1px solid #a2a2a2; }
#wrapper a:hover {
	color: #4e4841;
	border-bottom: 1px solid #4e4841; }
  
/* divided content area */
#content_left {
  margin: 0;
  padding: 0;
  float: left;
  width: 480px; }
#content_right {
  margin: 0 0 0 500px;
  padding: 0; }

/* video content area */
#video_left {
  margin: 0 20px 0 0;
  padding: 10px;
  float: left; }
#video_right {
  margin: 0;
  padding: 0; }
  
/* divided content area on project pages */
#content_left_project {
  margin: 0;
  padding: 0;
  float: left;
  width: 320px; }

/* page footer */
#footer {
  color: #4e4841;
  clear: both;
	height: 50px;
  padding: 5px 0 0 0;
  margin: 0;
  border-top: #4e4841 solid 2px; }
#footer a:link, #footer a:visited, #footer a:active {
	color: #4e4841;
	text-decoration: none; }
#footer a:hover {
	text-decoration: underline; }
#footer_left {
  float: left; }
#footer_right {
  float: right;
  display: inline;
  text-align: right; }
#cr {
  padding: 10px; }

/* miscellaneous */ 
img.floatLeft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border-style: none; }
img.piclink {
  border-style: none; }
.column {
  position: relative;
  width: 330px;
  float: left; }
.date {
  font: 10px, Verdana, sans-serif;
  padding-left: 15px;
  font-style: italic; }
.green {
  color: #73ad29; }
img.indent {
  margin-left: 15px;
  border-style: none; }
  
