body {

	margin: 			0px;
	background-color: 	#CCCC99;
	font-family: 		Verdana, Tahoma, Arial, Helvetica;
	text-align: 		center;
	font-size: 			13px;

}

a, a:link, a:visited, a:active {

	text-decoration: 	none;       
	font-family: 		Arial;     
	color: 				black;

}

a:hover {

	text-decoration: 	underline;       
	font-family: 		Arial;     
	color: 				#990000;

}

img {

	border: 			none;

}

#main {

	margin: 			auto;
	text-align: 		left;
	border:				2px solid #999966;
	width: 				634px;
	overflow:			hidden;

}

#header {

	width: 				634px;
	height: 			174px;
	background:			url('images/baner.jpg');
	

}

#content {

	width: 				634px;
	overflow: 			hidden;

}

#menu {

	float:				left;
	width:				115px;
	padding:			10px 10px 10px 15px;
	
}

#menu_bottom {

	

}

#site {

	float:				right;
	width:				469px;
	padding:			0px 5px 0px 0px;
	

}

#footer {

	width:				634px;
	margin-top:			20px;

}

#footer_left {

	float:				left;
	width:				140px;
	height:				98px;
	background-image:	url('images/footer.gif');

}

#footer_right {
	
	float: 				right;
	width: 				459px;
	font-size:			10px;
	color: 				#336600;
	font-weight:		bold;
	text-align: 		right;
	padding-right:		10px;
	block-align:		bottom;
}

.lang {

	display:			inline;
	width:				73px;
	background-color:	#336600;
	margin: 			0px;
	padding: 			0px 5px;

}

.lang a, a:active, a:visited, a:hover {

	color:				#FFFFFF;

}

#form {

	width: 				465px;

}

.label {

	font-weight: 		bold;
	text-align: 		right;
	float: 				left;
	width: 				172px;
	margin-right: 		10px;

}

.input {

	width: 				281px;
	float: 				left;
	clear: 				right;

}

.form_input {

	width: 				250px;

}