﻿/* CSS layout */
body {
	background-color: black;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
}

#masthead {
}

#top_nav {
}

#container {
	min-width: 600px;
}
#right_col {
	width: 450px;
	float: right;
}
#page_content {
	background-position: top;
	margin-right: 458px;
	height: 515px;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #FFFFFF;
	padding-top: 87px;
	background-image: url('images/gw-back.jpg');
	background-repeat: no-repeat;
	vertical-align: top;
	padding-bottom: 0px;
}

#footer {
	clear: both;
}
a:visited {
	color: #0000FF;
}
.index_content {
	text-align: left;
	top: 0px;
	width: 100%;
	margin-top: 35px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

