body {
	background-color: #000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100.01%;
}

#container {
	width: 750px;
	background-color: #4e4e4e;
	text-align: left;
	border: 2px solid #000;
}

#header { width: 750px; }

#nav {
	width: 750px;
	background: url("images/nav.gif") #000 0 0 repeat-x;
	border-bottom: 1px solid #fff;
	height: 20px;
}
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	width: 148px;
	color: #fff;
	text-align: center;
	font-size: .8em;
	line-height: 20px;
	border-right: 1px solid #fff;
	background: url("images/nav.gif") #000 0 0 repeat-x;
}

#nav ul li a:hover {
	background: url("images/nav_over.gif") #000 0 0 repeat-x;
}
.firstNav { border-left: 1px solid #fff; }
.lastNav { padding-right: 4px; }

#body {
	clear: both;
	padding: 2px;
	font-size: .9em;
}

.bundle { border: 1px solid #000; }
.bundleTop { border-bottom: 1px solid #000; background: url("images/nav.gif") #000 0 0 repeat-x; font-size: 1.1em; font-weight: bold; text-align: center; }
.bundleBot { background-color: #fff; padding: 2px; color: #000; font-size: .9em; }

#copyright {
	text-align: center;
	font-size: .7em;
	color: #fff;
}