@charset "utf-8";
body {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #0099FF;
	background-image: url(images/brown.jpg);
	background-repeat: repeat-x;
}
#header {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	position: absolute;
	width: 748px;
	height: 153px;
}
#main {
	position: absolute;
	left: 26px;
	top: 172px;
}
#rightcol {
}
h1 {
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	white-space: nowrap;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border: thin solid #000000;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}

a:link, a:active {
	color: #000000;
	border-bottom-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#footer {
	position: absolute;
	left: 311px;
	top: 728px;
}

