@import "feed_menu_switch.css";
@import "feed_style.css";

body{background-color: #313031}

a {color:#990000; text-decoration:none}
a:hover {color:#990000; text-decoration:none}
a:visited {color:#990000; text-decoration:none}
a img {border: 1px solid #333333}

.ads {
margin-top: 5px;
margin-bottom: 5px;
}

.sponsors{
text-align: left;
margin: 0 0 3px 3px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
color: #990000;
}

#wrapper {
width: 850px;
margin: 0 auto 0 auto;
border: 1px solid #000000;
}

#top_nav {
width: 850px;
height: 70px;
background-color: #000000;
}

#top_ads {
float: left;
padding: 5px
}

#login {
float: right;
font-size: 12px;
color: #FFFFFF;
text-align: left;
margin-right: 5px;
}
#login a:hover{text-decoration:underline;color:#FECC65}
#login a:link, a:visited{text-decoration:none;color:#FECC65}

#top_logo {
background-color: #990000;
width: 850px;
height: 100px;
background: #990000 url('images/logo.gif') no-repeat;
}

#menu_top_container {
background: #990000 url('images/bg_menu.jpg') repeat-x;
width: 850px;
height: 70px;
}

#search {
float: left; 
margin-left: 20px; 
margin-top: 20px; 
}

/******Top Menu*******/
#menu_top {
float: right; 
margin-right: 20px; 
margin-top: 18px; 
border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
}

#menu_top_nav td {
	background-color: #000000;
	font: bold 14px/18px  "Times New Roman", Times, serif;
	color: #FFFFFF;
	border-right: 1px solid #ffffff;
}

#menu_top_nav td a {
display: block;
color: #FFFFFF;
background: #000000;
text-decoration: none;
padding:5px 10px 5px 10px;
}

#menu_top_nav td a:hover
{
color: #FFFFFF;
background: #990000;
}

/******Start Content*******/
#content_wrapper {
width: 850px;
height: auto;
background-color: #EEEEEE;
}

#content_left {
width: 150px;
height: auto;
background-color: #EEEEEE;
float: left;
}

/******Side Menu*******/
#menu_side {
list-style: none;
padding: 0;
margin: 0;
text-align: right;
}

#menu_side li a {
color: #990000;
font: bold 11px/22px verdana, arial, tahoma, sans-serif;
display: block;
height: 20px;
border-bottom: 1px solid #990000;
text-decoration: none;
}

#menu_side li a:hover {
background-color: #CCCCCC;
}

/******Main Content********/
#content_middle { 
	text-align: left;
	padding: 0 5px 0 5px;
	width: 370px; 
	height: auto; 
	float: left;
	border-left: 1px solid #858585;
	border-right: 1px solid #858585;
}

#content_middle a:hover{text-decoration:underline;color:#990000}
#content_middle a, a:link, a:visited{text-decoration:none;color:#990000}

#content_middle ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content_middle li img {
	float: left;
	margin: 0 5px 3px 0;
}

#content_middle p.date {
	font-size: 10px;
}

#content_middle p.text {
	margin: 0;
	font-family: arial;
	font-size: 12px;
}

#content_middle p.more {
	margin-top: 0;
	text-align: right;
}

#content_middle p.more a:link, #content_middle p.more a:visited {
	color: #990000;
	font-size: 12px;
	text-decoration: none;
}

#content_middle p.more a:hover {
	color: #FF6600;
	font-size: 12px;
	text-decoration: none;
}

/******Right Content********/
#content_right {
width: 318px;
height: auto;
float: right;
}

#content_right2 {
width: 150px;
height: auto;
float: right;
}

/******Footer Content********/
#footer_ads {
width: 850px;
height: 125px;
background-color: #FFFFFF;
border-top: 1px solid #000000;
}

#footer {
font-size: 10px; 
padding-top: 5px;
color: #FFFFFF;
width: 850px;
height: 17px;
background-color: #000000;
}
#footer a:hover,{text-decoration:underline;color:#FECC65}
#footer a:link, a:visited{text-decoration:none;color:#FECC65}