@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #666666;
	background-image: url(bg1.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
td {
	vertical-align: top;
}
#nav{
	text-align: center;
	background-color: #660000;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
}
#nav li {
	list-style-type: none;
	display: inline;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
#nav a:link, #nav a:visited, #nav a:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover{
	color: #990000;
}
#content{
	padding: 10px;
}h1 {

}
#footer{
	font-size: small;
	text-align: center;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #666666;
}
#footer a:hover{
	color: #336699;
	text-decoration: none;
