@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	padding: 5px;
}
#shadow {
	background-image: url(shadow.jpg);
	background-repeat: repeat-y;
	height: 638px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper  #logo  {
	float: left;
	height: 120px;
	width: 195px;
	padding-left: 5px;
}


#wrapper #header {
	height: 120px;
	width: 590px;
	float: left;
	padding: 5px;
}
#wrapper #topmenu {
	height: 16px;
	width: 790px;
	float: left;
	padding: 5px;
	background-color: #F2F8FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#wrapper #topmenuspacer {
	float: left;
	height: 10px;
	width: 800px;
}
#wrapper #leftbody {
	float: left;
	height: 341px;
	width: 360px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#wrapper #footerspacer {
	float: left;
	height: 10px;
	width: 800px;
}

#wrapper #leftbodyspacer {
	float: left;
	height: 352px;
	width: 10px;
}
#wrapper #bodyimage {
	float: left;
	height: 342px;
	width: 400px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#wrapper #footer {
	float: left;
	height: 80px;
	width: 790px;
	padding: 5px;
	background-color: #F2F8FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#wrapper #lowerfooter {
	padding: 5px;
	float: left;
	height: 50px;
	width: 790px;
}
