@charset "utf-8";
/* CSS Document */
div#homecontent{
	width:auto; 
	height: auto;
	height: 1%;
	padding: 60px 0 100px 100px; 
	font-size:0.85em;
	min-height: 330px;
}

div#homepageleft{
	float:left;
	padding:0; 
	width:284px;
}

div#homepageleft p{
	padding: 5px 10px 10px 10px;
	width:auto;
	font-size: 15px;
	line-height:22px;
}

div#homepageright{
	float:left; 
	padding:0 0 0 80px;
}

#newsbanner{
	width: 860px;
	background: #e8e4d6;
	height: 25px;
	line-height: 0px;
	padding: 0px 0 0px 100px;
	border-top: 1px solid #d2cec3;
	margin-bottom: 10px;
}

h1{
	font-size: 18px;
	font-family: Times;
	color: #918c77;
	text-transform: uppercase;
	font-weight: 100;
	letter-spacing: 2px;	
}

a.h2{
	font-family: Helvetica;
	font-size: 15px;
	color: #87816a;	
	text-decoration: none;
}

a.h2:hover{
	text-decoration: underline
}

a.image{
	border: none;
}

h3{
	font-family: Helvetica;
	font-size: 13px;
	color: #87816a;	
	font-weight: 400;
}


