@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../wg-images/background.jpg);
	background-repeat: repeat-x;
	background-color: #000;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
body,td,th {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #4C5D77;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2B3443;
}
a:hover {
	text-decoration: underline;
	color: #99A0A8;
}
a:active {
	text-decoration: none;
}

div#wrapper {
	width: 900px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
div#header {
	margin: 0px;
	text-align: center;
	height: 150px;
	width: 900px;
	background-image: url(../images/finalheader.jpg);
}

div#topnav {
	width: 900px;
	float: top;
	height: 39px;
	background-color: #17285B;
	font-size: 18px;
	background-image: url(images/nav-bg.jpg);
}

div#main {
	padding: 10px;
	background-image: url(images/content-bg.jpg);
	margin-right: 25%;
}
div#nav {
	width: 25%;
	float: right;
	background-image: url(images/content-bg.jpg);
	height: 100%;
	margin-left: 8px;
}
div#wrapper2 {
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(images/content-bg.jpg);
	;
}
div#footer {
	padding: 15px;
	margin: 0px;
	border-top: thin solid #000000;
	background-color: #FFF;
	text-align: center;
}

div#smallerfont {
	font-size: 14px
}

div#frequentfont {
	font-size: 11px}
