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

#bodytext {
	width: 500px;
	height: auto;
	padding-left: 30px;
	padding-top: 30px;
	font-size: 11px;
	background-image: url(../images/png/boxmiddle.png);
	background-repeat: repeat-y;
	line-height: 15px;
}

#news {
	width: 300px;
	height: auto;
	font-size: 10px;
	line-height: 15px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: 120px;
}

#newsboxtop {
	width: 300px;
	height: 15px;
	background-image: url(../images/png/newsboxtop.png);
	background-repeat: no-repeat;
}

#newsboxmiddle {
	width: 300px;
	height: auto;
	background-image: url(../images/png/newsboxmiddle.png);
	background-repeat: repeat-y;
}

#newsboxbottom {
	width: 300px;
	height: 15px;
	background-image: url(../images/png/newsboxbottom.png);
	background-repeat: no-repeat;
}

#newstext {
	width: 250px;
	height: auto;
	margin: 0 auto;
}
	

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

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