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

body {
	font: 80%/1.5 Helvetica, Arial, sans-serif;
	color: #8A8987;
	margin: 20px 0px;
	padding: 0px;
	text-align: left;
	background: #ecece5;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
#wrapper {
	background: url() repeat-y left;
	width: 700px;
	margin: 0px 60px;
	text-align: left;
	
}	

#header {
	background: url() no-repeat;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	height: 260px;
	margin: 40px 0px;
}
#container {
	width: 300px;
	background: url() repeat-y;
	float: left;
}

.style1 {color: #000000}
.style2 {font-size: 11px}
.style3 {
	font-size: 11px;
	color: #666666;
}
a:link {
	text-decoration: none;
	color: #999999;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}

#content {
	margin-right: 100px;
	margin-left: 30px;
}
#content p {
	text-align: left;

}
#footer {
	background: url() no-repeat;
	width: 722px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -20px;
	height: 92px;
	text-indent: 40px;
	text-align: left;
	color: #666B64;
}
h1 {
	font-size: 65px;
	letter-spacing: -2px;
	text-align: left;
	line-height: 60px;
	color: #8CC63F;
	text-decoration: strong;
}
h2 {
	margin: -43px 0px;
	font-size: 35px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 36px;
	color: #000000;
	text-decoration: strong;
}

h3 {
	
	font-size: 18px;
	letter-spacing: 0px;
	text-align: left;
	line-height: 18px;
	color: #000000;
	text-decoration: strong;


}


