﻿body 
{
	background-color: #604733;
	background-image:url('superretro.jpg');
	height: 100%;
	margin: 0;
}


body a:link, body a:visited, body a:hover, body a:active{
	margin: 0;
	padding: 0;
	text-decoration: none;    
	font-family: Georgia, Sans-serif;
	color: #b38855;
}


#barwrapper{
	width: 800px;
	height: 886px;
	margin: 0px auto 0px auto;
}


#leftside{
	width: 74px;
	height: 100%;
	background-image:url('border-left.png');
	float: left;

}

#wrapper{
	width: 652px;
	height: 100%;
	background-color: #604733;
	margin: 0px auto 0 auto;
	float: left;
} 

#rightside{
	width: 74px;
	height: 100%;
	background-image:url('border-right.png');
	float: left;
}

.section-texture-top{
	background-color: black;
	background-image:url('linkgrade.png');
	height: 20px;
	width: 652px;
	border-top: 5px solid black;
}

#section-title{
	background-image:url('titlebar.png');
	background-color: #ff9000;
	width: 652px;
	height: 240px;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
}


#section-links{
	background-color: black;
	background-image:url('linkgrade.png');
	height: 40px;
	width: 652px;
	border-bottom: 5px solid black;
}

.formsplit{
	margin: 0px auto 0px auto;
	width: 275px;
	height: 25px;
}

.formtitle{
	height: 25px;
	width: 110px;
	text-align: right;
	float: left;
}

.formentry{
	height: 25px;
	width: 160px;
	text-align: right;
	float: left;
}

.hbuffer{
	width: 10px;
	height: 1px;
	float: left;
}

.hlink{
	background-color: #b38855;
	margin: 4px 4px 0px 3px;
	padding: 5px 3px 5px 4px;
	border-top: 1px solid #6e583e;
	border-left: 1px solid #886a48;
	border-right: 1px solid #886a48;
	border-bottom: 1px solid #886a48;
	float: left;	
}

#section-main a:link, #section-main a:visited, #section-main a:hover, #section-main a:active{
	text-decoration: none;    
	font-family: Georgia, Sans-serif;
	color: #5e4833;
}

#section-main{
	background-image:url('centergrade.png');
	height: 500px;
	width: 652px;
}

.section-texture-bottom{
	background-color: black;
	background-image:url('linkgrade.png');
	height: 20px;
	width: 652px;
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	position: relative;
	bottom: 0;
}

#section4{
	background-image:url('centergrade.png');
	width: 652px;
}

#copyright{
	margin: 0px 0px 5px 0px;
	font-size: 14px;  
	font-family: Georgia, Sans-serif;
	color: black;
}