@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#D6D3DE;
	min-width: 800px;
	background-color: #000000;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #9a9593;
	text-decoration: underline;
}

a:hover{
	color: #b7b3b6;
	text-decoration: underline;
}

/************* divs and components **************/

#wrap {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width:800px;
	}

#header {
	min-width:800px;
	height:67px;
	background-image: url(images/top.jpg);
	}
	
#logo {
	float:left;
	width:25%;
	height:110px;
	}
	
#nav {
	font-size: 120%;
	float:center;
	margin-top:75px;
	width:75%;
	margin-left:300px;
	}

	
#spacer {
	float:right;
	width:100%;
	height:20px;
	}

#left {
	float:left;
	width:80%;
	}
	
#right {
	float:right;
	width:20%;
	}
	
#main {
	margin: 15px 15px 5px 15px;
	font-size: .75em;
	}

#main_right {
	margin: 15px 15px 5px 15px;
	font-size: .80em;
	}
	
#footer {
	min-width:800px;
	height:220px;
	text-align:center;
	background-color: #000000;
	background-image:url(images/footer.jpg);
	background-repeat:repeat-x;
	background-position:center;
	font-size: 70%;
	clear:both;
	}
	
h1 {
	margin-bottom:0px;
	}
