@charset "UTF-8";
/* CSS Document */

body { 
	margin: 0; padding: 0;
	background-color:#fff355;  
	font-size:13px; 	
	font-family: Verdana, sans-serif;
}

a:link{ color: #CC6600; text-decoration:none; }
a:visited { color: #CC6600;  text-decoration:none; }
a:hover { color: #E09700; text-shadow:#333333; text-decoration:underline;}
a:active { color: #CC0000;  text-decoration:underline; }

#header-wrapper{
	background: url(../images/header.jpg) no-repeat top center;
	height:199px; 
}

#header {
	position:relative;
	margin: 0 auto;
	width:950px;
	height:199px; 
}

#wow{
	position:absolute;
	right:123px;
	top:75px;
	width: 220px;
	font-size:11px;
	color:#FFFF66;
}

#wow a:link{ color: #FFFF66; text-decoration:none; }
#wow a:visited { color: #FFFF66;  text-decoration:none; }
#wow a:hover { color: #FFFF66; text-shadow:#333333; text-decoration:underline;}
#wow a:active { color: #CC0000;  text-decoration:underline; }

#navigation{
	position:absolute;
	right:116px;
	bottom:20px;
	width: 429px;
	font-size: 17px;
	font-weight: bold;
	color:#CC6600;
}

#navigation a:link{ color: #CC6600; text-decoration:none; }
#navigation a:visited { color: #CC6600;  text-decoration:none; }
#navigation a:hover { color: #E09700; text-shadow:#333333; text-decoration:underline;}
#navigation a:active { color: #CC0000;  text-decoration:underline; }

#content-wrapper{
	position:relative;
	background: url(../images/bg-verticle.jpg) repeat-x bottom;
	/*min-height: 440px;*/
}

#content-footer-bg{
	position:relative;
	min-height: 440px;
	background: url(../images/footer.jpg) no-repeat bottom center;
	padding-bottom:110px;
}

#content-bg{
	position: relative;
	margin: 0 auto;
	width: 950px;
	min-height:440px;
	background:url(../images/bg.jpg) repeat-y top center;	
}

#follow-us{
	position: absolute;
	left: 285px;
	bottom:-76px;
	width: 330px;
	height:40px;
	font-size:11px;
	color:#FFFF66;
}
#follow-us img{ vertical-align:middle; border:0 }
#follow-us a:link{ color: #CC6600; text-decoration:none; }
#follow-us a:visited { color: #CC6600;  text-decoration:none; }
#follow-us a:hover { color: #E09700; text-shadow:#333333; text-decoration:underline; position:relative; top: -1px;}
#follow-us a:active { color: #CC0000;  text-decoration:underline; }

#footer{
	position: absolute;
	right: 75px;
	bottom:-70px;
	width: 330px;
	height:40px;
	font-size:11px;
	color:#FFFF66;
}

#byob{
	position:absolute;
	right:-60px;
	bottom:-16px;
	width: 150px;
	height:10px;
	font-size:10px;
	color:#FFFF66;
}

#content { 
	width:910px;
	margin:0 auto;
	clear:both;
	
}
