body	{
	text-align: center;
	background: #a8c1c9;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a {
	color: #333;
	text-decoration: underline;
	}
	
a:hover {
	color: #333;
	text-decoration: none;
	}
	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
	
#container2 {
	background: url(images/mainbg.jpg) top repeat-y;
	margin: auto;
	text-align:center;
	width: 800px;
	}
	
#content {
	width: 800px;
	background: url(images/headerbg.jpg) transparent top no-repeat;
	min-height:580px;
	margin: 0;
	}
	
#menushell {
	float: left;
	height: 580px;
	margin-top: 140px;
	margin-left: 0;
	background: url(images/nav_bottom.jpg) transparent bottom left no-repeat;
	width: 222px;
	display: inline;
	}
	
#leftmenu {
	width: 210px;
	float: left;
	min-height: 400px;	
	text-align: left;
	margin-left: 6px;
	}
	
#leftmenu a {
	color: #ffffff;
	font-size: .7em;
	text-decoration: none;	
	}
	
#leftmenu a:hover {
	color: #62997c;
	}	
	
#leftmenu ul	{
	list-style: none;
	line-height: 30px;
	margin-top: 5px;
	
	}
	
#leftmenu li	{
	border-bottom: #FFFFFF 1px solid;
	}	
	
#bodybg {
	float: right;
	width: 509px;
	margin-top: 140px;
	margin-right: 39px;	
	margin-left: 0;	
	text-align: left;
	background: url(images/bodybg.jpg) transparent top center repeat-y;
	display: inline;
	}
	
#bodytop {
	background: url(images/body_top.jpg) transparent top center no-repeat;
	width: 509px;
	height: 42px;
	}	
		
#bodytext {
	width: 450px;
	min-height: 500px;
	text-align: left;
	margin-left: 27px;
	}
	
#bodytext h1 {
	font: 1.9em bold Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #b1111d;
	border-bottom: #b1111d 1px solid; 
	margin-top: 0;
	margin-bottom: 3px;
	}
	
#bodytext h3 {
	font: 1em bold Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #b1111d;
	padding: 0;
	margin-bottom: -13px;	
	}
	
#bodytext p {
	font: .8em Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 22px;
	}
	
#bodytext ul {
	font: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .8em;
	line-height: 22px;	 
	}
	
#bodytext ol {
	font: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: .8em;
	line-height: 22px;	 
	}
	
#bodybottom {
	background: url(images/body_bot.jpg) transparent bottom center no-repeat;	
	width: 509px;
	height: 42px;
	}
	
#footer {
	clear: both;
	width: 800px;
	background: url(images/footer.jpg) transparent bottom center no-repeat;
	height:21px;
	margin: 0;
	padding: 0px;
	}	


