/* CSS style sheet */

html, body {
	margin: 0 0 20px 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	background: url('bg_main.gif') top left #fff;
	text-align:center;
	
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

div.container {
	width: 962px;
	margin: 0 auto;
	background-color: #fef9e3;
	text-align:left;
	font-size:10px;
	color: #DAB29C;
	font-family: 'Trebuchet MS', Verdana;
}

.container a{
	color:#DAB29C;
	text-decoration:none;	
}
.container a:hover{
	text-decoration:underline;
}

div.header {
	width: 962px;
	height: 86px;
	/*border-bottom: 1px solid #732800;*/
	margin: 0 0 1px 0;
}
.header a.logo {
	display: block;
	float: left;
	margin: 20px 0 0 20px;
}
.header a.banner {
	display: block;
	float: right;
	margin: 0 20px 0 0;
}
.header a.lang {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	color: #732800;
	text-decoration: none;
	float: right;
	margin: 83px 5px 0 0;
}
.header a.lang:hover {
	color: #000;
}

div.header2 {
	width: 962px;
	height: 22px;
	border-bottom: 1px solid #732800;
	margin: 1px 0 1px 0;
}
.header2 a.lang {
	/*font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	color: #732800;*/
	border-width: thin;
	text-decoration: none;
	float: right;
	margin: 0px 5px 0 0;
}
.header2 a.lang:hover {
	color: #993300;
}


div#nav {
	clear: both;
	width: 962px;
	height: 262px;
	background-color: #7f2c00;
}
div.content {
	width: 922px;
	margin: 1px 0 0 0;
	padding: 20px 20px 0 20px;
	border-top: 1px solid #732800;
}
.content h1 {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 20px;
	color: #732800;
	font-style: italic;
	font-weight: normal;
}
.content a {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 12px;
	color: #221e1f;
	text-decoration:none;
}
.content a:hover {
	text-decoration:underline;
}
.content img.photo {
	border:1px solid #732800;
	margin: auto;
}
.content p.one {
	width: 430px;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 12px;
	color: #221e1f;
	padding: 10px 25px 10px 0;
	border-right: 1px solid #d4ba9e;
	float:left;
	margin: 0;
}
.content p.two {
	width: 430px;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 12px;
	color: #221e1f;
	float: right;
	padding: 10px 0 10px 10px;
	margin: 0;
}
.content p.oneContacts {
	width: 430px;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 12px;
	color: #221e1f;
	padding: 0 25px 0 0;
	border-right: 1px solid #d4ba9e;
	float:left;
	margin: 0;
}
.content p.twoContacts {
	width: 430px;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 12px;
	color: #221e1f;
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
}
.content p.twoContacts1 {
	width: 430px;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 9px;
	color: #DAB29C;
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
}
.content p.twoContacts1 a{
	font-size: 9px;
	color: #DAB29C;
	text-decoration:none;
}

.content p.both {
	width: 860px;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 12px;
	color: #221e1f;
	padding: 10px 0 10px 10px;
	margin: 0;
}
.content table.gallery {
	width:100%;
	border:0;
	text-align:center;
}
table.gallery tr td {
	text-align:center;
}
div.clear {
	height: 1px;
	font-size: 1px;
	clear: both;
}
div.footer {
	clear: both;
	width: 930px;
	height: 28px;
	background: url('footer_bg.gif') top left repeat-x #8a3000;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	color: #c79980;
	padding: 0 16px;
	margin: 20px 0 0 0;
}
.footer span.left {
	float: left;
	padding: 6px 0;
}
.footer span.left2 {
	float: left;
	margin: 0 0 0 55px;
	padding: 6px 0;
}
.footer a {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #c79980;
}
.footer span.right {
	float: right;
	padding: 6px 0;
}

form {
	font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	color: #221e1f;
}

.fst {
	background-color:#fff;
	border:1px solid #221e1f;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	color: #221e1f;
	margin-bottom:5px;
}

.sub {
	background-color:#221e1f;
	border:1px solid #fff;
	font-family: 'Trebuchet MS', Verdana;
	font-size: 11px;
	color: #fff;
	font-weight:bold;
	letter-spacing:1px;
}
