body {
	background: #521616 url(../images/global/bg.gif) no-repeat fixed;
	font: 95% Palatino, Georgia, "Times New Roman", Times, serif;
	color: #ccc;
	list-style: inside;
}
a {
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px solid #988;
	padding-right: 2px;
	padding-left: 2px;
}
a:hover {
	color: #521616;
	background: #edd;
	border-bottom: none;
}
#main {
	position: absolute;
	width: 480px;
	left: 400px;
	top: 20px;
	padding-top: 20px;
}
h1 {
	font: bold 95% Georgia, "Times New Roman", Times, serif;
	color: #fff;
	border-bottom: medium double #411;
	margin-top: 1em;
}
table {
	font-size: 80%;
	width: 95%;
	background-color: #966;
	border: thin solid #999;
}
#nav {
	font: bold 80% Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: url(../images/global/navBG.gif) repeat-x;
	position: absolute;
	position: fixed;
	height: 30px;
	width: 100%;
	left: 0px;
	top: 0px;
	padding-top: 5px;
	padding-left: 40px;
	overflow: hide;
}
#nav a {
	color: #fff;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a:hover {
	background-color: #533;
	color: #777;
}
