@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #670e10;

}


p {
	margin: 0px;
	padding: 0px;
}


#container {
	text-align: left;
	margin: auto;
	width: 790px;
	position: relative;
}
#header {
	width: 790px;
	height: 120px;
	position: relative;
}

#content {
	width: 790px;
	height: 594px;
	position: relative;
	background-image: url(../images/content_landing.jpg);
}
#title_header {
	position: absolute;
	left: 24px;
	top: 107px;
	font-family: "Trebuchet MS", Arial;
	font-size: 21px;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
	height: 70px;
}
#middle_text {
	position: absolute;
	left: 362px;
	top: 214px;
	width: 174px;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	color: #FFFFFF;
}
#subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	position: absolute;
	left: 441px;
	top: 538px;
}
#subnav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
#subnav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}




#right_side {
	position: absolute;
	left: 551px;
	top: 78px;
	width: 220px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.right_side_item {
	background-image: url(../images/landing_divider.jpg);
	background-repeat: no-repeat;
	background-position: top;
	color: #8D5150;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: bold;
}
.item_title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}







#footer {
	width: 790px;
	height: 100%;
	text-align: center;
	position: relative;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}
#button1 {
	position: absolute;
	left: 14px;
	top: 207px;
}
#button2 {
	position: absolute;
	left: 14px;
	top: 288px;
}
#button3 {
	position: absolute;
	left: 14px;
	top: 368px;
}
