/** Structural **/

#site_content { margin:0 auto; }
#header {}
#header_inner {}
#header_inner a { float:right; }
#main_body {}

#body_left { float:left;}
#body_centre {}
#body_right { float:left;}

#footer { margin:10px auto 0 auto;}
#footer a { text-decoration:none; color:#666666; }
#footer a:hover { text-decoration:underline; }


.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; }
.main_title { margin-bottom:10px; }
.message { color:#CC0000; }

img.left { float:left; padding-right:5px; }
img.right { float:right; padding-left:5px; }