@charset "UTF-8";
@import url("common.css");
/* CSS Document */


/* ----------------------------------Links---------------------------------- */

#mainImage a {
	color:#84bf74;
}

#mainImage a:hover {
	color:#84bf74;
	text-decoration:none;
}

/* ----------------------------------Text----------------------------------- */

h1 {
	color:#84bf74;
	font-size:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	font-style:italic;
	margin:10px 0 10px 0;
}

ul {
	padding:0 0 0 15px;
	color: #ec752d;
}

li {
	margin:0;
	padding:3px 0 3px 0;
}


/* -------------------------------main layout------------------------------- */

#mainImage {
	background:#fff url(images/mainHome_image.jpg) no-repeat;
	width:760px;
	height:237px;
	padding:0 20px 0 20px;
	border-bottom:#b5b380 solid 2px;
	float:left;
	font-size:18px;
}

#leftCol {
	width:440px;
	float:left;
}

#rightCol {
	width:315px;
	float:left;
	margin:10px 0 0 5px;
}

#content {
	background:#fafdff url(images/content_bg.gif) no-repeat left bottom;
	width:760px;
	padding:10px 20px 0 20px;
	float:left;
}

#footer {
	background:#f1f0de url(images/footer_bg.gif) no-repeat;
	width:790px;
	padding:30px 0 0 20px;
	margin:0 0 30px 0;
	font-size:10px;
	float:left;
}

