@charset "utf-8";
@import url("initial.css");
/* CSS Document */

/* HTML
-----------------------------------------------------*/

body {
	background: #fff;
}
/* STRUCTURE
-----------------------------------------------------*/
/*Overall container that holds everything*/
#container {
	background-color: #FFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}


/*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;
	background-color: #FFF;
	height: 104px;
}
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* Footer */
#footer {
	display: block;
	clear: both;
	background-image: url(images/Footer.gif);
	height: 38px;
	width: 745px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	padding-left: 30px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 25px;
	padding-right: 25px;
	letter-spacing: .2em;
}


/* Navigation */
#nav {
	width:500px;
	height:10px;
	color: #FFF;
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0;
	position: relative;
	z-index: 10;
	top: -45px;
	left: 280px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav ul { margin: 0; padding: 0; list-style: none; }
#nav ul li { display: inline; border-right: 1px solid #CCC; }
#nav ul li a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #666;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#nav a:visited {
	color: #666;
	text-decoration: none;
}
#nav a:hover {
	color: #B23030;
	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: #C00;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #666;
}
