@charset "UTF-8";
body  {
	background: #FFFFFF repeat; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	text-align: center;
	font: 10px "Lucida Grande", Verdana, Geneva, sans-serif;
}
#pageWrap {
	width: 900px;
	margin: 0 auto 0;
	background:  url(images/mainbackground.png);
	height:700px;
}

#AboutpageWrap {
	width: 900px;
	margin: 0 auto 0;
	background: url(images/Aboutbackground.png);
	height:825px;
}

#navbar2 {
	height: 20px;
	width: 530px;
	float:right;
	margin-top: 115pt;	
}
#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	line-height: 30px;
	white-space: nowrap;
}
#navbar2 li {
	list-style-type: none;
	display: inline;
}
#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #FFF;
}
#navbar2 lia:link {
	color: #FFF;
}
#navbar2 lia:visited {
	color: #FFD204;
}
#navbar2 lia:hover {
	font-weight: bold;
	color: #FFD204;
}


#container {
	width: 800px; /* this overrides the text-align: center on the body element. */
	margin-left: 48px;
	margin-right: 48px;
	background:;
	margin-top: 48px;
} 

#Aboutcontainer {
	width: 800px; /* this overrides the text-align: center on the body element. */
	margin-left: 48px;
	margin-right: 48px;
	background:;
	margin-top: 48px;
} 

#header {
	height: 185px;
} 
#mainContent{
	margin-right: auto;
	margin-left: auto;
	margin-top:;
	padding-right: 2.5em;
	padding-left: 3em;
	height:400px;
} 

#AboutmainContent{
	margin-right: auto;
	margin-left: auto;
	margin-top:;
	padding-right: 3em;
	padding-left: 3em;
	height:500px;
} 

 #footer {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background:;
	height: 60px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
 #footerText {
 	float:left;
	width:450px;
	height:40px;
	margin-top:20px;
	
 }

#yellow {
font-color: #FFFF00;
}
