@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-repeat: repeat;
	background-image: url(images/bckgrd3.jpg);
}
 #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	left: 100px;
	top: 45px;
	position: absolute;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #996600;
	border-right-color: #996600;
	border-bottom-color: #996600;
	border-left-color: #996600;
}
 #header {
	padding: 0 10px 0 20px;
}
 #mainContent {
	padding: 0 20px;
}
a:link {
	text-decoration: none;
	color: #993399;
}
a:visited {
	color: #006699;
	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: #669966;
	font-weight: normal;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: medium;
}

