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

body {
	background: url(images/wrapperBG.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	width: 800px;
	margin: 15px auto 0 auto;
	}
	
#banner a img {
	border: none;
	}
	
#navbar{
	float: left;
	width: 200px;
	}
	
ul.mainBar {
	text-decoration: none;
	list-style: none;
	}
	
ul.mainBar img {
	border: none;
	background: transparent;
	}	
	
#stuff {
	background: url(images/Star_BG_2.jpg) no-repeat top center;
	height: 1000px;
	width: 800px;
	}
	

#moveUp2 a:link {
	text-decoration: none;
	background: #ecf9a2;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 20px 4px 1px 250px;
	border-bottom: #ff0000 2px solid;
	border-left: #660000 2px solid;
	border-right: #4c06bf 2px solid;
	border-top: #663399 2px solid;
	padding: 3px;
	}

#moveUp2 a:visited {
	text-decoration: none;
	background: #A2C0E1;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 20px 4px 1px 250px;
	border-bottom: #ff0000 2px solid;
	border-left: #660000 2px solid;
	border-right: #4c06bf 2px solid;
	border-top: #663399 2px solid;
	padding: 3px;
	}
		
#moveUp2 a:hover {
	text-decoration: underline;
	background: #C3A6F2;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 20px 4px 1px 250px;
	border-bottom: #ff0000 2px solid;
	border-left: #660000 2px solid;
	border-right: #4c06bf 2px solid;
	border-top: #663399 2px solid;
	padding: 3px;
	}



