@charset "UTF-8";

/***********FONT***************/

p {
	color: #000;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}

a:link, a:visited {
	color: #E7792B;
	text-decoration: none;
}

a:hover, a:active { 
	color: #00814B;
	text-decoration: none;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #00814B;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #00814B;
	padding-bottom: 50px;
}

/*********** LAYOUT ***********/
body {
	background-color: #fff;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 50px;
	height: auto;
	margin-bottom: 30px;
}

#header {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
	height: 332px;
}

#content {
	width: 920px;
	position: relative;
	min-height: 350px;
	padding: 20px;
	text-align: center;
}

#footer {
	width: 920px;
	position: relative;
	height: 50px;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #00814B;
}