@CHARSET "UTF-8";

html, body, p, img, ul, ol, li, table, tbody, tr, td, a, h1, h2, h3, h4, div, span, form, input, fieldset {
	margin: 0;
	padding: 0;
}

body{
	background-color: #0b0c0d;
	color: #333333;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-align: center;
	margin: 0;
}

.clr {
	clear: both;
}

a {
	color: #996633;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline; 
}

h2 { 
    color: #4b3520; 
	margin: 0px;
}

#main {
	width: 705px;
	height: 577px;
	display: block; 
	margin: 0 auto;
	padding: 0px;
	background:  url( '../gfx/bg.jpg') no-repeat 50% 50%;
	text-align: left;
	position: relative;
}

#content {
	text-align: left;
	position: relative;
	top: 175px;
	left: 60px;
	width: 420px;
	font-family: Georgia, "Times New Roman", Times, serif; 
}

#content p {
	margin: 10px 0;
}

#language {
	position: absolute;
	right: 3px;
	top: 3px;
}

#language a img {
	border: solid 1px #3e4040;
}

#menu {
	margin: 0px;
	padding: 0px;
	display: block;
	top: 125px;
	left: 50px;
	position: absolute;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 15px;
	font-size: 0px;
	line-height: 0px;
	content: '';
}

#footer {	
	position: absolute;
	bottom: 10px;
	width: 100%;
	text-align: center;
	color: #c6ad8e; 
	font-size: 11px;
}

#topphoto {
	position: absolute;
	bottom: 100px;
	padding: 0 60px;
}

#topphoto h3 {
	font-size: 16px;
}

#topphoto table {
	width: 100%;

}

#topphoto td {
	width: 33%;
	text-align: center;
}

#topphoto a img {
	border: solid 1px #996633;
}
