html, body{ 
	padding: 0px;
	margin: 0px;
	width: 100%; height: 100%;
}

body{
	background: url("../images/bg.jpg") repeat-x #320404;
	color: #660808;
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial;
	line-height: 140%;
}
img{
	border: 0px;
}
a{
	color: #660808;
	text-decoration: underline;
}
a:hover{
	color: #660808;
	text-decoration: none;
}
#container{
	width: 690px;
	padding: 10px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
#lang{
	text-align: right;
}
#header{
	width: 690px;
	height: 29px;
	background: white;	
	font-size: 8pt;
	padding: 140px 0px 0px 32px;
	margin: 0px 0px 8px 0px;
}

#menu{
	background-color: #660808;
	color: white;
	width: 600px;
	height: 35px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 30px;
}
#menu a{
	color: white;
	text-decoration: none;
}
#menu a:hover{
	color: white;
	text-decoration: underline;
}
#menu img.bar{
	padding: 7px 15px 0px 15px;
}

#content{
	width: 722px;
	background: white;
}
div.text{
	padding: 0px 0px 0px 48px;
} 
div.content_text{
	padding: 10px 0px 0px 25px;
}
div.contact_text{
	padding: 10px 0px 0px 25px;
	width: 195px;
}
div.footer{color: white; float: right; margin: 10px 0px 10px 0px}
div.footer a{color: white; text-decoration: underline;}
div.footer a:hover{color: white; text-decoration: none;}
ul, li{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 4px;
}
