* {
	padding: 0;
	margin: 0;
	border: 0;
}

a {
	color: White;
	outline: none;
}

body {
	font-size: 18px;
	background-color: transparent;
}

li {
	list-style: none;
}

option {
	min-width: 1.5em;
}

body {
	background-color: #999999;
	margin: 0 auto;
}

#page {
	margin: 0 auto;
	width: 750px;
	position: relative;
	top: 10px;
}

#header {
	background-image: url(images/header.png);
	width: 750px;
	height: 283px;
}

#navbar {
	display: inline;
	float: right;
	position: relative;
	top: +140px;
	width: 100%;
	left: 180px;
	z-index: 1;
}

#navbar a {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	text-decoration: none;
}

#navbar a:hover {
	text-decoration: underline;
}

#home {
	position: relative;
	width: 75px;
	left: 150px;
	top: 8px;
}

#stroitel {
	position: relative;
	left: 250px;
	top: 25px;
	width: 75px;
}

#contact {
	position: relative;
	left: 430px;
	top: 40px;
	width: 75px;
}

#title {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	position: relative;
	right: 35px;
	font-size: 2.5em;
	top: -30px;
}

#title a {
	text-decoration: none;
}

#slogan {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 1em;
	position: relative;
	right: 40px;
	top: -30px;
}

#wrapper {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	width: 750px;
	float: left;
}

#content {
	width: 450px;
	position: relative;
	float: left;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#content img {
	border: 1px solid Black;
}

#content li {
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	list-style: disc;
}

.entrytitle {
	color: #650b14;
	font-size: 1em;
	padding-bottom: 5px;
}

.entry {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	text-align: justify;
	font-size: .7em;
	padding-bottom: 20px;
}

.entry a {
	color: #650b14;
}

#submenu {
	width: 220px;
	float: right;
	position: relative;
	height: 100%;
	top: -10px;
	z-index: 5;
}

#submenu li {
	font-family: Arial, Helvetica, sans-serif;
	color: #ae7e0f;
	font-size: 11px;
	list-style-type: none;
	line-height: 12px;
	padding-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#submenu a {
	font-family: Arial, Helvetica, sans-serif;
	color: #ae7e0f;
	font-size: 11px;
	text-decoration: underline;
}

#submenu a:hover {
	text-decoration: none;
}

#submenu img {
	border: 1px solid #ae7e0f;
}

#submenu #menu2 li a {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}

.menutitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #650b14;
	font-size: .75em;
	font-weight: bold;
	text-align: left;
	padding-top: 25px;
	padding-bottom: 10px;
}

#footer {
	width: 750px;
	height: 180px;
	background-image: url(images/footer.png);
	clear: both;
}

.copyright {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .55em;
	position: relative;
	top: 120px;
	left: 50px;
}

.copyright a {
	text-decoration: underline;
}

#fadv {
	width: 740px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: center;
	clear: both;
	color: White;
	font-family: Verdana;
}

#fadv  ul {
	margin: 0;
	padding: 0;
}

#fadv li {
	float: left;
	width: 31%;
	text-align: left;
	line-height: 12px;
	font-size: 11px;
	list-style: none;
	margin: 0;
	padding: 5px;
}

#fadv a {
	text-decoration: underline;
}

#fadv a:hover {
	text-decoration: none;
}

* html #navbar {
	top: 7px;
}

* html #home {
	top: 140px;
}

* html #stroitel {
	top: 150px;
}

* html #contact {
	top: 160px;
}

* html #title {
	top: -40px;
}

* html #slogan {
	top: -40px;
}

* html #submenu ul a {
	height: 15px;
}
