html, body {
	margin:0;
	padding:0;
	font: 12px arial, hevetica, sans-serif;
	color: #333333;

}
body {
 	background:#333333;
}
	a {	color: #b52C07;	background:#FFFFFF !important;}
	a:hover {
		color:#710000;
		background:#FFFF00;
	}
	    h1,h2{
			margin:0;
			padding:0;
	        color: #b52C07;
	        font-size: 17px;
			margin-bottom:15px;
			background:#FFFFFF !important;

	    }
		h2 {
			color: #006600;

		}
	    p {
			margin:0;
			padding:0;
	        line-height: 20px;
			margin-bottom:15px;
			background:#FFFFFF !important;
	    }

.main {
	width:728px;
	margin:auto;
	background:#FFFFFF;
	text-align:left;
	padding-bottom:30px;
	background:#FFFFFF !important;
}
	#header {
		width:728px;
		height:90px;
		border-bottom:2px solid #000000;
		clear:both;
		margin-bottom:22px;
	}
	.content {
		width:500px;
		float:left;
		padding-left:20px;
		padding-right:25px;
		border-left:1px solid #1b703a;
		background:#FFFFFF !important;
	}

	#ads {
		width:250px;
		height:250px;
		background:#f5f5f5;
		float:right;
		margin-left:15px;
		margin-bottom:15px;
	}

.sidebar {
	width:155px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	background:#FFFFFF !important;

}
    .sidebar ul,.sidebar li{
		margin:0;
		padding:0;
		list-style:none;
		display:block;
	}
	.sidebar li {
		margin-bottom:20px;
	}
	.sidebar li li{
		display:block;
		margin-bottom:8px;
		background:#FFFFFF !important;
	}

.footer {
	width:728px;
	margin:auto;
	text-align:center;
	color:#FFFFFF;
	padding:20px 0;
	line-height:20px;
}


.clear {
	width:100%;
	height:1px;
	font-size:1px;
	line-height:1px;
	clear:both;
}
#green {
	background:#1b703a;
}