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-color: #20232A;
}

#page_top{
	height: 115px;
	background-image: url(../images/header_bck.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#logo{
	margin: auto;
	width:982px;
	height: 70px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}
#menutop{
	margin: auto;
	width:982px;
	height: 45px;
	background-image: url(../images/menu_bck.jpg);
	background-repeat: no-repeat;
}

#page_mid{
	height: auto;
	background-image: url(../images/main.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-attachment: scroll;
	background-color: #000;
	background-position: center top;
}

#home_page{
	margin: auto;
	width:982px;
	height: 300px;
	background-image: url(../images/home_page.jpg);
	background-repeat: no-repeat;
}
#content{
	margin: auto;
	width:982px;
    min-height:400px; 
	height:auto;
	background-image: url(../images/main_bck.jpg);
	background-repeat: repeat-y;
}

#textContent{
	padding-top: 20px;
	margin-right: 30px;
	padding-bottom: 30px;
	margin-left: 20px;
}
#contactform{
	margin: auto;
	height: 450px;
}
#mainpad{
	z-index: -2;
	float: left;
	width:982px;
	height:250px;

}
#page_bot{
	height: 50px;
	background-image: url(../images/footer_bck.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

#footer{
	margin: auto;
	width:982px;
	height: 50px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}



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

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

}
#credits{
	width:982px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	font-weight: normal;
	background-image: none;
}
#credits a:link, a:visited{
	color: #099;
	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, a:active, a:visited {
	font-size: 12px;
	font-style: normal;
	color: #006600;
	text-decoration: none;
}

.class1 a:hover {
	color: #000;
	text-decoration: underline;
}

