html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: normal 14px Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
    color: #666666;
	text-decoration: none;
	text-indent: 0px;
	background-color: #FFFFFF;
	border: none;
}

img, img a {
	border: none;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #009933;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #006600;
}

h1 {
	margin: 18px 0px 18px 5px;
	padding: 0px;
	font: normal 26px "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #2D3139;
}

#content {
	position: relative;
	min-height: 100%;
	background: #F3F1E9 url(images/main-bg.jpg) 0px 165px repeat-x;
}

* html #content {
	height: 100%;
}

.wrapper {
	width: 950px;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 120px;
	padding-top: 10px;
	background-color: #2D3139;
}

#nav {
	width: 100%;
	height: 35px;
	background-color: #FFFFFF;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#nav li {
	float: left;
	text-align: center;
}

#nav li a {
	height: 27px;
	float: left;
	line-height: 27px;
	display: block;
	margin: 3px 3px;
	padding: 0px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #2D3139;
	text-decoration: none;
	border: 1px solid #FFFFFF;
}

#nav li a:hover {
	margin: 3px 3px;
	text-decoration: none;
	font-weight: normal;
	color: #2D3139;
	background: #ECEAE3;
	border: 1px solid #C8C6C0;
}

#nav li .selected {
	margin: 3px 3px;
	text-decoration: none;
	font-weight: normal;
	color: #2D3139;
	background: #D6D4CD;
	border: 1px solid #B4B2AC;
}

#main {
	width: 100%;
	padding: 10px 0px;
}

.main-text {
	margin-bottom: 200px;
	padding: 0px 18px;
	text-align: justify;
	background-color: #FFFFFF;
	border: 1px solid #C8C6C0;
}

.textbox {
	width: 500px;
}

#footer {
	width: 100%;
	height: 150px;
	position: relative;
	margin-top: -170px;
	padding: 20px 0px 0px 0px;
	color: #333333;
	background-color: #727578;
}

#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #D7D4CD;
}

#footer a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #F3F1E9;
}

#footer-logo {	
	float: right;
}