body {
	margin: 5px;
	background-color: #FFFFFF;
}

#pageSurround {
	width: 700px;
	padding: 5px;
	background-color: #FFFFFF;
	border: 2px solid #2D1F2F;
	margin-left: -348px;
	position: relative;
	left: 50%;
}
.st {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 700px;
	height: 120px;
	background-color: #FFFFFF;
}
.sb {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #2D1F2F;
	padding-top: 3px;
	width: 700px;
	height: 24px;
	margin-left: 0;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #FFFFFF;
	}
.sb a {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	}
.sb a:hover {
	text-decoration: none;
	}
	.sbleft {
	text-align: left;
	float: left;
	width: 500px;
	padding: 3px 0 0 10px;
		}
	.sbright {
	text-align: right;
	float: right;
	width: 150px;
	padding: 3px 10px 0 0;
	}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #2D1F2F;
	background-color: #99CCCC;
	background-image: url(../images/navheader.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 15px;
	padding: 5px 0 3px 7px;
}
.boxContentLeft, .boxContentRight {
	background-color: #99CCCC;
	background-image: url(../images/navbottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 5px 5px 8px 8px;
	margin-bottom: 10px;
	font-size: 90%;
	line-height: 15px;
	}
.colLeft {
	position: relative;
	width: 165px; 
	float: left;
	padding-left: 5px;
}
.colMid {
	position: relative;
	width: 525px;
	float: right;
}
.boxContent {
	padding: 3px 15px 10px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 7px;
}
.boxContent a {
	color: #499494;
	text-decoration: underline;
}
.boxContent a:hover {
	color: #2D1F2F;
	text-decoration: none;
}
.boxContent h4 {
	font-size: 100%;
}
.boxContent p {
	margin: 10px 0px;
}
#side {
	position: fixed;
	top: 5px;
	width: 55px;
	height: 500px;
	left: 50%;
	margin-left: -403px;
	}
* html #side{ /*IE FIX*/
	position: absolute;
	}
#eyes {
	position: fixed;
	top: 20px;
	width: 52px;
	height: 130px;
	left: 50%;
	margin-left: 366px;
	background: url(../images/crab.png) no-repeat top left;
	}
* html #eyes{ /*IE FIX*/
	position: absolute;
	}