/* 8.5.3 */
html,body{
	text-align:center;
}
#document{
	width:760px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	/*position:relative; must be postioned so navs absolute postioning has a basis other than browser window*/
}
#branding{
	position:relative; /*must be postioned so following elements including navs absolute postioning has a basis other than browser window*/
	/*this is determining how far down both content sections start*/
	background:#D1D1D1;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	z-index:5;
}
#navigation{
	position:relative;
	height:80px;

}
#contentmain{
	float:right;
	display:inline;
	position:relative;
	width:585px;
	margin-bottom:4em; 
	margin-top:1.5em; /*11 px or .9em essential for firefox or h1/img"slice" block access to the 			links and they become so you can't use them AND at least 1.5em so that will link at bottom line*/
} 

#contentsub{
	width:150px;
	float:left;
	position:relative;
	padding-bottom: 2em;
	margin-bottom:4em;
}
div#rightcolumn{
	width:170px;
}
div#noticemehome{
	float:right;
	width:165px;
	padding:20px 0 20px 22px;
	border-left:solid #F4F4F4 5px;
}
div#noticeme{
	width:170px;
	border-left:solid 1px #9E9E9E;
	padding-bottom:1em;
}
#contentmain div#noticeme.right{
	margin:2em 0 0 0;
}

div#w585{
	width:100%;
}
#contentmain div#w450{
	width:450px;
}
#contentmain div#w385{
	width:385px;

}

#brandblock{
	position:relative;
	margin-top:10px;
	clear:both;
	height:4.7em;
}
#brandblock li{
	font-size:9px;
}
#siteinfo{
	clear:both;
	border-top: 1px solid #9E9E9E;
}


