@charset "utf-8";
@import url("initial.css");
/* CSS Document */

/* HTML
-----------------------------------------------------*/

body {
	background-color: #000;
}
/* STRUCTURE
-----------------------------------------------------*/
/*Overall container that holds everything*/
#container {
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}


/*Top header that contains Kay's logo and navigation bar*/
#header {
	width:800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	height: 70px;
	background-image: url(images/Adventure_mag_header.gif);
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
/* Footer */
#footer {
	background-image: url(images/advridermag__footer.gif);
	font-family: Arial, Helvetica, sans-serif;
	height: 70px;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	padding-left: 10px;
}



/* Navigation */
#nav {
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/menubar.gif);
	height: 20px;
}

#nav ul { margin: 0; padding: 0; list-style: none; }
#nav ul li {
	display: inline;
	border-right: 1px solid #CCC;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 10px;
}
#nav ul li a {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover {
	color: #999;
	text-decoration: none;
}
#nav ul li.last { border-right: none; }


/* CLASSES
-----------------------------------------------------*/
/*clears floating divs*/
.clear { display: block; height: 0; overflow: hidden; clear: both; }
a:link {
	color: #060;
}
a:visited {
	color: #060;
}
a:hover {
	color: #666;
}
