/* CSS Document */

/* Main elements of the site */

body {
	background-color:#666666;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 900px;
}

#titlepage h1 {
	background-image: url(../images/nav-left.jpg);
	background-repeat: no-repeat;
	width: 450px;
	height: 626px;
	padding: 0px;
	margin: 0px;
	float: left;
	text-indent: -9999px;
}

#titlepage h2 {
	background-image: url(../images/nav-right.jpg);
	background-repeat: no-repeat;
	width: 450px;
	height: 626px;
	padding: 0px;
	margin: 0px;
	float: right;
	text-indent: -9999px;
}

#mainnav ul {
	list-style-type: none;
	clear: both;
}

#mainnav li {
	font-family: Times New Roman, Times, serif;
	font-size: 2em;
	font-weight: bold;
	display: inline;
	margin-right: 140px;
	padding: 0px;
}

#siteinfo h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	margin: 20px 0px 0px 0px;
}