/* Start of CMSMS style sheet 'Devo CMS: layout-navtop-subright' */
/* NAV BAR AT THE TOP AND TWO COLUMNS OF CONTENT */
div#content {
 position:relative;
 width:900px;
}
div#main {
 float:left;
 width:520px; /*golden ratio 766 / 1.618 */
 display:inline;
}
div#sub {
 float:right;
 width:320px;
 display:inline;
}
div#local {
 display:none;
}
div#nav {
 width:640px;
 float:right;
 text-align:right;/*center; right;*/
}
/* End of 'Devo CMS: layout-navtop-subright' */

