/** Structural **/

#site_content { width:935px; margin:0 auto; background:#8CC320; }
#header { }
#header_left { float:left; width:170px; margin-right:10px; padding:15px 0 15px 20px; }
#header_right { float:left; width:735px; background:url(../creo_img/bgnd-header.gif) #557F00; color:#FFFFFF; }

#header_right a:link, #header_right a:visited { color:#FFFFFF; }


#main_body { width:915px; margin:20px 0 0 0; padding:0 10px 20px 10px; color:#FFFFFF; }
#main_body_inner { background:url(../creo_img/bgnd-main.gif) 190px 0 repeat-y; width:915px; }
#main_body_home { width:935px; background:url(../creo_img/bgnd-home.jpg) #8CC320 top left no-repeat; min-height:600px; height:600px; }
html>body #main_body_home { height:auto; }
#main_body_home #main_body { width:935px; padding:0; margin:0; color:#000000; }
#home_inner { padding:220px 0 0 310px; }

#body_left { float:left; width:180px; padding-right:10px; }
#body_centre {}
#body_right { float:left; width:705px; padding-left:20px; }

#footer { width:935px; margin:0 auto; background:url(../creo_img/footer-corner.gif)/* #436400*/ bottom right no-repeat; color:#FFFFFF; }
#footer_inner { padding:5px 10px; background:#436400; width:902px; }


/** General layout classes **/

.clear { clear:both; }
.center { text-align:center; }
.left { text-align:left; }
.right { text-align:right; }
.justify { text-align:justify; }
.float_left { float:left; }
.float_right { float:right; }
.margin { margin:10px 0; }
.margin_top { margin-top:10px; }
.margin_bottom { margin-bottom:10px; }
.bold { font-weight:bold; }
.overflow { overflow:hidden; }
.icon_general { float:left; margin-right:10px; }
.red_text { color:#CC0000; }

/* nextN */
/*.nextn_container { overflow:hidden; margin:10px 0; }
.nextn_container .intro { display:none; float:left; margin:0 5px 0 0; font-weight:bold; }
.nextn_container .general { float:left; margin:0 5px; text-decoration:underline; font-weight:normal; }
.nextn_container .selected { float:left; margin:0 5px; font-weight:bold; text-decoration:none; }
.nextn_container .previous_active { float:left; margin:0 5px; text-decoration:underline; font-weight:normal; }
.nextn_container .previous_page_inactive { display:none; float:left; margin:0 5px; }
.nextn_container .previous_inactive { float:left; margin:0 5px; }
.nextn_container .next_active { float:left; margin:0 5px; text-decoration:underline; }
.nextn_container .next_inactive { float:left; margin:0 5px; }
.nextn_container .next_page_inactive { display:none; float:left; margin:0 5px; }*/