body {
 background: #666666;
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-size: 0.75em;
}
#container {
color:#333333;
/*background: url(images/bodybg.gif) #FFFFFF right repeat-y;*/
border: 1px solid #333333;
padding: 5px;
float: left;
width: 790px;
background-color: #FFFFFF;

}
#content {
width: 600px;

float:left;
}
#subContent {
 background-color: #B2CCE5;
 float:right;
 width: 170px;
 padding: 10px 0 10px 0;
}
#footer a{
 color: #ffffff;
 text-decoration:none;
 line-height: 1.5em;
}
.break {
 clear:both;
 }
 .linkBox {
 border: 1px solid #666666;
 width: 145px;
 padding: 5px;
 margin-left: 5px;
 background-color: #E0EBF5;
 }
 #subContent a {
 text-decoration:none;
 font-weight:700;
 color:#666666;
 }
 #content h2 {
  color: #00CC33;
 }
 #header img {
  float: left;
 }
 #mainNav {
 background: url(images/navbg.png) repeat-x;
 width: 810px;
 height:116px;
 color: #6699CC;
 }
 #mainNav ul {
 
  position:absolute;
  left: 370px;
  top: 75px;
  display:block;
  list-style:none;
 }
 #mainNav li {
  float: left;
  background:url(images/pipe.gif) center right no-repeat;
  padding: 0 0.9em 0 0.4em;
 }
 #mainNav li.last {
   background: none;
 }
 #mainNav a {
  color: #6699CC;
  text-decoration:none;
  font-weight: 700;
 }
 #mainNav a:active {
 	color: #00CC33;
 }
 #mainNav a:hover {
  color: #00CC33;
 }
 #mainNav .active {
  color: #00CC33;
 }
 #content a:Link {
  color: #6699CC;
  font-weight:700;
 }
  #content a:Visited {
  color: #666666;
  font-weight:700;
 }
  #content a:Hover {
  color: #00CC33;
  font-weight:700;
 }
  #content a:Active {
  color: #6699CC;
  font-weight:700;
 }
#right {
	width: 44%;
	float: left;
}
#left {
	width: 44%;
	float: left;
	padding: 0 1em 0 0;
}
#left a:Link {
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
#left a:Hover {
	text-decoration: underline;
}
#left a:Visited {
	text-decoration: none;
	color:#6699FF;
	font-weight:200;
}
.thumbs {
	float: left;
	border: 1px solid #999;
	padding:5px;
	margin:10px;
	background-color:#fff;
}
.imagerow {
	padding: 0.5em 2em 0.5em 5em;
	display:block;
}
