@charset "utf-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	font-family: Verdana;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #1e1e1e;
}

/*id*/

#wrapper {
	width: 950px;
	height: auto;
	margin: 0px;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: 150px;
	margin: 0px;
	margin: 0 auto;
}

#navigation {
	width: 950px;
	height: 35px;
	margin: 0px;
	margin: 0 auto;
	background-image: url(../images/png/navback1.png);
	background-repeat: no-repeat;
}

#navtext {
	width: 950px;
	height: 25px;
	margin: 0px;
	margin: 0 auto;
	text-align: center;
	font-size: 12px;
	padding-top: 10px;
	text-decoration: none;
}

#body {
	width: 950px;
	height: auto;
	margin: 0px;
	padding-top: 50px;
}

#boxtop {
	width: 950px;
	height: 30px;
	margin: 0 px;
	margin: 0px;
	background-image: url(../images/png/boxtop.png);
	background-repeat: no-repeat;
}

#boxmiddle {
	width: 950px;
	height: auto;
	margin: 0px;
	margin: 0 auto;
	background-image: url(../images/png/boxmiddle.png);
	background-repeat: repeat-y;
}

#bodyboxtop {
	width: 850px;
	height: 30px;
	background-image: url(../images/png/otherboxtop.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#bodyboxmiddle {
	width: 850px;
	height: auto;
	background-image: url(../images/png/otherboxmiddle.png);
	background-repeat: repeat-y;
	margin: 0 auto;
}

#bodyboxbottom {
	width: 850px;
	height: 30px;
	background-image: url(../images/png/otherboxbottom.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}

#bodytext {
	width: 425px;
	height: auto;
	padding-left: 30px;
	font-size: 11px;
	line-height: 15px;
}

#formbox {
	width: 425px;
	height: auto;
	padding-left: 30px;
	font-size: 11px;
	line-height: 15px;
	padding-top: 40px;
}

#bodytext2 {
	width: 300px;
	height: auto;
	position: absolute;
	top: 333px;
	left: 50%;
	margin-left: 75px;
	font-size: 11px;
	line-height: 15px;
	font-size: 10px;
}

#boxbottom {
	width: 950px;
	height: 30px;
	margin: 0px;
	margin: 0 auto;
	background-image: url(../images/png/boxbottom.png);
	background-repeat: no-repeat;
}

#footer {
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding-top: 20px;
	font-size: 9px;
	color: #999;
	text-align: center;
}


/*class*/

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

.largetext {
	font-size: 13px;
}

.spacer {
	width: 100%;
	height: 20px;
	margin: 0 auto;
}

.navlink a:link {color: #870101;}
.navlink a:visited {color: #870101;}
.navlink a:hover {color: #000;}
.navlink a:focus {color: #870101;}
.navlink a:active {color: #870101;}

.footlink a:link {color: #666;}
.footlink a:visited {color: #666;}
.footlink a:hover {color: #666;}
.footlink a:focus {color: #666;}
.footlink a:active {color: #666;}
