body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	margin: 0; padding: 0;
	background-color: #E7E7E7;
	text-align:center;
}

#container {
	width:940px;
	height:900px;
	margin:0 auto;
	overflow: visible;
	background-color: #fafafa;
	text-align:left;
}

#collage{
	float: left;
	height: 405px;
	width: 940px;
	background-color: #fff;
	background-image: url(img/collage.jpg);
	background-repeat: no-repeat;
}

#header {
	float: left;
	width: 940px;
	height:175px;
	background-color: #fafafa;
}

#logostrip{
	float: left;
	width: 940px;
	height: 115px;
	background-color: #000;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	color:#fff;
}

#logostrip p{	color:#fff;
}

#contact{font-weight:bold;font-size:1.2em;float:left}
#email{color:fff;font-weight:bold;font-size:1.2em;float:right}
#email a{color:fff}
#email a:hover{color: #6a3}


#mainlinks ul {width: 940px;float:left;	background-color: #fafafa;	border-bottom: 1px solid #fafafa}

#mainlinks li{
	float:left;
	width:260px;
	display:block;
	height: 60px;
	text-align: right;
	margin-top:10px;
}	

#mainlinks a {
	margin: 0;
	font-size: 26px;
	color: #69c;
	text-transform: uppercase;
	text-decoration: underline;
	text-align: left;
	font-family: "Century Gothic";
	
}

#mainlinks a:hover {
	color: #345;
	text-decoration: none;
}

#sublinks {
	float: left;
	width: 270px;
	margin: 5px; 
	padding: 0;
	font-family: "Century Gothic";
}

#sublinks ul {
	float: right;
	display: block;
	margin:0;
	padding-bottom:30px;
	list-style: none inside;
}

#sublinks li {
	float:left;
	width: 220px;
	border-right: 10px solid #cb6;
	margin: 3px 0 0 0;
	background: #334 url(img/e_on.gif) no-repeat left
}

#sublinks li a{
	padding: 10px 5px 10px 40px;
	font-weight: normal;
	text-decoration: none;
	display: block; 
	color: #fff;
	font-size:14px;
	border-left: 1px solid #334;
}

h1#current {color:#cb6}

#sublinks li :hover {background: #334 url(img/e.gif) no-repeat left; border-left: 1px solid #334}

#maincontent {
	float: right;
	width:645px;
	overflow: visible;
	padding: 5px;
	background-color: #fafafa;
	border-left: 1px solid #E7E7E7;
}

#content {
	float: left;
	width:940px;
	overflow: visible;
	background-color: #fafafa;
	border-top: 3px solid #E7E7E7;	
}

h1, h2, h3, h4 {font-family: "Century Gothic";}

h1 {
	text-transform: uppercase;
	padding: 10px;
	font-size: 1.6em;
	color: #345;
}

h2 {	
	padding: 5px;
	font-size: 1.5em;
	color: #6a3;
}

h3 {	
	padding: 5px;
	font-size: 1.4em;
	color: #806040;
}

h4 {	
	padding: 5px;
	font-size: 1.3em;
	color: #345;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px;
	padding: 10px 15px;
	list-style-type: square;
	line-height: 140%;
}

ul, ol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 120%;
}

h1 a {text-decoration: none; color: #69c}
h1 a:hover {color: #345}
h1 a#current {color:#cb6; padding-bottom:0em}
h1 a:hover#current {color:#345; padding-bottom:0em}

a {
	font-weight: bold;
	color: #69c;
}

a:hover {
	color: #345;
}

table{
	width: 400px;
	font-size: 12px;
}

tr, td {
	padding:1px;
	border: 1px solid #000;
}

.coltopleft{
	background-color: #CCBB66;
}
.coltopright{
	background-color: #CCAA66;
}

#footer{
	clear: both;
	width:880px;
	margin: 5px auto 5px;
	text-align:center;
	color: #000000;
	height: 50px;
}
.small{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.center{text-align: center;
}


