*.html, body {
	margin-top: 27px;
	background-color: #2b2b29;
	font-family: "Arial";
	font-size: 13px;
	color: #5b5959;
}

#container{
	width: 806px;
	background-color: #fff;
}

#header{
	height: 156px;
	width: 806px;
	background-image: url(images/header.png);
}

.menu{
	padding-top:124px;
	text-align: left;
	padding-left: 20px;
}

#body{
	height: auto;
	width: 806px;
	background-color: #fff;
}

#sidebar{
	float:left;
	width: 211px;
	border-right: 1px solid #d4dbcf;
}

#other_information{
	width: 182px;
	height: 28px;
	background-image: url(images/other_information.png);
}
#other_information_section{
	text-align: left;
}

#other_information_section ul{
	list-style: none;
	padding-left: 0px;
	padding-right: 20px;
}

#other_information_section ul li{
	height: 25px;
	padding-left: 0px;
	background-image: url("images/list.png");
}


#latest_gas_price{
	clear:both;
	width: 182px;
	height: 28px;
	background-image: url(images/latest_gas_price.png);
}
#latest_gas_price_section{
	margin-left: 20px;
	text-align: left;
}
#voting_polls{
	clear:both;
	width: 182px;
	height: 28px;
	background-image: url(images/voting_polls.png);
}

#content{
	padding-top:10px;
	float:left;
	text-align: left;
	width: 583px;
	background-color: #fff;
	
	padding-left: 10px;
}

#footer{
	clear:both;
	height: 36px;
	width: 796px;
	background-image: url(images/footer.png);
	padding-left: 10px;
	padding-top: 5px;
	text-align: left;
	color: #fff;
}

a{
	color: #ff8a00;	
	font-size: 12px;
	text-decoration: none;
}


div#content h2 a{
	font-family: "Myriad Pro";
	font-size: 25px;
	color: #ff8a00;	
	text-decoration: none;
}

div.post h2 a,div.post h2{
	font-family: "Myriad Pro";
	font-size: 25px;
	color: #ff8a00;	
	text-decoration: none;
}

ul#arrow{
	list-style: none;
	list-style-image: url(images/arrow.png);
}

