body {
	margin: 0;
	background-color: #fff;
}

#wrapper {
	width: 858px;
	margin: 20px auto;
}

#header {
	height: 60px;
	width: 858px;
	display: block;
	float: left;
}

#header h1 {
	margin: 0;
	padding: 0;
}

#header a {
	height: 60px;
	width: 488px;
	float: left;
	background: url('../images/title.jpg') top left no-repeat transparent;
	text-indent: -9999px;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menubar {
	width: 856px;
	height: 24px;
	background: url('../images/menubar-bg.gif') top left repeat-x transparent;
	display: block;
	border-left: 1px solid #949d93;
	border-right: 1px solid #949d93;
	z-index: 100;
}

#menubar dl {
	margin: 5px 0 0 0;
	padding: 0;
	float: left;
}

#menubar dt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}

#menubar dl dt a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#menubar dl dt a:hover {
	text-decoration: underline;
}

#menubar dd {
	margin-top: 7px;
}

#menubar ul {
	position: absolute;
	z-index: 60;
}

#menubar li {
	background-color: #949d93;
	padding: 5px 10px;
	border-bottom: 1px solid #5d655c;
}

#menubar li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}

#menubar li a:hover {
	text-decoration: underline;
}

#landing-mast {
	width: 858px;
	height: 277px;
	background: url('../images/landing-mast.jpg') top left no-repeat transparent;
	margin-top: 2px;
	text-indent: -9999px;
}

#landing-features {
	width: 858px;
	height: 150px;
	background: url('../images/features-bg.jpg') top left no-repeat transparent;
}

#location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	position: relative;
	float: left;
	top: 15px;
	left: 20px;
	width: 300px;
	display: block;
}

#features {
	display: block;
	float: left;
	position: relative;
	top: 15px;
	left: 10px;
}

#features img {
	margin-right: 10px;
}

#mast {
	width: 858px;
	height: 112px;
	background: url('../images/mast.jpg') top left no-repeat transparent;
	margin-top: 2px;
}

#content {
	width: 858px;
	font-family: Arial, Helvetica, sans-serif;
}

.sidebar {
	width: 213px;
	border: 1px solid #677066;
	background-color: #889287;
	display: block;
	float: left;
	margin-right: 20px;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 20px 0;
}



.text {
	width: 620px;
	display: block;
	float: left;
	font-size: 12px;
	color: #000;
	line-height: 18px;
}

.text h1, .text h2, .text h3, .text h4 {
	color: #5a110b;
}

.text h1 {
	font-size: 20px;
}

.text h2 {
	font-size: 16px;
}

.text h3 {
	font-size: 14px;
}

.text h4 {
	font-size: 10px;
}

.main-text h1, .main-text h2, .main-text h3, .main-text h4 {
	color: #5a110b;
}

.main-text h1 {
	font-size: 20px;
}

.main-text h2 {
	font-size: 16px;
}

.main-text h3 {
	font-size: 14px;
}

.main-text h4 {
	font-size: 10px;
}


.main-text {
	display: block;
	float: left;
	font-size: 12px;
	color: #000;
	line-height: 18px;

}

#footer {
	margin-top: 0px;
	margin-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer a {
	color: #5a110b;
	text-decoration: none;
}

#footer a:hover {
	color: #ff8c20;
	text-decoration: none;
}

#content a {
	color: #5a110b;
	text-decoration: none;
}

#content a:hover {
	color: #ff8c20;
	text-decoration: none;
}

.clear {
	clear: both;
}

.content{
	list-style-type: disc;
	margin-left:30px;
}
