/* Start of CMSMS style sheet 'Devo CMS: layout-navtop-localleft' */
/* NAV BAR AT THE TOP, LOCAL NAVIGATION ON THE LEFT AND ONE COLUMN OF CONTENT */
div#content {
 position:relative;
 width:980px;
 background:#000 url(images/bg-content.png) no-repeat center top;
}
div#main {
float:left;
width:980px;
}
div#main div{
margin-left:328px;
width:624px;
}
div#main div div{
margin-left:0;
width:auto;
}
div#local {
display:inline;
float:left;
margin:15px 0 10px -998px;
width:308px;
}
div#sub {
	display:none;
}
div#nav {
	width:100%;
	text-align:right;/*center; left;*/
}
/* End of 'Devo CMS: layout-navtop-localleft' */

