#contentContainer{
	position:relative;
	width:1024px;
	height:100%;	
	left:50%;
	margin-left:-640px;
}

#logo{
	position:relative;
	top:30px;
	left:175px;
	height:193px;
	width:230px;
	margin-bottom:10px;
}

#holder_top{
	position: relative;
	left:175px;
	background-image: url('../images/holder_top.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 929px;
	height: 270px;
	margin-top:0;
	margin-bottom:0;
}

#site_thumb{
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	float:left;
	width:702px;
	height:270px;
}

#thumb_text{
	position:absolute;
	text-align: center;
	width:702px;
	padding:15px 0px 15px 0px;
	z-index:10;
	background-color: #FFF;
	opacity: 0.8;
	filter:alpha(opacity=80); /* For IE8 and earlier */
	font-family: Tahoma, sans-serif;
	display: none;
}

#thumb_text a{
	text-decoration: none;
	color:#000;
}

#site_thumb img{
	position:absolute;
	top:0;
	left:0;
	display: none;
}

#site_thumb img.active{
	display:block;
}

#twitter_block{
	float:left;
	margin-left: 18px;
	height:270px;
	width:208px;
}

#twitter_update_list{
	margin-top:30px;
	width:190px;
	height:200px;
	margin-left:7px;
	color:#FFF;
	font-family: Verdana;
	line-height:1.5em;
	font-size:12px;
	overflow:hidden;
}

#twitter_update_list li{
	list-style-type:none;
	margin-bottom:5px;
}

#twitter_update_list li a{
	color:#673912;
}

#title_twitter_block{
	position:relative;
	z-index:2;
	top:20px;
	left:55px;
	width:157px;
	height:30px;
	background-image: url('../images/title_twitter_block.png');
	background-repeat: no-repeat;
}

#menu_top{
	position: relative;
	float:left;
	top:5px;
	left:175px;
	width:708px;
	height: 37px;
	font-family: Tahoma, sans-serif;
	color:#FFF;
	font-size:14px;
}

.menu_button{
	position: relative;
	float: left;
	width: 177px;
	height: 36px;
	background-image: url('../images/menu_button.png');
	background-repeat: no-repeat;
	text-align:center;
	padding-top:10px;
	margin-left:-1px;
}

#menu_top a{
	color:#FFF;
	text-decoration: none;
}

#menu_top a:visited{
	color:#FFF;
}

.menu_button_active{
	position: relative;
	float: left;
	width: 177px;
	height: 37px;
	background-image: url('../images/menu_button_active.png');
	background-repeat: no-repeat;
	text-align:center;
	padding-top:10px;
}

.menu_button_hover{
	position: relative;
	float: left;
	width: 177px;
	height: 36px;
	background-image: url('../images/menu_button_hover.png');
	background-repeat: no-repeat;
	text-align:center;
	padding-top:10px;
	margin-left:-1px;
}

#social_media{
	position: relative;
	left:172px;
	margin-left:15px;
	float:left;
	top:5px;
	width:208px;
	height:37px;
	background-color: #4d4942;
	text-align: center;
}

.social_media_icon{
	height:26px;
	margin-top:7px;
	margin-left:2px;
	margin-right:2px;
}

#content_top{
	position:relative;
	left:175px;
	float:left;
	margin-top:10px;
	background-image: url('../images/content_block_top.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 929px;
	height: 4px;
}

#content_mid{
	position:relative;
	left:175px;
	float:left;
	background-image: url('../images/content_block_mid.png');
	background-repeat: repeat-y;
	background-position: top;
	width: 929px;
}

#content{
	position: relative;
	float: left;
	width:700px;
	color:#FFF;
	font-family: Tahoma, sans-serif;
	font-size:14px;
	line-height:1.5em;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:20px;
}

#content h1{
	font-size:22px;
	margin-bottom:10px;
}

#content h2{
	font-size:16px;
	color: #b7631c;
}

#content img{
	margin:8px;
	border:1px solid #FFF;
}

#content a{
	text-decoration: underline;
	color:#FFF;
}

.contentdiv{
	width:680px;
}

#content_bottom{
	position:relative;
	left:175px;
	float:left;
	background-image: url('../images/content_block_bottom.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 929px;
	height: 4px;
	margin-bottom:20px;
}

#content .button{
	margin-top:8px;
}

#content input{
	margin-bottom:5px;
	margin-top:2px;
	border:1px solid #FFF;
}

#content textarea{
	width:300px;
	height:150px;
}

#extra_block{
	float:left;
	margin-left: 15px;
	height:170px;
	width:200px;
}

#title_extra_block{
	position:relative;
	z-index:2;
	top:20px;
	left:50px;
	width:157px;
	height:30px;
	background-image: url('../images/extra_block_title.png');
	background-repeat: no-repeat;
	padding:8px 0 0 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
}

#extra_block_text{
	margin-top:30px;
	width:190px;
	height:200px;
	margin-left:7px;
	color:#FFF;
	font-family: Verdana;
	line-height:1.5em;
	font-size:12px;
}

#extra_block_text div{
	display:none;
}

#title_extra_block div{
	display:none;
}

#footer{
	position:relative;
	left:175px;
	float: left;
	width:929px;
	height:20px;
	font-family: Tahoma, sans-serif;
	font-size:12px;
	color:#dedede;
	padding-bottom:5px;
}

#footer a, #footer a:visited, #footer a:active{
	color:#FFF;
	text-decoration:underline;
}

#background{
	padding:0 0 0 0;
	position:relative;
	width:100%;
	height:100%;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	background-position: top;
}

body{
	background-image:url("../images/bg_gradient.png");
	background-repeat:repeat-x;
	background-color:#20201e;
}

p{
	margin-bottom:20px;
}

textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
