@import url("form.css");
* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 12px "Verdana", Arial, Helvetica, sans-serif;
	background: #301B0F url("../images/bkgrd.jpg") repeat-x 0 0;
}
a {
	outline: none;
	color: #6B1B1A;
}
p {
	margin: 0 0 10px;
	line-height: 18px;
}
hr.brownbar {
	color: #DBD5C5;
	background-color: #DBD5C5;
	height: 1px;
	margin-bottom: 15px;
}
.smalltext {
	font-size: 11px;
}
h1 {
	font-weight: normal;
	font-size: 25px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #959289;
	padding-bottom: 5px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
	color: #691B17;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#header {
	float: left;
	height: 165px;
	width: 1000px;
	background: url("../images/header.jpg") no-repeat 0 0;
}
#navbar {
	float: left;
}
#skyline {
	width: 1000px;
	height: 55px;
	background: url("../images/navbar.jpg");
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#skyline li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#skyline li, #skyline a {
	height: 55px;
	display: block;
}
#panel1b {
	left: 204px;
	width: 116px;
}
#panel2b {
	left: 322px;
	width: 116px;
}
#panel3b {
	left: 441px;
	width: 116px;
}
#panel4b {
	left: 560px;
	width: 116px;
}
#panel5b {
	left: 676px;
	width: 116px;
}
#panel1b a:hover {
	background: transparent url("../images/navbar.jpg") -204px -55px no-repeat;
}
#panel2b a:hover {
	background: transparent url("../images/navbar.jpg") -322px -110px no-repeat;
}
#panel3b a:hover {
	background: transparent url("../images/navbar.jpg") -441px -165px no-repeat;
}
#panel4b a:hover {
	background: transparent url("../images/navbar.jpg") -560px -220px no-repeat;
}
#panel5b a:hover {
	background: transparent url("../images/navbar.jpg") -676px -275px no-repeat;
}
#container-top {
	float: left;
	height: 19px;
	width: 1000px;
	background: url("../images/container-top.jpg") no-repeat 0 0;
}
#container {
	float: left;
	width: 1000px;
	background: url("../images/container-middle.jpg") repeat-y 0 0;
}
#left {
	float: left;
	width: 655px;
	padding: 15px;
	margin-left: 22px;
}
#left ul {
	margin: 10px 0 20px 20px;
	padding: 0;
}
#left li {
	padding: 0;
	margin: 0 0 10px;
	font-size: 11px;
}
.left {
	float: left;
	margin: 0 10px 10px 0;
}
.right {
	float: right;
	margin: 0 0 10px 10px;
}
.border {
	border: 1px solid #000;
}
#right {
	float: right;
	width: 240px;
	padding: 15px;
	margin-right: 22px;
}
.solution {
	height: 420px;
	background: url("../images/right_solution.gif") no-repeat 15px 170px;
}
#container-bottom {
	float: left;
	height: 14px;
	width: 1000px;
	background: url("../images/container-bottom.jpg") no-repeat 0 0;
}
#footer {
	float: left;
	height: 30px;
	width: 970px;
	padding: 0 15px;
	line-height: 30px;
	color: #fff;
	font-size: 11px;
}
