html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	width: 850px;
	padding-left: 50px;
	margin-top: 50px;
	margin-bottom: 25px;
	padding-right: 50px;
	background-color:#000000;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(bgr.jpg);
	background-repeat: repeat;
}
select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px;
}
#menu {
	margin-top: 25px;
	padding-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #390000;
}
#content {
	margin-top: 25px;
	overflow: hidden;
	height: auto;
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
}
#footer {
	font-size: 10px;
	color:#555555;
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #390000;
}
#footer a:link {
	color: #555555;
}
#footer a:visited {
	color: #555555;
}
a:link {
	color: #888888;
	text-decoration: none;
}
a:visited {
	color: #888888;
	text-decoration: none;	
}
a:hover {
	color: #A60000;
	text-decoration: none;
}
img {
	border: 0px none;
}
.press {
	margin-top: 25px;
}
.press_title {
	color: #666666;
	margin-bottom: 10px;
}
.press img {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}
.press a:hover img {
	filter:alpha(opacity=25);
	-moz-opacity: 0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
}
.news {
	margin-top: 25px;
	padding-top: 25px;
	overflow: auto;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #390000;
}
.news h5 {
	margin-top: 0px;
	color: #666666;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: normal;
}
.news h2 {
	margin-top: 5px;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 18px;
}
.news p {
	margin-bottom: 0px;
}