body {
	padding: 0;
	margin: 0;
	color: #6c5a51;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height: 100%;
	background-color: #e3d9ce;
}

a:link {
	color: #6c5a51;
	text-decoration: underline;
}

a:visited {
	color: #6c5a51;
	text-decoration: underline;
}

a:active {
	color: #e3d9ce;
	text-decoration: underline;
}

a:hover {
	color: #e3d9ce;
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	color: #e38250;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

#container {
	width: 864px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	
}

#left_column{
	position: relative;
	float: left;
	width: 565px;
}

#header_logo{
	position: relative;
	float: left;
	padding-left: 10px;
	background: url(../_img/logo.png) no-repeat;
	height: 166px;
	width: 193px;
}

#header_middle{
	position: relative;
	float: left;
	background: url(../_img/home/header_quote.png) no-repeat;
	height: 166px;
	width: 362px;
}

#links{
	position: relative;
	clear: both;
	background: url(../_img/link_underline.png) no-repeat 0 37px;
	padding-top: 1px;
	height: 63px;
	width: 565px;
}

#links ul{
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	width: 585px;
	height: 20px;
}

#links li{
	display: block;
	float: left;
	position: relative;
	text-transform: uppercase;
	color: #e38250;
}

#links li a{
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 13px;
}

#content{
	width: 535px;
	padding-left: 20px;
}

#middle_image{
	background: url(../_img/home/boat_mist.png) no-repeat;
	height: 327px;
	width: 565px;
}

#right_column{
	position: relative;
	float: right;
	background: url(../_img/home/girlpigtails.png) no-repeat;
	height: 557px;
	width: 290px;
}

#bottom_row{
	padding-top: 10px;
	position: relative;
	clear: both;
}

#bottom_left{
	float: left;
	background: url(../_img/home/horses.png) no-repeat;
	height: 153px;
	width: 193px;
}

#bottom_right{
	float: right;
	background: url(../_img/home/bottom_quote.png) no-repeat;
	height: 153px;
	width: 660px;
}

#footer {
	clear: both;
	height: 20px;
	width: 864px;
	position: relative;
	padding-bottom: 10px;
}

#footer p{
	float: right;
	padding-right: 20px;
}