body 
{
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	background-color: #261300;
	font-family: Arial, Helvetica, sans-serif;
}
/*-----------------------
------Content Area-------
-----------------------*/
.main 
{
	z-index: 0;
	width:742px;
	height:668px;
	float: left;
	overflow: visible;
}

.content
{
	z-index: 1;
	width: 420px;
	height:420px;
	position: absolute;
	left: 146px;
	top: 146px;
	padding: 5px;
	overflow: scroll;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../images/25w.png');
}
.content[class] 
{
	background-image:url(images/25w.png);
}
	

/*-----------------------
--------Navigation-------
-----------------------*/
.nav
{
	z-index: 2;
	width: 328px;
	height: 401px;
	position: absolute;
	left: 650px;
	top: 50px;
/*	background-image: url(images/nav.gif);
	background-position: 650 50;*/
}
ul.menu
{
	list-style-type: none;
	position: absolute;
	left: 650px;
	top: 120px; 
	overflow: visible;
	z-index: 3;
}
li.menu
{
width: 230px;
height: 33px;
border: 0px;
margin: 0px;
overflow: visible;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 12px;
}

