@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
.gulltext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #E6EFD2;
	text-align: center;
}
.textleft {
	text-align: center;
	color: #E8EED2;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}




#wrapper {
	background-color: #CCC;
	margin: 20px auto 0px;
	padding: 0px;
	width: 610px;
	text-align: left;
}



#header {
	background-color: #000;
	margin: 0px auto;
	padding: 10px 0px 0px;
	height: 610px;
	width: 305px;
	float: left;
}
#header img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-color: #000;
	margin: 0px auto;
	padding: 10px 0px 0px;
	height: 610px;
	width: 305px;
	float: right;
}
#footer img {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



#nav {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 35px;
	color: #E6EFD2;
	text-align: left;
}
