/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #333300;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	position: absolute;
	width: 625px;
	left: 10%;
	top: 5%;
}

#title {
	background: url(images/top.gif) no-repeat;
	height: 25px;
}

#title h1 {
	display: none;
}

#pagebody {
	position: relative;
	background: url(images/main.gif) no-repeat;
	height: 332px;
	top: -6px;
}

#pagebody h2{
	display: none;
}

#footer{
	position: relative;
	background: url(images/bottom.gif) no-repeat;
	height: 65px;
	top: -6px;
}

#footer li{
	list-style: none;
	float: right;
	margin-right: 1px;
	padding-right: 20px;
	white-space: nowrap;
	font-size: 13px;
	color: #666666;
	line-height: 40px;
}

#footer a {
	float: left;
	padding: 5px;
	text-decoration: none;
	color: #333333;
	background-color: #f2f2f2;
	border: 1px solid #ccc; 
}

/* Commented Backlash Hack hides rule from IE5-Mac \*/
#footer a {float:none;}             /* End IE5-Mac hack */

#footer a:hover {
	background-color: #333300; 
	padding: 5px;
	color: #fff; 
}

#footer h3{
	display: none;
}
