body{
	background-image:url(style_images/patern.jpg);
	margin:0;
	overflow:auto;
	scrolling:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

#div_container{
	width:900px;
	float: left;
	background-image:url(style_images/back.jpg);
	background-repeat:repeat-y;
	height:auto;
}

#div_header{
	height:203px;
	background-repeat:no-repeat;
}

#div_menu{
	width:203px;
	float:left;
}

#div_menu a{
	position:relative;
	background-image:url(style_images/menu_back.jpg);
	background-repeat:repeat-x;
	top:50px;
	text-indent:10px;
	display:block;
	height:25px;
	line-height:28px;
	width:198px;
	border:0px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	text-decoration:none;
}

#div_menu a:hover{
	background-color:#0066FF;
}
	
#div_content{
	background-color:#deeaef;
	padding: 20px 0px 0px;
	width:657px;
	float:right;
}

#div_news{
	width:200px;
	height:300px;
	background-color:#ffffff;
	border-left:2px solid #0c4dc4;
	border-top:2px solid #0c4dc4;
	border-bottom:2px solid #0c4dc4;
	float:right;
}

#div_news_title{
	position:relative;
	width:200px;
	height:40px;
	line-height:40px;
	background-color:#70b9de;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

input{
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

select{
	width:250px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

textarea{
	width:250px;
	height:100px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

.input_error{
	background-color:#FFCC99;
}

.gb_read_more a{
	line-height:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#0066FF;
}

.gb_date{
	font-weight:bold;
	background-color:#70b9de;
	line-height:20px;
	border:2px solid #0c4dc4;
	border-bottom:0px;
}

.gb_msg{
	background-color:#FFFFFF;
	border:2px solid #0c4dc4;
	border-top:0px;
}
