html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #f8f1c2;
	margin: 0px;
	padding: 0px;
	text-align:center
}
.logo {
	text-align: left;
	margin: 20px;
}
.wrapper {
	width:610px;
	text-align:center;
	background: #F8F1C2;
	margin: auto;
}
.header {
	padding: 0px;
	margin: 30px 0px 0px 0px;
	background: #c1c883;
}
#nav {
	font: 110% Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-decoration: none;
	background: url(images/green_gradient_bar.jpg) repeat-x 100%;
	text-align: center;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
}
#nav .self {
	font-weight: bold;
	color: #ead684;
}
#nav a:link {
	text-decoration: none;
	color: #f8f1c2;
	font-weight: bold;
}
#nav a:visited {
	text-decoration: none;
	color: #c1c883;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: underline;
	color: #ead684;
	font-weight: bold;
}
#nav a:active {
	text-decoration: none;
	color: #EAD684;
	font-weight: bold;
}


#green_bar {
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 100%;
	background: url(images/green_gradient_bar.jpg) repeat-x;
}
.wrapper_main {
	width:610px;
	text-align:center;
	background: #F8F1C2;
	margin: auto;
}
#main {
	background: #C75261;
	width: 610px;
	text-align: center;
}
#main_text {
	font-size: 90%;
	color: #FFFFCC;
	background: #666644;
	text-align: left;
	margin: 0px 120px 0px 200px;
	padding: 5px;
	border: 10px solid #cc5566;
	width: 250px;
	height: auto;
}
#main_left {
	margin: 0px;
	float: left;
}
#main_left li {
	font-size: 10px;
	color: #666633;
	margin: 10px 0px 0px 114px;
	padding: 0px;
	float: none;
	list-style: none;
}
#main_right {
	margin: 0px;
	float: right;
	padding: 0px;
	text-align: right;
}
#main_bottom {
	width: 610px;
}

#main_bottom p {
	font-size: 110%;
	color: #666633;
	background: #ED8;
	text-align: right;
	padding: 5px 10px 5px 0px;
	margin: 0px;
}
#main_bottom a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #c75261;
}
#main_bottom a:visited {
	text-decoration: none;
	color: #c75261;
	font-weight:bold;
}
#main_bottom a:hover {
	text-decoration:none;
	font-weight: bold;
	color: #616146;
}
#main_bottom a:active {
	text-decoration: none;
	color: #c75261;
}
#clear {
	clear: both;
	height: 0;
	margin: 0;
	font-size: 1px;
	line-height: 0px;
}
.wrapper_footer {
	width:610px;
	text-align:center;
	background: #F8F1C2;
	margin: auto;
}
#footer {
	background: url(images/footer.gif);
	margin: 0px;
	width: 610px;
	height: 100px;
}
#footer p {
	font-size: 70%;
	color: #666633;
	text-align: left;
	margin: 0px;
	padding: 0px 5px 5px 15px;
}
#footer a:link {
	text-decoration:none;
	color:#616146;
}
#footer a:visited {
	text-decoration:none;
	color:#616146;
}
#footer a:hover {
	text-decoration:none;
	color:#616146;
}
#footer a:active {
	text-decoration:none;
	color:#616146;
}

