@charset "UTF-8";
body {
	background-color: #666666;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: relative;
	padding: 0px;
}
#wrapper {
	width: 910px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	text-align: left;
}
#header {
	height: 240px;
	margin: 0px;
	padding: 0px;
}
#banner {
	height: 200px;
	background-image: url(background.png);
}
#logo {
	float: left;
	height: 200px;
	width: 200px;
}
#bannerImg {
	float: right;
	height: 200px;
	width: 650px;
}
#nav {
	height: 40px;
}
#content {
	background-image: url(background.png);
	height: auto;
}
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #333333;
}
td img {
	display: block;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
