@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	padding: 0px;
	border: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color:#FFFFFF;
	min-width: 800px;
	background-color: #000000;
}
	
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #CCCCFF;
	text-decoration: underline;
}

a:hover{
	color: #CC99FF;
	text-decoration: underline;
}

/************* divs and components **************/

#wrap {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image:url(images/bg.jpg);
	width:1024px;
	}

#header {
	text-align:left;
	}
	
#nav {
	min-width:1024px;
	text-align:left;
	font-size: 80%;
	margin:0px;
	}

#left {
	float:left;
	width:54%;
	}
	
#right {
	float:right;
	width:45%;
	}
	
#main {
	margin: 0px 5px 5px 5px;
	font: 80%;
	}
	
#footer {
	min-width:800px;
	text-align:center;
	font-size: 70%;
	clear:both;
	margin-bottom:5px;
	}
	
h1 {
	margin-bottom:0px;
	}
