/** Structural **/

#site_content_background { padding-top:3px; }
#site_content { width:785px; margin:0 auto; background:url(../creo_img/bgnd.jpg) #FEFEFE top left repeat-x; }
#header { width:785px; background:url(../creo_img/header-top.gif) top left no-repeat; padding-top:15px; position:relative; }
#main_body { width:750px; margin:0 auto; }

#body_left { float:left; width:195px; margin-right:40px; height:400px; min-height:400px; margin-bottom:10px; background:url(../creo_img/body-left-btm.gif) #C6CFDD bottom left no-repeat; }
html>body #body_left { height:auto; }
#body_centre {}
#body_right { float:left; width:515px; overflow:hidden; }

#inner_left { float:left; width:315px; margin-right:30px; }
#inner_right { float:left; width:170px; }

#footer { width:765px; margin:0 auto; border-top:1px solid #000000; margin-top:10px; padding:10px 0; text-align:right; }
#footer_inner { text-align:left; margin-top:10px; color:#FFFFFF; background:url(../creo_img/footer-top.gif) #131E42 top left no-repeat; }
#footer_inner_btm { background:url(../creo_img/footer-bottom.gif) bottom left no-repeat; padding:5px 15px; }


/** 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; }

img.left { float:left; padding-right:5px; }
img.right { float:right; padding-left:5px; }

/* 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; }