@charset "utf-8";
/* CSS Document */
body {

	background-color: white;
	font-family:Verdana;
}

.menu {
	
	
	margin-left: auto;
	margin-right: auto;
	width: 50em;
}

img {

	border: 0px solid;

}

.mainbody {

	position:relative;
	margin-top:-5px;
	margin-left: auto;
	margin-right: auto;
	width: 50em;

}

h1 {

	position:absolute;
	left: 8%;
	top: -2%;
	color:white;
	border: 2px solid white;
	padding: 3px;
	width: 11em;
	background-color: #989898;
}

.maintext {

	position:absolute;
	left: 8%;
	top: 13%;
	width: 40.6em;
	border: 2px solid white;
	background-color: #4C4C4C;
	color: white;
	padding: 4px;

}

.continfo {

	margin-left:5em;

}

.maintext_m {

	position:absolute;
	left: 8%;
	top: 3%;
	width: 40.6em;
	border: 2px solid white;
	background-color: #4C4C4C;
	color: white;
	padding: 4px;

}

.pics  {
	position:absolute;	
	left: 10% ;
	top: 20% ;

	
}

.pic1  {

	border: 2px solid white;


}

.pic2  {
	
	position:absolute;
	border: 2px solid white;
	left: 110% ;
	top: 10% ;

}

.pic3  {
	
	position:absolute;
	border: 2px solid white;
	left: 50% ;
	top: 40% ;

}

.button{

	position:absolute;
	border: 2px solid white;
	left: 75% ;
	top: 65% ;
	border: 0px solid white;
}


.lst1{

	position:absolute;
	left: 8%;
	top: 31%;
	border: 2px solid white;
	background-color: #4C4C4C;
	color:white;
	width:39.25%;
	padding: 4px;
}

.lst2{

	position:absolute;
	left: 50%;
	top: 31%;
	border: 2px solid white;
	background-color: #4C4C4C;
	color:white;
	width:39.25%;
	padding: 4px;
}

a:link {

	Color: White;
	text-decoration:none;
}

a:visited {

	Color:#989898;
	text-decoration:none;
}

a:hover {

	color:white;
	text-decoration:underline;
}

form div label {
	
	float: left;
	width:20%;


}