@charset "utf-8";
/* CSS Document */
body {
	background-color: black;	
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #0066ff;	
}

A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color: #cccccc;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: none; color: #0066ff; background: white;}

#center {width: 760px; margin: 0 auto; }
	
#top{
	width: 760px;
	height: 261px;
	background-image: url(chicagoBg.jpg);
}

#nav{
	width: 760px;
	text-align:center;
	word-spacing: 30px;
	background-color:  #0066ff;
}

h1{color: #F8991D;}
h2{color: #0066ff; text-align:center}

#copyWrapper{
	width: 710px;
	padding: 10px 25px 0px 25px;	
}

#copy{
	padding: 25px;
	color: #0066ff;
	width: 660px;
	min-height:320px;
}
