body {
	margin: 0px;
	padding: 0px;
	background: #ececec url(bg.png) repeat-y center;
	color: #666;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

a, a:visited{
	color: #ff7800;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#box {
	width: 800px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
}

#content {
	width: 520px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 10px;
	margin: 10px 0 10px 10px;
	clear: both;
	overflow:hidden;
}

#content p {
	padding: 0 0 5px 20px;
	margin-top: 40px;
	margin-left: 30px;
	border-bottom: solid 1px #CCCCCC;
}

.content_ads {
	text-align: center;
	padding: 0 0 10px 0;
}

#header {
	height: 30px;
	margin: 0px auto 5px;
	width:780px;

}

#header h1{
	text-decoration:none;
	color:#999;
	font-size: 14px;
	margin:0px;
	padding:13px 0px 0px 10px;
	float: left;
}
#header h1 a{
	text-decoration:none;
	color:#999;
	font-size: 14px;
	margin:0px;
	padding:13px 0px 0px 10px;
	float: left;
}
#header h1 a:hover{
	text-decoration:underline;
}

#logo {
	background: url(top.png) no-repeat;
	height: 200px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	}
	
#title {
	color: #00FF0C;
	font-size: 30px;
	font-weight: bold;
	height: 40px;
	text-align: right;
	padding: 7px;
	margin-top: -95px;
	margin-right: 25px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#title a{
	color: #00FF0C;
}

#feed{
	line-height: 18px;
	margin: 20px 0 20px 0;
}

#feed ul li, ol li {
    list-style-type: none;
	margin: 20px 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

#feed h2{
	font-size: 16px;
	margin: 25px 0 0 20px;
}

#feed h3, h4 a{
    font-size: 16px;
    margin-bottom: 5px;
}

#feed .date{
    font-size:10px; color:#000000;
}

#sidebar {
	width: 200px;
	float: right;
	line-height: 16px;
	display:inline;
	margin: 35px 8px 8px 0px;
	padding: 10px;
	font-size: 12px;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}

#sidebar li{
	list-style: none;
}

#sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color: #ff7800;
	display: block;
	text-decoration: none;
	margin: 10px 0 0 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-image: url(hr_l.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#sidebar ul li a:hover{
	border-bottom-color: #fff;
	color: #666;
	background-color: #EDFD67;
}

.feedico {
    padding: 15px 0 0 40px;
    margin-top: 15px;
    border-top: solid 1px #CCCCCC;
}

#footer_menu {
    padding: 5px 0 5px 0;
    border-bottom: solid 1px #CCCCCC;
}

#footer {
	clear: both;
	text-align: center;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 774px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#footer p{
	padding:10px;
	margin:0px;
}

