.Thingtitle {
	height: 100px;
	width: 900px;
	float: left;
}
.body {
	width: 900px;
	background-color: #000000;
	height: 100px;
}
.sidething {
	float: left;
	height: 800px;
	width: 140px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FF0000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	position: relative;
}
.footer {
	height: 100px;
	width: 890px;
	float: left;
	background-color: #00CC00;
	position: relative;
}

.SideRight {
	float: right;
	height: 800px;
	width: 140px;
	position: relative;
	background-color: #FDFDFD;
	border: medium solid #000000;
}
.mid {
	float: none;
	height: 800px;
	width: 600px;
	background-color: #000000;
	position: relative;
	clear: none;
	right: auto;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: left center;
	border: thick solid #000000;
}
.Buttonbox {
	height: 115px;
	width: 892px;
	background-position: center top;
	background-image: url(ButtonBackground.jpg);
	background-color: #000000;
	background-repeat: repeat;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
	position: relative;
	padding: 0px;
	float: none;
	overflow: visible;
}
