/* CSS Document */

body {
	background-attachment: fixed;
	background-color: #445566;
	background-image: url(http://www.mammothresource.com/UT_Archive/images/bg1.png);
	background-repeat: repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header {
	background: #000033 url(http://www.mammothresource.com/UT_Archive/images/title.png) repeat-x center top;
	height: 75px;
	width: 800px;
	}

.main {
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 0px;
	display: table;
	background-image: url(http://www.mammothresource.com/UT_Archive/images/bg2.png);
	background-repeat: repeat;
}

	.post {
	background-position: left top;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	margin: 0px;
	padding: 10px;
	width: 530px;
	background-color: #FFFFFF;
	height: auto;
	border: #BBCCDD;
	vertical-align: top;
	float: left;
	display: table-column;
}
.sidebar {
	background-color: #BBCCDD;
	height: auto;
	width: 250px;
	float: right;
	text-align: center;
	padding-top: 85px;
	display: table-column;
}

.lowerheader {
	width: 800px;
	height: 50px;
	margin: auto;
	background-color: #000033;
	display: table;
}

.lower {
	width: 800px;
	margin: auto;
	background-color: #FFFFFF;
	padding: 0px;
	display: table;
	background-image: url(http://www.mammothresource.com/UT_Archive/images/bg3.png);
	background-repeat: repeat;
}

.links {
	height: auto;
	width: 230px;
	float: left;
	text-align: center;
	display: table-column;
	padding: 10px 25px 10px 10px;
}

.rec {
	text-align: center;
	word-spacing: normal;
	margin: 0px;
	padding: 10px;
	width: 500px;
	height: auto;
	border: #BBCCDD;
	vertical-align: top;
	float: left;
	display: table-column;
	position: static;
}