@charset "utf-8";
/* CSS Document */

#wrapper {
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	margin-top: 0px;
	width: 800px;
	position: static;
	border: 1px solid #000;
}
#wrapper #headerImg {
	height: 250px;
	padding-top: 0px;
	width: 800px;
	z-index: 10;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000;
}

#wrapper #logo {
	height: 48px;
	width: 375px;
	z-index: 10;
	left: 496px;
	top: 191px;
	visibility: visible;
	position: absolute;
}
* {
	padding-top: 0px;
}
#dropshadow {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/dropshadow.gif);
	background-repeat: repeat-y;
}

#dropshadow #wrapper #navbar {
	width: 165px;
	float: left;
}
#dropshadow #wrapper #bodyarea {
	width: 610px;
	float: right;
	text-align: left;
	padding: 5px;
	margin: 5px;
}
#dropshadow #wrapper #bodyarea p {
	margin-top: 12px;
	margin-right: 4px;
	margin-bottom: 12px;
	margin-left: 4px;
	color: #FF6;
}

#footer {
	clear: both;
	height: auto;
	text-align: center;
}
#dropshadow #wrapper #footer p {
	margin-top: 2px;
	margin-bottom: 4px;
}
