* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #f7f7f7;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#shadow {
	background-image: url(shadow.gif);
	background-repeat: repeat-y;
	width: 840px;
	margin-right: auto;
	margin-left: auto;
}
#shadow #wrapper #header {
	height: 55px;
	width: 800px;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}


#wrapper #logo {
	background-color: #f7f7f7;
	height: 85px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 30px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	display: block;
}
#shadow #wrapper #navigation a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	height: 30px;
	width: 200px;
	float: left;
	text-align: center;
	line-height: 30px;
	background-color: #F7F7F7;
}
#shadow #wrapper #navigation #selected {
	background-color: #F22627;
}

#wrapper #headerimg {
	height: 250px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-top: 5px;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 30px;
	border-top-width: 1px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #000;
	border-bottom-color: #000;
	line-height: 30px;
}

#shadow #wrapper #bodyArea table tr td {
	vertical-align: top;
}
#webster {
	padding-right: 29px;
	padding-left: 29px;
}

