@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #273606;
  background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #314a0c;
}

#container {
	width: 960px; /* full width is left_col, right_col and content plus side padding */
	margin-right:auto;
	margin-left: 98px;
	margin-top:0px;
	padding:0px;
	text-align:left;
  background-image: url(images/interface/container_bg.gif);
}

#header {
	width: 960px;
	height: 80px;
}

#frame_top {
	width: 960px;
	height: 10px;
}

#interface {
	width: 960px;
	height: 30px;
  background-image: url(images/frame_interface.jpg);
}

#interface_include {
	margin-left: 20px;
	font-weight: bold;
	color: #273606;
	font-size: 12px;
}



#home_left {
	width: 310px;
	float:left;
	text-align: left;
	padding-left: 12px;
	padding-top: 60px;
}

#slideshow {
	width: 550px;
	padding-left: 50px;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 0px;
}

#content {
	width: 940px;
	height: 528px;
	padding-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin: 0;
  background-image: url(images/frame_content.jpg);
  overflow: auto;
}

#frame_bottom {
	width: 960px;
	height: 10px:
}


#content_left {
	width: 550px;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 20px;

}

#image_left_board {
	width: 290px;
	height: 528px;
	padding-left: 10px;
	float:left;
	text-align: center;
}
		#content_right_board {
			width: 550px;		
			height: 518px;
			float: left;
			text-align: left;
			padding-left: 30px;
			padding-right: 0px;
			padding-top: 10px;
			line-height: 14px;
		}

#image_left {
	width: 280px;
	height: 526px;
	float:left;
	text-align: center;
}

	#image_left img {margin-top: 0px;}

#image_left_house {
	width: 240px;
	height: 526px;
	float:left;
	text-align: center;
}



#content_right {
	width: 620px;		
	height: 507px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
  overflow: auto;	
}

	#columns {width: 620px; height: 40px;}
	#column1 {width: 265px; float:left;}
	#column2 {width: 320px; float:left;}
	
	#content_right p {margin-top: 0px;}
	
	#column3 {width: 550px; height: 65px;}
	#column4 {width: 250px; float:left;}
	#column5 {width: 200px; float:left;}

#content_quotes {
	position:absolute;
	left: 735px;
	top: 310px;	
	width: 275px;
	text-align: center;
	font-size: 13px;
	line-height: 18px;
	color: #869673;
	font-style: italic;
}



/* FOOTER INFORMATION */

#footer_space {
	width: 600px;
	height: 7px;		
	background: #e9e8e6;
}

.footnote {
  font-size: 9px;
	letter-spacing: 0px
}

#footer {
  width: 600px;
  padding:0px;
  text-align: center;
  font-size: 11px;
	clear: both;
}

.footer_text {
	color: #FFFFFF;
}

/* COLLAGES INFORMATION */
#collage_top {
	position:absolute;
	left: 778px;
	top: 0px;	
	height: 260px;
	width: 400px;	
}


#collage_bottom {
	position:absolute;
	left: 708px;
	top: 417px;	
	height: 300px;
	width: 430px;	
}


/* TEXT & LINKS */

a:link {
	color:#273606;
	outline: none;
}

a:visited {
	color:#273606;

}

a:hover {
	color:#447224;
	text-decoration: underline;
}

a:active {
	color:#273606;
	outline: none;
}

a img {
	border:0px none;
	outline: none;
}
h1 {
	font-size: 18px;
}
