body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	SCROLLBAR-FACE-COLOR:#FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-SHADOW-COLOR:#666666;
	SCROLLBAR-3DLIGHT-COLOR:#666666;
	SCROLLBAR-ARROW-COLOR:#666666;
	SCROLLBAR-TRACK-COLOR:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
	z-index: 1;
	background-image: url(../images/page_bck.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center 20px;
	background-color: #A59590;
}

#container
{
  margin: 0 auto;
  width:896px;
  margin-bottom:30px;
  height:100%;
  padding: 0px;
  border: none;
}
#header{
	postion:absolute;
	height: 180px;
	background-image: url(../images/header.jpg);

}
#menudiv{
	z-index: 30;
	height: 60px;
	width:900px;
	background-image: url(../images/menu_bck.jpg);
}

#main{
	z-index: -2;
	width:900px;
    height:auto;
	background-image: url(../images/main_bck.jpg);

}
#footer{
	clear:both;
	height: 143px;
	width:900px;
	background-image: url(../images/footer.jpg);
}
#credits{
	clear:both;
	width:900px;
	height:20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
}
#credits a:link, a:visited{
	color: #000000;
	text-decoration:none;
}#credits  a:hover{
	color:  #333333;
	text-decoration:none;
}

.headertext{
	color: #EDE9DE;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	line-height: 18px;
}
#textContent{
	margin: 20px;
}

.break{
	height: 2px;
	width: auto;

}


.list{
	font-family: Verdana, Helvetica, "Arial Narrow", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	list-style-type: square;
}
.class1 A:link {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-style: normal;color: #990000;text-decoration: none;}
.class1 A:visited {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-style: normal;color: #990000;text-decoration: none;}
.class1 A:active {text-decoration: none;font-family: Arial, Helvetica, sans-serif;}
.class1 A:hover {font-family: Arial, Helvetica, sans-serif;font-size: 12px;font-style: normal;color: #006600;text-decoration: none;}
