html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 5px auto;
	padding: 5;
	border: 0;
	position: static;
	text-align: center;
}
body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #FFFF80;
}
a:link {
	color: #FF2021;
}
a:visited {
	color: #B52018;
}
a:hover {
	color: #FF2021;
}
a:active {
	color: #F71810;
}
p {
	font-size: 110%;
}
h1 {
	font-weight: lighter;
}
h2 {
	font-size: 140%;
	font-weight: lighter;
}
h3 {
	font-size: 120%;
	font-weight: lighter;
}
#wrapper {
	width: 100%;
	margin: 0px auto;
}
#banner{
	height: 220px;
	background-image: url(../sign.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#nav{
	border-width: 0;
}
#nav ul{
	padding: 0;
	margin: 0;
	background-color: #000000;
}
#nav ul li{
display: inline;
padding: 0;
margin: 0;
}
#nav ul li a{
	color: #F71810;
	text-decoration: blink;

}
#nav ul li a:hover, #nav ul li a:focus{
	background-color: #990000;
	color: #FFFF80;
}
#content {
	width: 90%;
	margin: 0px auto;
}
img { max-width: 100%; }