* {
margin: 0; 
padding: 0; 
}

body {
background-color: #00B4F6;
background-image: url("images/bodybackground.png");
background-repeat: repeat-x;
background-position: center top;
font-family: "Arial", Helvetica, sans-serif;
font-size: 0.8em;
width: 100%;
text-align: left;
}

a {
text-decoration: underline;
color: #00B0F0;
}
a:hover {
color: #FCC500;
}



/* MAIN */
/* --------------------------------------------------------------------------------------------------------------------------------------- */

#wrapper_s {
width: 100%;
}

#content_s {
background-color: #FFFFFF;
overflow: hidden;
width: 990px;
margin: 0 auto;
border-top: 3px;
border-top-style: solid;
border-color: #FCC500;
}



/* HEADER */
/* --------------------------------------------------------------------------------------------------------------------------------------- */

#header_s {
background-image: url("images/banner.png");
width: 990px;
height: 190px;
margin: 0 auto;
}

#header_advert_s {
position: absolute;
margin-left: 522px;
top: 12px;
width: 468px;
height: 60px;
}

#header_social_s {
position: absolute;
top: 172px;
height: 24px;
}
#header_social_s li {
display: inline;
margin-left: 3px;
border-style: none;
}
#header_social_s img {
border-style: none;
}


	
/* NAVIGATION */
/* --------------------------------------------------------------------------------------------------------------------------------------- */	
	
#navigation_s {
background-color: #444444;
width: 990px;
height: 38px;
margin-top: 10px;
margin-left: auto;
margin-right: auto;
font-size: 1em;
line-height: 18px;
font-family: "Calibri", serif;
font-weight: bold;
}
#navigation_s ul {
list-style:none;
}
#navigation_s li {
display:inline;
}
#navigation_s a {
float:left;
background-color: #00B4F6;
padding:0px 0px 0px 0px;
text-decoration:none;
}
#navigation_s a span {
color: #CCCCCC;
float:left;
display:block;
background-color: #444444;
padding: 10px 15px 10px 15px;
}
#navigation_s a:hover span {
color:#444444;
background-color: #FCC500;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation_s a span {float:none;}
/* End IE5-Mac hack */



/* LEFT CONTENT */
/* --------------------------------------------------------------------------------------------------------------------------------------- */
	
#left_content_s {
background-color: #FFFFFF;
float: left;
width: 660px;
border: 10px;
border-color: #FFFFFF;
border-style: solid;
}

.left_box_header_s {
background-color: #EEEEEE;
width: 93.5%;
border: 1px;
border-style: solid;
border-color: #DDDDDD;
color: #444444;
padding: 20px;
margin-bottom: 10px;
}
.left_box_header_s h1 {
font-size: 1.6em;
}
.left_box_header_s h2 {
font-size: 1.1em;
padding: 10px 0px 0px 0px;
color: #555555;
}
.left_box_header_s img {
border: 0px;
float: right;
padding: 18px 20px 30px 30px;
}

.left_box_spacer_image_s {
width: 100%;
height: 64px;
text-align: center;
}

.left_box_title_s {
background-image: url("images/left_box_s_title.gif");
width: 97%;
height: 25px;
padding: 10px 10px 0px 10px;
color: #444444;
}
.left_box_title_s h1 {
font-size: 1em;
text-transform: uppercase;
}

.left_box_s {
background-color: #EEEEEE;
width: 97%;
margin-bottom: 10px;
padding: 10px;
color: #444444;
}
.left_box_s p {
margin-bottom: 10px;
}



/* RIGHT CONTENT */
/* --------------------------------------------------------------------------------------------------------------------------------------- */

#right_content_s {
background-color: #FFFFFF;
float: right;
width: 300px;
padding: 10px 10px 10px 0px;
color: #444444;
}
#right_content_s h1 {
text-transform: uppercase;
margin: 10px 0px 4px 0px;
font-size: 1.1em;
}

.right_box_s {
background-color: #EEEEEE;
margin-bottom: 10px;
padding: 10px;
width: 93.5%;
border-top: 3px;
border-top-style: solid;
border-top-color: #FCC500;
}

.right_box_half_left_s {
background-color: #EEEEEE;
margin-bottom: 10px;
width: 53.5%;
border-top: 3px;
border-top-style: solid;
border-top-color: #FCC500;
float: left;
}

.right_box_half_right_s {
background-color: #EEEEEE;
margin-bottom: 10px;
padding: 10px;
width: 36.5%;
border-top: 3px;
border-top-style: solid;
border-top-color: #FCC500;
float: right;
}

	
	
/* FOOTER */
/* --------------------------------------------------------------------------------------------------------------------------------------- */
	
#footer_s {
background-color: #333333;
clear: both;
width: 100%;
}

#footer_links_s {
width: 990px;
margin: 0 auto;
padding: 20px 0px 200px 0px;
}
#footer_links_s p {
text-align: right;
}
#footer_links_s a {
color: #CCCCCC;
text-decoration: none;
}
#footer_links_s a:hover {
color: #FCC500;
}
#footer_links_s ul {
padding-right: 20px;
list-style: none;
float: left;
}
#footer_links_s li {
padding-bottom: 5px;
}



/* FEEDBURNER */
/* --------------------------------------------------------------------------------------------------------------------------------------- */

.feedburnerFeedBlock span.headline {
	font-weight: bold;
	} 
.feedburnerFeedBlock {
	color: #444444;
	text-align: left;
	font-size: 0.9em;
	}	
.feedburnerFeedBlock p.date { 
	color: #888888;
	font-weight: bold;
	font-size: 0.9em;
	float: right;
	margin-top: 3px;
	}
.feedburnerFeedBlock li { 
	list-style: none;
	margin-bottom: 10px;
	}
.feedburnerFeedBlock a { 
	}
	

	
/* INFO BAR */
/* --------------------------------------------------------------------------------------------------------------------------------------- */

#infobar {
background-image: url("images/stat.png");
text-align: center;
position: fixed;
z-index: 99999;
bottom: 0px;
left: 50%;
margin-left: -495px;
width: 990px;
height: 30px;
}

#infobar a {
color: #77cb00;
}

p.infobar {
text-align: left;
padding: 9px;
color: #F4F4F4;
}