*
{
	font-family: Verdana;

}
html
{
	background-color: #b8b3ae;
}

body
{
	font-family: Verdana;
	width: 100%;
	height: auto;
	background: #b8b3ae url(/img/body.png) 0 0 repeat-x;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#container
{
	display: block;
	width: 960px;
	margin: auto;
}


a
{
	text-decoration: none;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

img {border: none; height: auto; width: auto;}



#header
{
	background: #fff url(../img/header.gif) 0 0 repeat-x;
	height: 27px;
	width: 960px;
	background-color: #B0B0B0;
	color: #fff;
	font-family: Arial;
	font-size: 10px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	

}

#header ul
{
	margin-left: 40px;
}

#menulist li
{
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	font-size-adjust: 0.60;
}

#menulist li a
{
	color: #fff;
	font-size: 9px;
}

#header form
{
	height: 14px;
	margin: 0px;
	float: right;
	margin-right: 30px;
	padding: 0px;
	
	width: auto;
}
#header form p
{
	padding: 0;
	margin-left: 10px;
	text-align: center;
	display: inline;
}
#header form p #searchText
{
	border: none;
	background: none;
	background-color: #DFDBDA;
	margin-top: 3px;
	height: 14px;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
}
#header form p #searchButton
{
	cursor: pointer;
	position: relative;
	top: 3px;
	left: 2px;
	width: 8px;
}



div#frontmiddle
{
	background-color: #fff;
	width: 960px;
	height: 460px;
	text-align: center;
	padding-top: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
div#frontmiddle img
{
	 clear: both;
	 padding-top: 10px;
	 padding-bottom: 35px;
	 width: auto;
	 height: auto;
}


p#footertext
{
	margin-left: auto;
	margin-right: auto;
	
	text-align: center;
	height: 25px;
	font-size: 10px;
	color: #3e3e3e;
	padding-top: 5px;
	padding-bottom: 10px;
	
	width: 960px;
	
	background: white url(/img/logo.jpg) 60px 0 no-repeat;
	margin-top: none;
	margin-bottom: none;
}


#footer
{
	background: white url('/img/footer_bg.png') 0 100% repeat-x;
	text-align: center;
	height: auto;
	font-size: 11px;
	width: 960px;
	margin-top: 0px;
	padding-top: 20px;
	/*margin-left: 160px;*/
}



#footer div#footerlinks
{	
	text-align: center;
	margin-left: none;
	margin-right: none;
	background: transparent url(/img/footer_lang.png) 50% 100% no-repeat;
	height: 78px;
	width: 960px;
	
	
}

#footer div#footerlinks p
{
	position: relative;
	top: 20px;
}

#footer #footerlinks a
{

	color: #0271da;
	font-size: 10px;
	height: 25px;
	
}
#footer #footerlinks a:hover
{
	color: #D46D10;
}