body {
	background-color: #026746;
	padding: 0;
	margin: 0;
	text-align: center;
	
	font-family: Arial;
	font-size: 12px;
	color :#333333;
}
a:link {
	color: #338833;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #338833;
}
a:hover {
	text-decoration: none;
	color: #338833;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #338833;
	font-weight: bold;
}

#wrapper {
	width: 880px;
	border: 1px solid #000000;
	margin: 0 auto;
	text-align: center;
	background: url(../images/bg.jpg) top left repeat-y;

}
#header {
	background: url(../images/header.jpg) top left no-repeat;
	height: 228px;
	
}
#mainbody {
	width: 701px;
	text-align: left;
	margin: 0 auto;
}
#footer {
	height: 20px;
	background-color: #000000;
	color: #FFCC00;
	font-size: 10px;
	font-family: Verdana;
}