html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	left: 0px;
}
h2{
	font-family: Times New Roman;
	font-size: 17px;
	color: #880000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #FFFF33;
}
a:hover {
	text-decoration: underline;
}
body {
	background-image:url(../images/bg_index.gif);
	background-position:left;
	background-repeat:repeat;
}
#footer {
	float:none;
	padding-top:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
	font-weight:bolder;
}
