body { background-color: #cccc99; }

div#maincontainer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	width: 900px;
	border: 1px solid #330000;
}

div#banner {
	position: relative; top: 0px; left: 0px;
	width: 900px;
	height: 172px;
}

div#messageboard {
	position: relative; top: 0px; left: 0px;
	width: 900px;
	height: 50px;
	background-color: #ffffcc;
}

div#content {
	position: relative; top: 0px; left: 0px;
	width: 900px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
	background-color: #ffffcc;
}

div#footer {
	position: relative; top: 0px; left: 0px;	
	width: 900px;
	height: 50px;
	background-color: #ffffcc;
}

div.logo {
	position: relative;
	float: left;
	margin-top: 0px;
	margin-left: 75px;
}

div.bannertext {
	position: relative;
	float: left;
	margin-left: 320px;
	margin-top: 25px;
}

div.topnav {
	position: absolute; top: 85px; left: 480px;
	
}

div.contentleft {
	position: relative; top: 20px; left: 2px;
	width: 620px;
	min-height: 480px;
	height: auto !important;
	height: 480px;
}

div.contentright {	
	position: absolute; top: 20px; right: 0px;
	width: 275px;	
	height: 480px;			
}

div.pagetitle {
	padding-top: 8px;
	padding-bottom: 25px;
}

div.msgtitle {
	padding-top: 8px;
	padding-bottom: 25px;
}

div.pgscrll {
	position: relative;
	width: 275px;
	height: 415px;
	overflow: auto;
}

div.thumbrow {
	position: relative; top: 10px; left: 10px; right: 5px;
	width: 245px;
}

div.ftrtext {
	padding-top: 30px;
}

div.pagetext {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 700px;
}

div.pagefooter {
	position: absolute; bottom: 0px;
	left: 3px;
}

/*	Text	*/

.bannertext {
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 12px;
	font-style: italic;
	color: #ffffcc;
	font-weight: bold;
}
.messagetext {	
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 11px;
	color: #000000;
	line-height: 1.5em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;	
}

.msgtitle {
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #330000;
}

.pagetitle {
	position: relative; top: 20px;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	color: #660000;
}

.textright {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #660000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.pagetext {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #660000;
}
a.pagetext:link, a.pagetext:visited { text-decoration: underline;}
a.pagetext:hover { text-decoration: none; color: #cccccc;}

.ftrtext {
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	color: #330000;
}
a.ftrtext:link, a.ftrtext:visited { text-decoration: none; }
a.ftrtext:hover { text-decoration: none; color: #cccc99; }
