/* Resetting margins and paddings of all elements */
* {
	margin: 0;
	padding: 0;
}

body {text-align: center;} 

#container {
	margin: auto;
	width: 800px;
	background: #e6d9b3;
}

#navigation {
	height: 36px;
	background: url("images/nav.gif") repeat-x;
}

/*  padding: top right bottom left */
.nav-links li {
	display: inline;
	padding: 5px 10px 0 10px;
	float: left;
}

.nav-links li a {
 color: #fff;
 text-decoration: none;
 font: Bold 15px Helvetica, Arial, sans-serif;
}

.nav-links li a:hover { color: #ff4c00; }
.nav-links li a:active { color: #ff8033; }

.nav-contacts li {
	display: inline;
	padding-top: 5px;
	padding-right: 5px;
	float: right;
}

.nav-contacts li a {
	color: #fff;
	text-decoration: none;
	font: Bold 15px Helvetica, Arial, sans-serif;
}

.nav-contacts li a:hover { color: #ff4c00; }
.nav-contacts li a:active { color: #ff8033; }

#header {
	height: 135px;
	background: #e6d9b3;
}

#logo {
	margin-top: 1px;
	margin-left: 10px;
}

#logo h1 {
	display: block;
	float: left;
	width: 136px;
	height: 135px;
	text-indent: -9999px;
}

#logo h1 a {
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
	background: url("images/logo.jpg") no-repeat 0 0;
}

#title1 {
	margin-top: 9px;
	margin-right: 40px;
}

#title1 h1 {
	display: block;
	float: right;
	width: 553px;
	height: 64px;
	text-indent: -9999px;
}

#title1 h1 span {
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/title1.jpg") no-repeat 0 0;
}

#title2 {
	margin-right: 150px;
}

#title2 h1 {
	display: block;
	float: right;
	width: 339px;
	height: 55px;
	text-indent: -9999px;
}

#title2 h1 span {
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/title2.jpg") no-repeat 0 0;
}

#separator {
	height: 75px;
	background: #e6d9b3 url("images/lines.jpg") no-repeat 0 0;
}

#separator p {
	display: inline;
	float: left;
	margin-top: 45px;
	margin-left: 330px;
	color: #4c4c4c;
	font: Bold 20px/18px Helvetica, Arial, sans-serif;
}

#page-body {
	height: auto;
	padding: 30px 50px 20px 50px;
	background: #e6d9b3
}

.body-title {
	color: #4c4c4c;
	font: Bold 20px/18px Helvetica, Arial, sans-serif;
}

.body-text {
	color: #4c4c4c;
	font: 13px Verdana, Helvetica, Arial, sans-serif;
	text-decoration:none;
}

#band {
	height: 5px;
	background: #ffffff;
}

.link {
	color: #000000;
	font-size: 10px;
	text-decoration:underline;
}

.link:hover {
	color: #000000;
	font-size: 10px;
	text-decoration:none;
}

hr {
	margin: 0;
	padding: 0;
	border-top: #FF8033 dotted;
}
