@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bckgrd2.jpg);
	background-repeat: no-repeat;
}
 #container {
	width: 780px;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
	left: 160px;
	top: 80px;
	position: absolute;
}
 #header {
	padding: 0 10px 0 20px;
}
 #mainContent {
	padding: 0 20px;
}
a:link {
	text-decoration: none;
	color: #993399;
}
a:visited {
	color: #CC3333;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
#mainContent p, #footer p {
	line-height: 1.4;
	font-size: 85%;
}
 #footer {
	padding: 0 10px;
	background:#999966;
}
 #footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
}
h1, h2, h3 {
	color: #006633;
	font-weight: normal;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 120%;
}
