@import url("misc.css");
@import url("nav.css");
@import url("layout.css");


html {
	margin: 0;
	padding: 0;
	height: 100%;
	background: #333 url(img/html_bg.png) repeat-x;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	color: white;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(img/body_bg.png) repeat-y center;
}
body #main {
	background: url(img/body_bg.png) repeat-y center;
}

a {
	color: #A98401;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 0;
	margin-top: 0;
}
img {
	border: none;
}

#main {
  width: 760px;
  min-height: 100%;
	margin: 0 auto 0 auto;
}
* html #main {
  height: 100%;
}
#mainBack {
  width: 750px !important;
  width /**/: 760px;
	padding: 0 5px 0 5px;
}
body #mainBack {
	background: url(img/header.jpg) no-repeat top;
}


#header {
  width: 750px;
  height: 150px;
	clear: both;
}
#header #langBar {
	display: inline;
	margin: 130px 10px 0 0;
	clear: both;
	float: right;
	text-align: right;
	font-size: 1px;
	line-height: 1px;
}
#header #langBar a {
	margin: 0 0 0 0;
	padding: 1px;
}
#header #langBar img {
	border: 1px solid gray;
}

#content {
	width: 744px;
	clear: both;
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	text-align: justify;
}
#content img.framed {
	margin: 2px;
	border: 3px solid #222;
}

#content h1 {
	background: #333;
	line-height: 24px;
	font-size: 13px;
	padding-left: 35px;
	margin: 0;
	border-bottom: 2px solid #222;
	color: #A98401;
}
#content h2 {
	background: #997700;
	line-height: 24px;
	font-size: 13px;
	padding-left: 10px;
	margin: 0;
	margin-bottom: 2px !important;
	border-bottom: 2px solid #FFE382;
	color: black;
}

#content .contCol1 {
	float: left;
	clear: none;
	width: 192px;
	padding: 0;
	margin: 0;
}
#content .contCol1 h1 {
	background: #554400;
	font-size: 13px;
	padding: 0 10px 0 10px;
	margin: 0;
	border-bottom: 2px solid #372C00;
	color: #C69A00;
}

#content .contCol2 {
	float: left;
	clear: none;
	width: 552px;
	padding: 0;
	margin: 0;
}

#content .contBox {
	padding: 1px 4px;
}
#content .contBox p {
	margin: 1px 0 1px 0;
	padding: 0;
	text-indent: 15px;
}






#footerSeparator {
	width: 750px;
  clear: both;
  height: 25px;
}

#footerCont {
	clear: both;
  width: 100% !important;
  height: 25px;
  margin: -25px 0 0 0;
  background-image: url(img/footer_bg.png);
}
#footer {
	clear: both;
  width: 760px;
  height: 25px;
  margin: 0 auto 0 auto;
	line-height: 25px;
  background: url(img/footer.png) center;
}
.copyright {
	float: left;
	padding-left: 20px;
	font-weight: bold;
	color: #333;
}
.webmaster {
	float: right;
	padding-right: 20px;
}
.webmaster a, .webmaster a:hover {
	color: #333;
	font-weight: bold;
}
#webCounter {
  display: none;
  clear: none;
}
