body {
	background-image:url(images/bkgd_stars.jpg)}


div {
	border: 0px solid #000000;
	/*position:absolute;*/
}
#wrapper {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	
}
#banner {
	/*background-color: #FF0000;*/
	height:195px;
	width:850px;
	left: 0px;
	top: 0px;
	margin-bottom: 20px;
	
}
#banner .aerial {
	display: inline;
	padding-left: 20px;
	background-position: right;
}

#nav {
	float:left;
	height:440px;
	width:150px;
	background-image: url(images/bg_left.gif);
	padding-top: 15px;
	text-align: center;
}
#nav img {
	padding-right: 20px;
	padding-left: 20px;
}


#spacer {
	/*background-color: #0000FF;*/
	float:left;
	height:450px;
	width:20px;
}
#main {
	/*background-color: #FFFF00;*/
	height:455px;
	width:586px;
	float:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CE0000;
	/*overflow: auto;*/
}
#main .bg_top {
	background-image: url(images/borders/bg_top.gif);
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 586px;
}
#main .bg_left {

	height: 435px;
	width: 10px;
	float: left;
	background-image: url(images/borders/bg_left.gif);
	
}
#main .main_center {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 435px;
	width: 566px;
	float: none;
	overflow:auto;
}
#main .bg_right {
	background-image: url(images/borders/bg_right.gif);
	margin: 0px;
	padding: 0px;
	height: 435px;
	width: 10px;
	float: right;
}
#main .bg_bottom {
	clear:both;
	background-image:url(images/borders/bg_bottom.gif);
	height:10px;
	width:586px;}
#main .welcome {
	font-size: 1.5em;
}

#main a:link {color:#0000FF;}
#main a:visited {color:#0000FF}

#spacer2 {
	/*background-color: #0000FF;*/
	
	height:20px;
	width:850px;
	clear: both;
}
#footer {
	/*background-color: #CC66FF;*/
	width:850px;
	clear: both;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: .8em;
	text-align: center;
}
#footer a:link {
	color:#FFFFFF;
	/*background-color:#FF33FF;*/}
#footer a:visited {
	color:#FFFFFF;
	/*background-color:#FF33FF;*/}

