body {
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	background-color: #FFFFFF;
}
ul {margin: 0; padding: 0;}
form {margin: 0; padding: 0;}
input {
	margin:0 5px;
	font-size: 12px;
}
#top-grad {
	background-attachment: scroll;
	background-image: url(../images/top-grad.jpg);
	background-repeat: repeat-x;
	height: 100px;
	width: 100%;
	border-bottom: 3px solid #bee403;
}
#mid-grad {
	background-image:url(../images/mid-grad.jpg);
	width: 100%;
	height: 500px;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center bottom;
}
#footer {
	width: 100%;
	height: 400px;
	border-top: 3px solid #bee403;
	background-color: #000000;
}
.wrap {width: 900px; margin: auto;}
#header {
	background-image:url(../images/banner3.jpg);
	height: 100px;
}
#nav {
	overflow: hidden;
	height: 1%;
}
#nav li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#nav li a:link {
	background-image:url(../images/button.jpg); 
	color:#000;
	width: 97px;
	height: 24px;
	padding: 6px 0 0 0;
	display:block;
	text-decoration: none;
}
#nav li a:visited {
	background-image:url(../images/button.jpg); 
	color:#000;
	width: 97px;
	height: 24px;
	padding: 6px 0 0 0;
	display:block;
	text-decoration: none;
}
#nav li a:hover {
	background-image:url(../images/button-over.jpg); 
	color:#fff;
	width: 97px;
	height: 24px;
	padding: 6px 0 0 0;
	display:block;
	text-decoration: none;
}
#nav li a:active {
	background-image:url(../images/button.jpg); 
	color:#fff;
	width: 97px;
	height: 24px;
	padding: 6px 0 0 0;
	display:block;
	text-decoration: none;
}
#login {
	background-image:url(../images/login.jpg);
	width: 370px;
	height: 26px;
	float: right;
	padding-top: 4px;
}

