body {
	background: url("images/body_bg.gif") 0 0 #000 repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #fff;
}

a {
	color: #FFCF31;
}

#container {
	width: 800px;
	text-align: left;
	border: 1px solid yellow;
	background-color: #000;
}

#nav {
	width: 150px;
	float: left;
	padding: 1px 0 0 1px;
	text-align: center;
}

#body {
	margin-left: 155px;
	padding-right: 2px;
}

#footer {
	font-size: 12px;
	clear: both;
	text-align: center;
}

#copyright {
	font-size: 10px;
	clear: both;
	text-align: center;
}

table.bundle {
	border: 1px solid #FFCF31;
}

td.bundletop {
	height: 20px;
	background: url("images/bundle_top_bg.gif") 0 0 #000 repeat-x;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

td.bundlebot {
	padding: 2px;
	background-color: #000;
	font-size: 12px;
	color: #fff;
}

table table { font-size: 12px; }