body {
	color: #FFFFFF;
	background: #333333;
	text-align: center;
	margin: 60px 0 20px 0;
	padding: 0;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
 	font-family: Papyrus;
	scrollbar-arrow-color:#660000;
	scrollbar-track-color:#333333;
	scrollbar-shadow-color:#000000;
	scrollbar-face-color:#333333;
	scrollbar-highlight-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-3dlight-color:#000000;
}
#holdit {
	text-align: center;
	margin: 0px auto;
	width: 800px;
	height: 500px;
	padding: 0px;
	border: 6px groove #cccccc;
	background: #ffffff;
	
}
#mainhead {
	border-left: 0em solid #000000; 
	padding-left: 1em; 
	font-size: 1em; 
	width: 40px;
	margin: 0 0 0 0;
}
a:link, a:visited {
 	color: #660000;
}
a:hover {
	color: #cccccc;
}
#content {
	margin: 0px;
	padding: 0px;
}

#header {
	background: url(../i/header.jpg) no-repeat center;
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 800px;
	border: 2px solid #cccccc;
}

#navlist
{
margin:0px 230px;
padding:0px;
}


#navlist ul, #navlist li
{
margin: 0px;
padding: 0px;
display: inline;
list-style-type:none;
}

#navlist a:link, #navlist a:visited
{
display:block;
float:left;
color: black;
padding: 5px;
border:0px solid #fff;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
background: white;
color: #006;
background:silver;
border:0px solid #000;
text-decoration: none;
}

#navlist a:hover { color: #000;font-style:italic; }


#navinside {
	position: relative;
	top: 47px;
	left: 0px;

}
#navinside p {
	margin: 0 0 10px 0;
	padding: 0;
}
#maincontent {
	width: 800px;
	float: right;
	height: 400px;
	overflow:auto;
	background: #000000 repeat-y;
	clear: both;
}
#maincontent p {
	text-align: justify;
	margin: 0 0px 0px 0;
}
#scroller {
	margin: 0px;
	padding: 0 0 0px 0;
}

#footer {
	background: url(../i/footer.jpg) no-repeat center;
	border: 2px solid #cccccc;
	width: 800px;
	height: 25px;
	bottom: auto;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
}
