@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
}
#backtop {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
}
#back {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height: 220px;
	background-image: url(../images/back.jpg);
	background-repeat: no-repeat;
}
#imageholder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	color: #FFFFFF;
}
#back  #indexlist {
	float: left;
	padding-right: 20px;
	padding-top: 5px;
	padding-left: 30px;
}

#wrapper #face {
	float: left;
	padding-right: 20px;
	padding-top: 5px;
}

#wrapper #form {
	height: 560px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	color: #333333;
}



#wrapper #headright {
	float: right;
	text-align: center;
	color: #000000;
	width: 420px;
	background-color: #FFFFFF;
}
#wrapper #formspace {
	height: 65px;
	width: 800px;
}

#wrapper #headleft {
	float: left;
	width: 380px;
	height: 183px;
	background-color: #FFFFFF;
}
#wrapper #footer {
	height: 30px;
	line-height: 30px;
}




a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

p {
	font-size: 14px;
	margin: 10px;
	font-family: Verdana;
}
a {
	color: #0000FF;
	text-decoration: none;
}
