body {
	background-color: #CBEAC8;
	padding-top: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	text-align: left;
	background-image: url(/assets/images/news_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 162px;
}
#masthead {
	padding: 0;
	margin: 0;
}
#navigation {
	font-size: small;
	padding-bottom: 0.1em;
	padding-left: 8px;
	padding-top: 0px;
	padding-right: 10px;
}
#news {
	float: left; 
	width: 241px;
	height:1%;
	margin: 15px 0 0 0px;
	padding: 0;
}
#content {
	float: none;
	padding: 0;
	background: url(/assets/images/content_bg.gif) #FFFFFF;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0 0 0 255px;
	width: 495px;
}
#news img {
	border:1px solid #007FC4;
}
#content img {
	border:1px solid #007FC4;
}
img.right { /*display: block; clear: both;*/ float: right; padding: 5px; margin-left: 5px; }
img.left { /*display: block; clear: both;*/ float: left; padding: 5px; margin-right: 5px; }

/* if an image is shorter than the paragraph (or other container) */
/* in which it resides, and you want clear whitespace below */
/* rather than the next inline element, apply this class to the */
/* image's containing paragraph. */
/* IE/Win exhibits this behaviour whether you want it to or not. */
/* see http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* this continues the previous (clearfix) fix */
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
	}
/* End hide from IE-mac */

.image {
	float: left;
	margin-top: 4px;
	width: 192px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	height:1%;
	border-top: 3px solid;
	border-top-color: #E6F5E4;
	margin-top: 10px;
}

/* Hack Section for float/3px bug in IE-win */
/* Thanks to positioniseverything.net */
/* Hide from IE5-mac \*/
  
* html #news {
	margin-right: 10px;
}
* html #content {
	margin: 0 -3px; ma\rgin: 0;
}

/* End hide from IE5-mac */
/* End hacks section */