@charset "utf-8";
/* CSS Document */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/upperbg.png);
	background-repeat: no-repeat;
}
#navbar {
	height: 25px;
	width: 800px;
	background-image: url(images/navbarback.png);
}
#mainbody {
	height: 300px;
	width: 800px;
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
#footer {
	height: 280px;
	width: 800px;
	background-image: url(images/foot2.jpg);
}
#bottomlinks {
	height: 70px;
	width: 800px;
	left: 114px;
	top: 814px;
}
#solid {
	width: 780px;
	padding: 10px;
	height: 300px;
	top: 0px;
	left: 0px;
}
body {
	background-image: url(images/back.png);
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #990000;
}
h2 {
	font-size: 12px;
	color: #000000;
}
h3 {
	font-size: 12px;
	color: #990000;
}
h4 {
	font-size: 9px;
	color: #000000;
}
h5 {
	font-size: 12px;
	color: #000000;
}

#locationtext {
	height: 285px;
	width: 800px;
	clear: none;
	float: right;
}
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}
a:hover {
	color: #990000;
}
a:active {
	color: #990000;
}
