@charset "utf-8";
body {
	background-color: #ffffff;
	margin: 0px;
	background-image: url();
	background-repeat: repeat-x;
	overflow: hidden;
}
#container {
	width: 880px;
	margin-top: 0px;
	border: 0px solid;
	border-color: #000000;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 1200px;
	background-image: url(../images/gavinchoate_logo.png);
	background-position: 0px 100px;
	overflow: hidden;
}
#header {
	width: 100%;
	margin-top: 0px;
	border: 0px solid;
	border-color: #00ff00;
	height: 50px;	
}

#topNav {
	width: auto;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 2px solid #ffffff;
	
}

#topNav ul {
	border: 0px;
	margin-top: 0px;
	padding-top: 10px;
	list-style: none;
	text-align: center;
}

#topNav li {
	border: 0px;
	display: inline;
	color: #ffffff;
	text-align: center;
	margin-right: 30px;
}

#topNav li a {
	margin-left: auto;
	margin-right: auto;
	border: 0px dashed;
	border-color: #ffffff;
	color: #ffffff;
	font-family: Arial;
	/*font-variant: small-caps;*/
	font-weight: bold;
	font-size: 30px;
	text-decoration: none;
	text-align: center;
	background: url() left no-repeat;
}

#topNav li a:hover {
	background-image: url();
	background-repeat: no-repeat;
}

#topNav li a img {
	border: 0px;
}

#topNav .activeTab{
	background-image: url();
	background-repeat: no-repeat;
}
