@charset "UTF-8";
/* CSS Document */

body {
	background-color: #e2dbcb;
	margin: 0;
 	border: 0;
  	padding: 0;
  	height: 100%; 
  	max-height: 100%;
	line-height: 1;
}

#content {
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 1200px;
	height: 700px;
	margin: 0 auto;
}

#navigation {
	float:left
	width: 500px;
	height: 500px;
}

.footer_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#026078;
}

.featuring_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#026078;
}

.home_address {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

