body {
	text-align: center;
	background-color: #C4CDCE !important;
	/* set new background color for IE's broken png support */
	background-color: #BDC7C8;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
a {
	font-weight: bold;
	color: #AB1531;
	text-decoration: none;
	border-bottom: 1px dotted #AB1531;
}
a:hover {
	color:#999999
}
#container {
	width: 800px;
	background: url(body_bg.png) top center repeat-y;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	width: 790px;
	background: url(header.png) transparent top left no-repeat;
	height: 112px;
	text-align: right;
	padding-top: 9px;
	padding-right: 10px;
	color: #AB1531;
	font-weight:bold;
	font-size: .7em;
}
#header a {
	color: #AB1531;
	text-decoration: none;
}
#header a:hover {
	color: white;
	border-bottom: 1px dashed #white;
}
#header ul {
	padding: 0;
	padding-left: 10px;
	height: 21px;
	margin: 0;
	list-style: none;
	text-align: right;
}
#header li {
	float: right;
	padding: 0;
	margin: 0;
}
#header ul li a {
	text-decoration: none;
	color: white;
	background: url(topmenu_bg.png) transparent top left repeat-x;
	padding: 0;
	padding-left: 15px;
	padding-right: 5px;
	height: 21px;
	border-bottom-width: 0;
}
#header ul li a:hover {
	color: #9BA554;
	border-bottom-width: 0;
}
#header .left {
	background: url(topmenu_left_bg.png) transparent top left no-repeat;
}
#header #loginform {
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
#header form {
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
}
#header input {
	border: 1px solid #D8C64F;
	background: url(topmenu_input_bg.png) #F4F6E3 top left no-repeat;
	width: 100px;
	height: 15px;
	color: #AB1531;
	margin-right: 10px;
}
#header label {
	padding-top: 10px;
	color: #AB1531;
	font-weight: bold;
}
#header button {
	background-color: transparent;
	border: 0;
	width: auto;
	background-image: none;
	color: #AB1531;
	font-weight: bold;
	font-size: .8em;
	margin: 0;
	padding: 0;
}
#middle {
	margin-left: 5px;
	margin-right: 10px;
}
#menu {
	width: 160px;
	background: url(menu_bg.png) transparent top left repeat-x;
	font-weight: bold;
	margin: 0;
	text-align: left;
	float: left;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 160px;
}
#menu li {
	position: relative;
}
#menu li ul {
	position: absolute;
	left: 159px;
	top: 0;
	display: none;
	background-color: #F0F3D7;
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	background: #transparent;
	padding: 5px;
	padding-left: 20px;
	border-width: 0;
	border: 1px solid #E5EBBD;
	font-size: .75em;
	font-weight: bold;
}
#menu ul li a:hover {
	display: block;
	color: #B8C751;
	background: url(menu_bullet.png) #ffffff top left no-repeat;
}
#menu ul li a:active, #menu ul li a.activeLink {
	background: url(menu_bullet.png) #ffffff top left no-repeat;
	color: #a8b741;
	border-right-width: 0px;
}
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li {
	float: left;
	height: 1%;
}
* html #menu ul li a {
	height: 1%;
}
/* End */
#menu li:hover ul, #menu li.over ul {
	display: block;
}
#menu li:hover ul, li.over ul {
	display: block;
}
#content {
	width: 624px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	float: right;
	text-align: left;
	font-size: .8em;
	line-height: 1.4em;
}
#content td p {
	margin: 0px;
	padding: 0px;
}
#footer {
	clear: both;
	height: 25px;
	padding: 0px;
	margin: 0px;
	background: url(footer_bg.png) transparent bottom left no-repeat;
}
.vote {
	margin-top:15px;
	width:600px;
	clear:both;
	text-align:center;
}
.vote a{

color:#0066FF;}
.info_authors{
margin-left:20px;
}