@charset "UTF-8";
* {
margin:0;
padding:0;
}
p 
{
 margin-top:10px;
 margin-bottom:10px;	
}
.navigation {
	height: 35px;
}
#navlinks {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration: none;
	background-image: url(images/navigation.jpg);
	position: relative;
	width: 937px;
	height: 35px;
}
#navlinks li {
	display: block;
	float: left;
	text-decoration: none;
	list-style-type: none;
	position: absolute;
	top: 0px;
}
#navlinks, #navlinks  a {
	display: block;
	height: 35px;
}
a.index1:hover  {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: 0px -35px;
}
a.advertisers:hover  {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: -96px -35px;
}
a.affiliates:hover     {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: -246px -35px;
}
a.about:hover {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: -626px -35px;
}
a.contact:hover {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: -802px -35px;
}
a.email:hover {
	background-image: url(images/navigation.jpg);
	background-repeat: no-repeat;
	background-position: -386px -35px;
}
.header {
	background-image: url(images/header_logo.png);
	height: 78px;
	width: 946px;
	background-color: #292929;
	background-repeat: no-repeat;
}
.header-form {
	display: block;
	position: absolute;
	left: 500px;
	width: 300px;
	top: 45px;
}
#index1 {
	left: 0px;
}
#advertisers {
	width: 151px;
	left: 96px;
}
#affiliates {
	width: 140px;
	left: 246px;
}
#email {
	width: 240px;
	left: 386px;
}
#about {
	width: 176px;
	left: 626px;
}
#contact {
	left: 802px;
	width: 140px;
}
#footer {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	width: 850px;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:25px;
	margin-bottom:50px;
}
#footer a:link, a:active, a:visited, a:hover {
	color: #d20000;
	text-decoration: underline;
}
#body-copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
	list-style-position: outside;
}
.body-header  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#body-copy a:link, a:active, a:visited, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style-type: disc;
	list-style-position: outside;
	color: #FF0000;
	text-decoration: underline;
}
