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;
}

.top_text {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    padding: 5px 0 5px 0;
	margin: 0 0 10px 40px;
}

.top_text ul {
    list-style: none;
}

.top_text li a {
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    padding: 5px 0 5px 30px;
	margin: 0 0 15px 0;
	background-image: url(check.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
}


#top_ads {
	background: url(box_image.jpg) no-repeat right center;
}

#content {
	width: 530px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 0 10px 10px 5px;
	margin: 0px 0 10px 5px;
	clear: both;
	overflow:hidden;
}

#content p {
	padding: 0 0 0 10px;
	margin-top: 0px;
	margin-left: 25px;
/*	border-bottom: solid 1px #CCCCCC; */
}

#content h2{
	color: #ff7800;
	font-size: 18px;
	margin: 0 0 20px 40px;
}

.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_bar.gif) no-repeat;
	height: 100px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	}
	
#top_menu {
    text-align: right;
    color: #FFFFFF;
    font-size: 12px;
    margin: -30px 10px 30px 0;
}

#top_menu a{
    background: #017707;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
    padding: 3px 8px 3px 8px;
    border: solid 1px #017707;
}

#top_menu a:hover {
    background: #CCCCCC;
	color: #ff7800;
	text-decoration: none;
}

#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 h3, h4 a{
    font-size: 14px;
    margin-bottom: 5px;
}

#feed .date{
    font-size:10px; color:#000000;
}

#sidebar {
	width: 200px;
	float: right;
	line-height: 16px;
	display:inline;
	margin: 0px 8px 8px 0px;
	padding: 0 10px 10px 10px;
	font-size: 12px;
}

#sidebar ul {
	list-style: none;
	margin: 0 0 10px 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;  */
	color: #0000FF;
	display: block;
	text-decoration: none;
	margin: 5px 0 0 0px;
	padding-top: 0px;
	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 {
    text-align:left;
    padding: 15px 0 15px 0;
}

#footer {
	background: url(footer_bar.gif) no-repeat top;
	clear: both;
	text-align: center;
	height: 40px;
	width: 774px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#footer p{
    color: #FFFFFF;
	background: url(footer_bar.gif) repeat-y;
	padding:10px;
	margin:0px;
}

#footer p a{
    color: #FFFFFF;
	padding:10px;
	margin:0px;
}

