body{
	background-image: url(img/background.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Verdana;
	font-size:13px;
	color: white;
	margin: 0px;
}
#wrapper {
	width: 800px;
	margin: 10px 97px;	
}	

#head {
	width: 798px;
	height: 150px;
	background-color: #2a2a29;
	border-width: thin;	
	border-style: solid ;	
	border-color: orange;	
	
}

#menu{
	padding-top: 3px;
	width: 798px;
	height: 20px;
	background-color: orange;
	border-width: thin;	
	border-style: solid;	
	border-color: orange;	
}



#left{
	width: 143px;
	height: 455px;
	background-color: #2a2a29;
	float: left;
	border-width: thin;	
	border-style: solid;	
	border-color: orange;	
	margin: 10px;
	padding-left: 7px;
	padding-top: 10px;
	text-align: left;
}


#right {
	width: 143px;
	height: 455px;
	background-color: #2a2a29;
	float: right;
	border-width: thin;	
	border-style: solid;	
	border-color: orange;	
	margin: 10px;
	padding-left: 7px;
	padding-top: 10px;
	text-align: left;
}


#center {
	width: auto;
	height: 480px;
	padding-left: 170px;
	padding-top: 5px;
	padding-right: 170px;
	background-color: #717170;
	border-width: thin;	
	border-style: solid ;	
	border-color: orange;	
	text-align: left;	
}


#footer {
	width: 798px;
	height: 15px;
	background-color: orange;
	border-width: thin;	
	border-style: solid ;	
	border-color: orange;	
	text-align: center;
	text-decoration: none;
	font-size:10px;

}

a {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	text-align: left;
	text-decoration: none;
	font-size:18px;
	font-family: Verdana;
	color: white;
}

span.fremhaev {
	text-align: center;
	font-weight: bold;
	font-size:18px;
	font-family: verdana;
	color: #FFFFFF;
	
}

span.haev {
	font-weight: bold;
	font-size:14px;
	font-family: Verdana;
	color: #FFFFFF;
}