@import url(../css/home.css);
@import url(../css/infoPages.css);
@import url(../css/portfolio.css);

body{
	background-color:#000033;
	
	text-align:center;
	
	margin:0;
}

#top{
	height:100px;
	width:100%;
	
	margin-top:0;
	
	background-color:white;
	
	text-align:center;
	
}

#center{
	float:left;
	width:100%;
	height:510px;
	background-color:#000033;
	
}


#logo{
	width:800px;
	height:100px;
	

	margin:0 auto;

	
	background-image:url('../png/logo.png');
}

#divider{
	height:20px;
	
	background-color:#006699;
}

#content{

	margin:0 auto;
	
	height:510px;
	width:800px;
}

.navWrapper{
	

	float:left;
	margin-top:30px;
	
	height:30px;
	width:100%;
	

}

.nav{

	
	float:left;
	margin-left:20px;
	margin-right:20px;
	
	color:white;
	text-align:left;
	font-family:arial;
	font-size:75%;
	text-decoration:none;
	text-transform:uppercase;	
}

.nav:hover{
	color:#66ff00;
	border-bottom:1px solid #66ff00;
}

#address{
	margin-top:20px;

	color:#666666;
	font-family:arial;
	font-size:90%;
	
}