body
{
	margin: 20px;
	padding: 0px;
	background: #000000;
	background-image:url(images/bg.gif);
	background-position:center;
	background-repeat: repeat-y;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 75%;
	color: #E7E7E7;
	scrollbar-face-color: #413330;
    scrollbar-highlight-color: #413330;
    scrollbar-shadow-color: #413330;
    scrollbar-3dlight-color: #413330;
    scrollbar-arrow-color: #CAB097;
    scrollbar-track-color: #000;
    scrollbar-darkshadow-color: #000;
}

a:active, a:visited, a:link
{
	color: #CAB097;
	text-decoration: none;
}

a:hover
{
	color: #fff;
	text-decoration: underline;
}

#container
{
	margin: 0px auto;
	width: 750px;
}

#header
{
	width: 750px;
	height: 100px;
	border:1px solid #ffffff;
	background: #000000 url('images/top.jpg');
	border-bottom: 0px;
}

#menu
{
	width: 740px;
	height: 25px;
	padding: 1px 5px;
	border:1px solid #fff;
	border-bottom: 0px;
	margin-bottom: 0px;
	background: #CAB097;
}

#MenuPos
{
     position: fixed;
	 width: 630;
	 height: 25px;
	 padding-top: 2px;
	 padding-bottom: 0px;	 
}

#container2
{
	border:1px solid #fff;
	background: #000000 url('images/bgrodblack.gif');
}

#content
{
	width: 750px;
	height: auto;
	line-height: 150%;
}

#content h2
{ 
	font-family: arial;
	font-weight: 100;
	padding: 10px 0px;
	letter-spacing: 2px;
	font-size: 120%;	
}

#content h3
{
    border-top: #808080 1px dashed;
	color: #E7E7E7;
	font-family: arial;
	font-weight: 100;
	padding: 0px 0px;
	font-size: 100%;
}

.overflow
{
	overflow: auto;
	width: 750px;
	height: auto; 
}

#textpadding
{
	padding: 1px 10px;
}

#footer
{
	width: 740px;
	padding: 5px 5px;
	border:1px solid #fff;
	border-top: 0px;
	margin-top: 0px;
	text-align: center;
	background: #000000;
	font-size: 85%;
}
