@CHARSET "UTF-8";
*{
	padding:0;
	margin:0;
}
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#999;
}
h1{
	margin-bottom:1em;
}
ul{
	margin-left:2em;
}
#main{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
}
#marquee{
	height:30px;
	line-height:30px;
	width:100%;
	background-image:url(/images/navbkg.jpg);
	background-repeat:x-repeat;
	text-align:center;
}
#menu{
	height:45px;
	width:100%;
	background-image:url(/images/navbkg.jpg);
	background-repeat:x-repeat;
	text-align:center;
}
#menu table{
	border-collapse:collapse;
}
#menu a{
	font-weight:bold;
	text-align:center;
	color: #fff;
	text-decoration: none;
}
#menu a:hover{
	color:#a0cd94;
	text-decoration:underline;
}
#header{
}
#logo{
	border:none;
	display:block;
}
#content{
	margin:12px;
}
#marquee{
	color:#fff;
	font-weight:bold;
}
#footer{
	height:20px;
	background-color:#ccc;
	line-height:20px;
	padding:0 10px;
}
