body{
	text-align:center;
	margin:0;
	background-image:url('../images/bgImage.jpg');
	background-color:#333764;
	
}

#logo{
	margin:0 auto;

	width:750px;
	height:100px;
}

#barWrapper{
	width:100%;
	height:100px;
	
	background-color:#0a0898;
	background-image:url('../images/barBg.gif');
	background-position:center left;
	background-repeat:no-repeat;
}


#bar{
	margin:0 auto;
	
	width:750px;
	height:100px;
}

.buttonWrapper{
	float:left;
	text-align:center;
	
	width:187px;
	height:75px;
}

.link{
	color:white;
	font-family:arial;
}

.link:hover{
	color:#cccccc;
}

.navSpacer{
	margin-top:40px;
}

#title{
	margin-top:20px;

	text-align:center;
	font-size:200%;
	color:black;
	font-family:arial;
}

#content{
	margin:0 auto;
	
	width:1200px;
	height:600px;
}

#building{
	width:600px;
	height:250px;
	
	margin:0 auto;
	margin-top:20px;
	
	border:1px solid black;
}



#text{
	width:900px;
	height:650px;
	
	margin:0 auto;
	margin-top:20px;
		
	text-align:left;
}

#information{
	width:1200px;
	height:50px;
	
	margin:0 auto;
	margin-top:20px;
}

.seperate{
	width:165px;
	height:50px;
	
	float:left;
	
	text-align:center;
}

#footer{
	margin:0 auto;

	width:1200px;
	height:25px;
	
	text-align:left;
	color:black;
	font-size:80%;
	font-family:arial;
	
	margin-top:20px;
}

