@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
}
#wrapper {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper #header {
	background-color: #FF0;
	border: 1px solid #000;
}
#wrapper #footer {
	text-align: center;
	padding: 5px;
	background-color: #690;
}
#wrapper #topnav {
	background-color: #F30;
	text-align: center;
	color: #000;
	margin: 0px;
	padding: 5px;
	border: 1px solid #000;
	font-size: 15px;
}
#wrapper #topnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#wrapper #topnav ul li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	font-size: 15px;
	word-spacing: normal;
}
#wrapper #topnav ul li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper #topnav ul li a {
	text-decoration: none;
	color: #000;
}
#wrapper #topnav ul li a:hover {
	text-decoration: blink;
	background-color: #000;
	color: #FF0;


#wrapper #textcol {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
#wrapper #topnav ul li a:visited {
}
