body {
	background-color: #49180F;
}


div.main {
	width:840px;
	height:630px;
	background: url('gfx/background.jpg') no-repeat;
	position:relative;
	z-index:0;
	margin-top: 20px;
	padding:5px;
	
}

div.menu {
	width:840px;
	height:50px;
	margin-top: 55px;
	padding:5px;
	text-align: center;
	
}

div.content {
	width:588px;
	height:323px;
	position:absolute;left: 122px; top: 173px;
	z-index:1;
	
}

div.main_pic {
	width:594px;
	height:323px;
	position:absolute;left: 119px; top: 173px;
	z-index:1;
	
}

div.gallery {
	width:588px;
	height:323px;
	position:absolute;left: 123px; top: 185px;
	z-index:1;
	
}

div.footer {
	text-align: center;
	z-index:1;
	
}

a.menu {
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 13px;
	text-align: justify;
	text-decoration: none;
	padding: 3px;
}

a.menu:hover {
	font-family: Tahoma;
	color: #000000;
	font-size: 13px;
	text-align: justify;
	text-decoration: none;
	padding: 3px;
	background: url('gfx/menu_hoover.jpg') no-repeat;
}

p.footer {
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 9px;
	text-align: center;
	padding: 0px;
}

p.small_text {
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
	line-height: 12px;
}

