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

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#D6D3DE;
	min-width: 700px;
	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 **************/
	

#header {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	width:700px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	}
	
	
#main {
	margin: 55px 20px 5px 20px;
	font-size: .75em;
	
	}
	
#footer {
	min-width:700px;
	clear:both;
	margin-top: 50px;
	text-align:center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-transform: uppercase;
	font-size: .65em;
	height: 64px;
	}

