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

body {
	background: none;
	background-color: #666666;
	
	
}

p { 
	font-size: 12px;
	line-height: 16px;


}

.clear {
	clear: both;
}

.page_margins {
	width: 990px;
	height: 600px;
	padding: 0;
	border: none;
	background: none;
	position:relative;
}

.page {
	width: 990px;
	height: 600px;
	margin: 0;
	padding: 0;
	border: none;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	position:relative;	
}


#head {
	position: relative;
	height: 170px;
	width: 990px;
}

.headimg {
	position: relative;
	float: left;
	width: 330px;
	height: 150px;
}

#navi {
	position: absolute;
	bottom:0;
	left:0;
	height: 20px;
	background-color: #9ea36e;
}

.navp {
	width: 330px;
	height: 20px;
	float: left;
	text-align: center;
	line-height: 20px;
	color: white;
}

.navp a {
	line-height: 20px;
	color: white;
}


#foot {
	height: 20px;
	background-color: #9ea36e;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 990px;
}

.footnav {
	float: right;
	margin-right: 10px;
	color: white;
	line-height: 20px;
}

.footnav a {
	color: white;
	line-height: 20px;
}

#main {
    width: 990px;
	height: 410px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	background-repeat:no-repeat;
	
}

#col1 {
 	background: none;
	margin:0;
	padding: 0;
	border: none;
	width: 490px;
	height: 410px;
}

#col1_content {
 	background: none;
	margin:0;
	padding: 0;
	border: none;
	width: 450px;
	height: 400px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	overflow-x: hidden;
	overflow-y: auto;	
}


#col2 {
	background: none;
	margin:0;
	padding: 0;
	border: none;
	width: 250px;
}

#col2_content {
 	background: none;
	margin:0;
	padding: 0;
	border: none;
	padding-top: 10px;
	padding-left: 10px;

}

#col3 {
	background: none;
	margin:0;
	padding: 0;
	border: none;
	width: 250px;
}	

#col3_content {
 	background: none;
	margin:0;
	padding: 0;
	border: none;
	padding-top: 10px;
	padding-right: 10px;
}


h1 {
	color: #9a987a;
	font-size: 33px;
}

h2 {
	color: #9a987a;
	font-size: 26px;
}

a {
	color: #9a987a;
	text-decoration:underline;
}

a.big {
	font-size: 18px;
	line-height: 30px;
}

.text {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
}
