body {
	background-color:#000;
	font-family:Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
		
	margin: 0px;
	height:100%;
	padding: 0px;
	text-align: center;
}
p, ul{
	font-size:12px;
	color: #000;
}

li{text-align:left; }
/* Headers */
h1, h2, h3, h4, h5 {
	font-family:Myriad, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #900;

}
h1 {
	font-size:20px;
	color: #fff;
	text-align:left;
	color: #900;
}
h2 {
	font-size:16px;
	color: #fff;
}
h3 {
	font-size:14px;
	color: #fff;
}
h4 {
	font-size:11px;
	color: #fff;
}
/* Links */
img {
	border:0px;
}
a:link {
	color: #000;
	font-weight:bold;
}
a:visited {
	color: #900;
	font-weight:bold;
}
a:hover {
	color: #900;
	font-weight:bold;
}
a:active {
	color:#093;
	font-weight:bold;
}
#container {
	position:relative;
	background-image: url(/images/cgweb3_y10m11d29.jpg);
    background-repeat: no-repeat;
    width: 960px;
	height:80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	clear: both;

}
/* HEADER AREA- TOP NAVS, PHONE NUMBER, MAIN NAV */
 #nav_top {
float:left;
	top:56px;
	width:960px;
	height:54px;
	text-align:left;
	clear: both;
	left: 483px;
}

#header {
	position:relative;
	height:191px;
	width:960px;
    text-align:left;
	clear: both;
}

#leftColumn {	
    position:relative;
	background-image:url(/images/slice_bodyLeft.jpg);
	background-repeat:no-repeat;
	float:left; 
	width:305px;
	height:505px; 
	text-align:left;
	clear:both;
	}

#maincontent {    position:relative;
	background-image: url(/images/slice_bodyContents.jpg);
	background-repeat:no-repeat;
	width:655px;
	height:505px;
    float:left;
	text-align:left;


} 

/* FOOTER INFORMATION */
#footer {     
    position:relative;
	width:960px;
	height:94px;
	clear:both;
	vertical-align:bottom;
}
/* 
.footerText {
	color:#FFF;  
	position:relative; 
	font-size:9px;
	float:left; 
	width:300px;
	
}

#footernav {
	font-size:9px; 
	width:300px;
	clear:both; 
	text-align:right; 
	float:right;
	margin-right:10px; 
}

#footernav a:link, #footernav a:hover,  #footernav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#footernav a:active, #footernav a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
*/