/* General */
a {
	color: #E92821;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #F27E7B;
	text-decoration: none;
	border: none;
}
img, a:link img {border: none;}


/* layout */
body {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	background-color: #333;
	margin-top: 0px;
	color: #666;
}

#wrapper {
	margin:0 auto;width:956px;
}


/* headerdiv */
#header {
	background:url(images/header_bg.png) 0 100% no-repeat;
	height:135px;
	position:relative;
}
#header h1 {
	background:url(images/logo.png) no-repeat;
}
#header h1 a {
	display:block;
	text-indent:-666em;
	padding-top:0px;
	padding-bottom:5px;
}
#header p {
	padding:0px 0px 0px 0px;
/*	line-height:0px;*/
}
#header_logo {
	position:absolute;
	width:135px;
	height:26px;
	left: 20px;
	top: 13px;
}
#header_divider {
	background:url(images/header_divider.png) no-repeat;
	position:absolute;
	width:9px;
	height:92px;
	z-index:1;
	left: 177px;
	top: 18px;
	overflow:hidden;
}


/* Login */
#Login {
	position:absolute;
	width:328px;
	height:115px;
	z-index:2;
	left: 616px;
	top: 13px;
	text-align:right;
}
.input {
	background:url(images/input_bg.png);
	background-repeat: no-repeat;
	width:118px;
	height:18px;
	padding:0px 3px 0px 3px;
	border:none;
}
* html .input_fixed { background-attachment:fixed; }


/* UserCP */
#usercp {
	position:absolute;
	width:328px;
	height:115px;
	z-index:2;
	left: 235px;
	top: 13px;
	text-align:right;
}


/* Navbar */
#navbar {
	height:30px;
	width:674px;
	background: url(images/nav_bg.png) no-repeat 0px 0px;
	margin-left: 141px;
}
#navbar li {
	display:inline;
	float:left;
	margin-top:5px;
	padding: 0px 24px 0px 24px;
}
#navbar a {
	color:#eee;
	height:22px;
	display:block;
	float:left; /* use it or else IE will screw up the list */
}
#navbar a:hover {
	background:url(images/nav_hover.png) no-repeat bottom;
	color:#ffffff;
}


/* content */
#body_content {
/*	line-height:7px;*/
	background:url(images/body_top.png) no-repeat top;
	background-color:#ffffff;
}
#content {
	padding: 5px 15px 0px 15px;
}

#body_footer {
	background:url(images/body_bottom.png) no-repeat bottom;
	clear:both;
}	

.newsdate {
	color:#8F9F20;
	font-size: 11px;
}
#content h3 {
	color: #E92821;
	font-size: 12px;
}
#RightContent {
	position:absolute;
	float:right;
	text-align:right;
	width:488px;
	height:115px;
	z-index:1;
	left: 478px;
}


/* footer */
#footer {
	text-align:center;
}
#favs_left {
float:left;
width:400px;
}

#favs_right {
float:right;
width:400px;
text-align:right;
}


