@charset "utf-8";
/* Home Styles */

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#535543 url(../graphics/home_bg.gif);
}
.oneColFixCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

#textdiv {
	background: url(../graphics/home_text_bg.gif) no-repeat;
	width:651px;
	float:right;
	margin-right:19px;
}

.home-text { padding:18px 20px 20px 180px; font-size:95%;}

#textdiv p { margin:0 0 10px 0;}

#navdiv { float:left; width:110px; background:#535543 url(../graphics/home_nav_bg.gif) no-repeat; xborder: 1px solid black; padding-top:0px;}
