@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
}
html>body {
	overflow-y:scroll!important;
	overflow-y:atuo;
}
*+html body{
	overflow-y:inherit!important;
}
html, body {
	height: 100%;
	text-align: center;
	font: 11px/18px Tahoma;
	background:#FFA31E url(../images/main_bg.gif) repeat-y;	
}
#wrapper {
	width: 733px;
	min-height: 100%;
	text-align: left;
	margin:0 auto;
	padding:0;
	background:#fff url(../images/test_bg.gif) repeat-y;
}
* html #wrapper {
	height: 100%;
}
#left_nav {
	width: 32px;
	min-height:100%;
	text-align: left;
	margin:0 auto;
	padding:0;
	background-color:#DD2027;
	border-right:1px solid #FFA31E;
	float:left;
}
a:hover{
	color:#FF9D01!important;
	text-decoration:underline!important;
}
#main {
	width:700px;
	float:right;
	background-color:#fff;
}
#content {
	width:700px;
	padding-top:20px;
}
#content a {
	color:#E63E17;
	text-decoration:none;
}
#main_content a {
	color:#E63E17;
	text-decoration:none;
}
#left_side {
	float:left;
	width:179px;
	padding:0 20px 30px 40px;
	border-right:1px solid #FFA31E;word-wrap: break-word; 
word-break: normal; 
}
#right_side {
	float:right;
	width:400px;
	padding:0 30px;
}
#left_side2 {
	float:left;
	width:385px;
	padding:0 40px 30px 45px;
}
#right_side2 {
	float:right;
	width:200px;
	padding:0 30px 0 0;
}
#right_side img {
	padding-left:20px;
}
#footer {
	width:703px;
	height:40px;
	text-align:right;
	color:#FFA31E;
	padding:10px 30px 10px 0;
	float:right;
	background:#fff url(../images/test_bg.gif) repeat-y left;
}
#footer a {
	color:#FFA31E;
	text-decoration:none;
}
.red_headline {
	font-weight:bold;
	color:#990000;
}
.selected_menu {
	color:#FF9D01!important;
}
.clean {
	clear:both;
}
#main_content {
	width:615px;
	padding:20px 40px 30px 45px;
}
.news_letter {
	float:right;
	width:190px;
	padding:0 0 0 15px;
	height:140px;
}
.news_letter form {
	padding:0;
	margin:0;
}
.news_letter img {
	padding-right:20px;
	cursor:pointer;
}
.news_letter input {
	border:none;
	height:22px;
	vertical-align:middle;
	margin:50px 0 0 20px;
	padding:6px 0 0 4px;
	width:150px;
}
.people {
	padding:5px 20px 6px 0;
}
.show_date {
text-decoration:underline;
}