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

* {padding: 0; margin: 0 ;line-height: 1; font-family: century gothic,verdana,arial,helvetica,sans-serif;}

body {
	background-color:#fcfae7;
}

#wrapper {
	width:902px;	
}

#wrapper h1{
	font-size:26px;
	color:#095001;
}

#wrapper h2{
	font-size:20px;	
	color:#095001;
}

#wrapper p{
	font-size:14px;
	color:#4d4646;
}

#wrapper a{
	text-decoration:none;
	color:#095001;
}

#wrapper img{
	border-style:none;
}

#wrapper span{
	font-size:14px;
	color:#595959;
}

#header {
	width:375px;
	margin-bottom:30px;
}

#leftcol{
	width:442px;
	height:378px;
	background-color:#FFF;
}

#leftcol a:focus { 
    outline: none; 
}


#rightcol{
	width:442px;
	height:378px;
	background-color:#FFF;
}

#rightcol a:focus { 
    outline: none; 
}

#footer {
	width:455px;
}

#footer a:hover {
	text-decoration:underline;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.center {
	margin: auto auto;	
}

.centertext {
	text-align:center;
}

.lineheight {
	line-height:1.2;
}

.border {
	border-style:solid;
	border-width:1px;
	border-color:#969696;
}

.padding{
	padding-left:12px;
	padding-right:12px;
}



