
/*													*/
/*   FileID:  [layout.css][CSS]						*/
/*	 Created: [26/03/2010]							*/
/*	 Author:  [James Kirby]							*/
/*											 		*/

/* ---------- THE FOLLOWING ARE UNIVERSAL STYLES & LAYOUTS ---------- */
html { overflow-y: scroll; }
body { margin:0 auto; color:#222; background:#fff; font-family:Georgia, "Book Antiqua", Palatino, serif; font-size:100%; max-width:1250px; }

#site_header { min-width:860px; padding-top:55px; }
#site_header #site_header_logo { width:24.5%; float:left; padding-top:0px; text-align:right; font-weight:bold; font-size:21px; letter-spacing:-1px; }
#site_header #site_header_logo a:hover { color:#999; text-decoration:none; }
#site_header #site_header_left_spacer { width:1.5%; float:left; }
#site_header #site_header_center_spacer { width:55%; float:left; padding-top:7px; }
#site_header #site_header_date { width:19%; float:left; padding-top:9px; text-align:left; font-weight:200; font-size:11px; }

#site_content { margin-top:40px; min-width:860px; }
#site_content #site_content_left_spacer { width:8%; float:left; }
#site_content #site_content_menu { width:18%; float:left; padding-top:1px; text-align:right; }
#site_content #site_content_menu a:hover { color:#999; text-decoration:none; }
#site_content #site_content_menu .disabled { color:#CCC; text-decoration:none; font-size:11px; }
#site_content #site_content_center_content { width:71%; float:left; padding-top:7px; margin-left:3%; min-height:570px; }

#site_content_intro { margin-top:40px; min-width:860px; }
#site_content_intro_left_spacer { width:37%; float:left; }
#site_content_intro_center { width:58%; float:left; }
#site_content_intro_center img { border:0px #FFF solid; }

#site_content_intro_center #polaroid { width:349px; height:397px; }
#site_content_intro_center #welcometext { margin-top:10px; width:349px; height:30px; }
#site_content_intro_center #welcometext #logo { float:left; width:11%; margin-left:30%; margin-right:1%; }
#site_content_intro_center #welcometext #text { float:left; width:52%; margin-left:1%; margin-top:7px; text-align:left; letter-spacing:-1px; }


#site_footer { min-width:850px; padding-top:25px; }
#site_footer #site_footer_left_spacer { width:1.5%; float:left; }
#site_footer #site_footer_content { width:24.5%; float:left; text-align:right;}
#site_footer #site_footer_content #site_footer_content_logo { width:45px; padding-top:3px; text-align:center; float:right; }
#site_footer #site_footer_content #site_footer_content_logo img { border:0px; }
#site_footer #site_footer_content #site_footer_content_details { width:150px; float:right; padding-top:0px; margin-left:1%; text-align:left; font-weight:200; font-size:10px; }
#site_footer #site_footer_content #site_footer_content_details .copyright { color:#666; }
#site_footer #site_footer_content #site_footer_content_details .email a:hover { color:#999; text-decoration:none; }
