@CHARSET "UTF-8";
body{
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	margin: 0px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
}
a.img{
	border: 0px;
}
a:link,a:visited{
	color: #ad9454;
	text-decoration: none;
}
a:hover,a:active{
	color: #cdb474;
	text-decoration: underline;
}
.clearer{
	clear: both;
}
#maincontainer{
	width: 1033px;
	margin: auto;
	background-image: url(images/body_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
}
#twitter{
	position: absolute;
	top: 455px;
	left: 53px;
	width: 226px;
}
#twitter .top{
	background-image: url(images/twitter_top.png);
	height: 38px; 
}
#twitter .middle{
	background-image: url(images/twitter_middle.png);
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	color: #000000;
}
#twitter .bottom{
	background-image: url(images/twitter_bottom.png);
	height: 10px; 
}
#twitter img.avatar{
	float: left;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
#twitter .timestamp{
	font-size: 9px;
	padding-bottom: 3px;
}
#twitter a{
	font-weight: bold;
}
#header{
	width: 762px;
	margin-left: 260px;
}
#header #logo{
	padding: 10px;
	text-align: center;
}
#header #video{
	background-image: url(images/video_bg.png);
	width: 639px;
	height: 386px;
	margin-left: 70px;
	padding: 10px;
}
#menu{
	background-image: url(images/menu_bg.png);
	width: 960px;
	height: 75px;
	margin: auto;
}
#menu .inner{
	padding: 16px;
}
#menu .element{
	border-left: 1px solid #584314;
	border-right: 1px solid #d7c7a0;
	float: left;
	padding: 16px 17px;
	height: 11px;
}
#menu .element a:link,#menu .element a:visited{
	color: #FFF;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu .first{
	border-left: none;
}
#menu .last{
	border-right: none;
}
#lowerarea{
	
}
#maincontent{
	width: 600px;
	height: 729px;
	background-image: url(images/mainarea_bg.png);
	float: left;
	padding: 9px 9px 11px 11px;
	position: relative;
	margin-left: 45px;
}
#maincontent .inner{
	padding: 15px;
	height: 699px;
	overflow: auto;
}
#rightarea{
	width: 313px;
	float: left;
}
#facebook{
	margin: 5px 0px 0px 10px;
	border: 1px solid #cdb474;
	height: 547px;
	overflow: hidden;	
}
#ad img{
	border: 1px solid #cdb474;
	margin: 5px 0px 0px 10px;
}
#footer{
	height: 50px;
}
#blog{
	position: relative;
}
#blogbadge{
	position: absolute;
	top: 675px;
	left: 523px;
	z-index: 9999;
}
#blog .entry{
	font-size: 12px;
	padding-bottom: 10px;
} 
#blog h1{
	color: #cdb474;
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 18px;
	text-transform: uppercase;
}
#blog .datetime{
	color: #BBB;
	padding-top: 5px;
}
#blog .link{
	font-size: 11px;
}
#blog .large{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

