/** Structural **/

#site_content { width:800px; margin:0 auto; padding:10px 0 0 0; }
#header { margin-bottom:10px; }
#header_inner { position:relative; background:url(../creo_img/img-header.jpg) top right no-repeat; }
#header_inner img { margin:25px 25px 24px 25px; }
#header_inner h1 { width:400px; position:absolute; /*bottom:5px;*/ top:5px; right:15px;/* color:#FFFFFF;*/ color:#000000; text-align:right; font-size:1.5em; }

#main_body { width:800px; }

#body_left { float:left; width:200px; margin-right:20px; }
#body_centre { float:left; width:390px; margin-right:20px; }
#body_right { float:left; width:170px; }
#body_centre_right { float:left; width:580px; }

#footer { width:800px; margin:10px auto 0 auto; color:#666666; border-top:1px solid #CCCCCC; padding:5px 0; }


/** 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; }
.no_border { border:none; }

/* 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; }