body {
	background-color: #3C3C3C;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000000;
	color: #CCCCCC;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	width: 1000px;
	border: 0px none #999999;
	height: 775px;
}
#header {
	margin-top: 20px;
	margin-bottom: 20px;
}
#logo {
	height: 100px;
	padding-bottom: 10px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}
#nav {
	height: 25px;
	text-align: center;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
#content {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	height: 490px;
}
#leftColumn {
	float: left;
	width: 410px;
	text-align: left;
	padding-left: 65px;
	padding-right: 15px;
}
#rightColumn {
	float: right;
	width: 480px;
	text-align: left;
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 0px;
}
#footer {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
}
a:link {
	color: #0B74D6;
	text-decoration: none;
}
a:visited {
	color: #0C776A;
	text-decoration: none;
}
a:hover {
	color: #0B8BFF;
	text-decoration: none;
}
a:active {
	color: #1BECD3;
	text-decoration: none;
}
