@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: 800px;
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-attachment: scroll;
	background-image: url(background.jpg);
	background-repeat: no-repeat;
	background-position: 35px top;
	margin-top: 20px;
}
#wrapper #topspacer {
	height: 121px;
	width: 1065px;
	padding-right: 35px;
}
#wrapper #menu {
	height: 250px;
	width: 175px;
	background-attachment: scroll;
	background-image: url(menu/menubackground.jpg);
	background-repeat: no-repeat;
	padding-top: 85px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-position: 46px 111px;
	margin: 0px;
	float: left;
}
#wrapper #mainbodytext {
	height: 325px;
	width: 350px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper #bodytextspacer {
	height: 325px;
	width: 5px;
	float: left;
	padding-top: 15px;
}

#wrapper #mainbodyimage {
	height: 340px;
	width: 484px;
	float: left;
	background-repeat: no-repeat;
	background-attachment: scroll;
}
#wrapper #middlespacer {
	height: 1px;
	width: 1100px;
	float: left;
}
#wrapper #middleleftspacer {
	height: 150px;
	width: 64px;
	float: left;
}
#wrapper #thumbnailtitle {
	float: left;
	height: 139px;
	width: 989px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
#wrapper #middlerightspacer {
	float: left;
	height: 151px;
	width: 35px;
}
#wrapper #bottomspacer {
	height: 15px;
	width: 1100px;
	float: left;
}
#wrapper #bottomleftspacer {
	float: left;
	height: 100px;
	width: 64px;
}
#wrapper #footer {
	float: left;
	height: 100px;
	width: 999px;
	background-color: #d6e1f2;
	border: 1px solid #999999;
	background-image: url(images/footer.gif);
}
#wrapper #bottomrightspacer {
	float: left;
	height: 100px;
	width: 33px;
}
