#content	{
	padding-bottom: 20px;
	background: url(content_header.jpg) top left no-repeat;
	}	
#content h1	{
	font-size: 32x;
	color: #9BA554;
	padding-top: 12px;
	padding-left: 15px;
	padding-bottom: 10px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	}
#content h2	{
	font-size: 18px;
	}
.contentText	{
	padding-left: 15px;
	padding-right: 35px;
	}
	
.bodybox	{
	width: 230px;
	padding: 10px;
	padding-top: 0;
	margin: 10px;
	border: 1px solid #eee;
	float: left;
	height: 190px;
	background: url(bodybox_bg.png) white top left repeat-x;
	}
	
.singlebodybox	{
	padding: 10px;
	padding-top: 0;
	margin: 10px;
	border: 1px solid #eee;
	float: left;
	background: url(bodybox_bg.png) white top left repeat-x;
	}
.widebodybox	{
	width: 530px;
	padding: 10px;
	padding-top: 0;
	margin: 10px;
	border: 1px solid #eee;
	background: url(bodybox_bg.png) white top left repeat-x;
	clear: both;
	}
.widebodybox span	{
	color: #00f;
	font-weight: bold;
	}
.widebodybox img	{
	float: right;
	border: 0px;
	margin-left: 10px;
	}
	
.widebodybox:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.widebodybox .callout {
	background: url(corner.gif) bottom left no-repeat;
	background-color: #CBD8EB;
	float: right;
	width: 200px;
	margin-right: -10px;
	padding: 15px;
	text-align: center;
}
	
.bodybox h2, .widebodybox h2, .singlebodybox h2	{
	font-size: 16px;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}
.bodybox ul, .widebodybox ul, .singlebodybox ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	}


	
#footer	{
	clear: both;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: url(footer_bg.png) transparent bottom left no-repeat;
	}
	
	