body {
	margin:0;
	padding:0;
	height:100%; /* 100 % height */
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FF99CC;
	scrollbar-3dlight-color: #FF99CC;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FF99CC;
	scrollbar-track-color: #FFFFFF;
	font-family:  Arial, Helvetica-Normal, serif;
	font-size: 12pt;
	font-weight: normal;
	color: #333333;
	z-index: 1;
	background-image: url(../images/page_bck.jpg);
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
}

#container {
	width: 980px;
	height: auto;
	margin: auto;
	padding:0px;
	background-color: #FFFFFF;
}
#header{
	float: left;
	width:980px;
	height: 180px;
	background-image: url(../images/header.jpg);

}
#menudiv{
	z-index: 30;
	float: left;
	height: 30px;
	width:980px;
	background-color: #FFFFFF;
}
#leftmenu{
	z-index: -2;
	float: left;
	width:170px;
	background-color: #FFFFFF;
	color: #CCCCCC;
}
#main{
	z-index: -2;
	float: left;
	width:800px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
}
#mainpad{
	z-index: -2;
	float: left;
	width:980px;
	height:250px;

}
#footer{
	float: left;
	height: 200px;
	width:980px;
	background-color: #FFFFFF;
}
#sound{
	float: left;
	padding-left: 90px;
	padding-topleft: 50px;
	padding-top: 40px;
}


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

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

}
#credits{
	width:980px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #50A09E;
	font-weight: normal;
	background-image: none;
	background-color: #FFFFFF;
}
#credits a:link, a:visited{
	color: #50A09E;
	text-decoration:none;
}#credits  a:hover{
	color:  #EE3C39;;
	text-decoration:none;
}



.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;}

