body{
	background-image:url("http://www.uncg.edu/mat/research/border2/images/stars and planets.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: black;
	font-family: Georgia, San-Serif, Serif;
	color:#ffcc00;
}
#title{
	margin:0 auto;
	width:100%;
	height:190px;
}
h1{	font-size: 1.7em;
	text-align:center;}

h2{	font-size: 1.2em;
	text-align:center;}

#menu{
	margin:0 auto;
	margin-top: 45px;
	width:600px;
}

#content{
	margin:0 auto;
	margin-top: 3%;
	width:70%;
}

#footer{
	margin:0 auto;
	margin-top: 2%;
	width:80%;
}

#header{
	margin:0 auto;
	margin-top: 4%;
	width:80%;
}

.imgLeft{
	float:left;
	border-style:none;
}

.imgLeftPad{
	float:left;
	border-style:none;
	padding-right:10px;
	padding-bottom:5px;
}
.imgRightPad{
	float:right;
	border-style:none;
	padding-left:10px;
	padding-bottom:5px;
}
.imgRight{
	float:right;
	border-style:none;
}

a:link{ color:White;}
a:visited{ color:Purple;}
.rightAlign{ text-align:right; }
.leftAlign { text-align:left; }
.centerAlign { text-align:center; }
.justifyAlign {text-align:justify; }

.noImageBorder{ border-style:none; }

