body {
	background-color: Black;
	margin:0 0 0 0;
	padding: 0 0 0 0;
}

table {
	border: 2px solid Black;
}

td {
		border: 1px solid Black;
}
#wrapper {
	width: 974px;
	margin: 10px auto;
	padding: 0 0 0 0;
	vertical-align: top;
}

#wraphead {
	width:974px;
	height:24px;
	background-image: url(images/wraphead.png);
	background-repeat: no-repeat;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

#wrapmain {
	width: 974px;
	background-image: url(images/wrapmain.png);
	background-repeat: repeat-y;
	padding: 10px;
	margin: -5px auto;
	text-align: center;
	
}

#wrapfoot {
	width:974px;
	height:24px;
	margin:-22px 0 0 0;
	background-image: url(images/wrapfoot.png);
	background-repeat: no-repeat;
}

#head {
	width:925px;
	height:157px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-left:10px;

}


#nav {
	width:925px;
	height:50px;
	background-image: url(images/nav.png);
	display: block;

	margin-left:10px;
}

#navpad {
	height:3px;
	margin:0;
	padding:0;
}

#nav ul{
	display: inline;
}

#nav li {
	display: inline;
	font-size:13px;
	padding-left:2px;
}

#nav a{
	color: #7FFF00;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover{
	text-decoration:underline;
}


#contentwrap {
	width:925px;
	margin: 10px auto;
	text-align: left;

}

#contenthead {
	width:925px;
	height:25px;
	background-image: url(images/contenthead.png);
	background-repeat: no-repeat;

}


#contentmain {
	width:925px;
	background-image: url(images/contentmain.png);
	background-repeat: repeat-y;
	padding: 5px 3px 5px 3px;

	
}

#contentfoot {
	width:925px;
	height:25px;
	background-image: url(images/contentfoot.png);
	background-repeat: no-repeat;
}

.move {
	text-align: center;
}

#footer {
	width:925px;
	height:30px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	font-size: 14px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom: 15px;
}
