body {
	margin: 0;
	padding: 0;	
	font-family: sans-serif;
	
	background-color: #666666;
}

h1 {
	padding-top: 5px;
	color: #ffffff;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
}
h1 a {
	color: #ffffff;
	text-decoration: none;
}
h1 a:hover {
	color: #ffffff;
}

h2 {
	color: #efa404;
	font-size: 47px;
	text-align: center;
	font-weight: bold;
	margin: 0px 0px -15px 0px;
}

h3 {
	width: 688px;
	padding:6px 0px 3px 0px;
	
	border-bottom:1px dashed #379fd0;
	
	font-size: 18px;
	font-weight: normal;
	color: #efa404;
}

#outerContainer {
	width: 724px;
	height: auto;
	
	margin: 0 auto;
	
	background:url('pics/shadow.png') repeat-y;
}

#contentArea {
	width: 688px;
	height: auto;
	
	z-index: 0;
	margin: 0 18px 0 18px;
	border: 0;
	
	font-size: 13px;
}
#contentArea a {
	color: #379fd0;
	font-weight: bold;
	text-decoration: none;
}
#contentArea a:hover {
	color: #efa404;
}
#contentArea img {
	width: auto;
	height: auto;
	padding: 0;
	margin: 0 auto;
}

#footer {
	width: 724px;
	height: 26px;
	
	margin: -8px auto 0 auto;
	
	background-image:url('pics/footer.png');
}
#footer p {
	margin: -5px;
}
