/* Start of CMSMS style sheet 'Devo CMS: layout-navtop-subright' */
/* A CSS Framework by Mike Stenhouse of Content with Style */
/* NAV BAR AT THE TOP AND TWO COLUMNS OF CONTENT */
div#content {
 position:relative;
 width:980px;
}
div#main {
 float:left;
 width:616px; /*golden ratio 766 / 1.618 */
 display:inline;
 margin-left:13px;
}
div#sub {
 float:right;
 width:318px;
 display:inline;
 margin-right:13px;
}
div#local {
 display:none;
}
div#nav {
}
/* End of 'Devo CMS: layout-navtop-subright' */

