@charset "utf-8";
body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}


/* CSS Document */

#container {
	background-color: #FFFFFF;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#container #banner {
	margin-bottom: 2px;
}
#container #nav {
	background-color: #CCCCCC;
	text-align: center;
	padding: 10px;
	background-image: url(../images/nav_back.jpg);
	margin: 0px;
}
#container #nav ul {
	margin: 0px;
	padding: 0px;
}
#container #nav li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #330;
	padding: 0 1em;
}
#container #nav ul li.last {
	border: none;
}

#container #nav a {
	text-decoration: none;
	color: #330;
	border-bottom-style: none;
	font-weight: bold;
}
#container #nav a:hover {
	color: #F60;
	text-decoration: none;
	border-bottom-style: none;
	font-weight: bold;
}
#container #main {
	text-align: center;
}

#container #footer {
	text-align: center;
	clear: both;
	height: 2000px;
	background-image: url(../images/nav_back.jpg);
	background-repeat: repeat;
	padding-top: 5px;
}
#container #footer p {
	font-size: x-small;
	color: #666666;
	margin: 0px;
}

#container  #footer  a,a:hover {
	text-decoration: none;
	color: #666666;
	border-bottom-style: none;
}
