body { background-color: #000; text-align:center; margin:0px; }

#container { width:875px; text-align: left; margin: auto; font: 0.8em Arial,Helvetica,sans-serif; padding-bottom:30px; color: #fff; }
#container h1 {margin: 0px; }

#main { color: #fff; font: 0.8em Arial,Helvetica,sans-serif; padding:0px; background-image: url(images/all_bottom_bg.jpg); background-repeat:no-repeat; background-position:bottom;}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.nav{
	display: table;
	width: 100%;
	table-layout: fixed;
}
ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 40ex;
	margin-left: -6px;
	margin-top: 2px;
}

ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{
	background-color: #fff;
	color: #369;
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #369;
	color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
	background-color: #369;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 1px solid #369;
}

.nav a{
	text-decoration: none;
}

.subnav {
	color: #fff;
	font: bold 0.8em Arial,Helvetica,sans-serif; text-align:center;
	text-align: left;
	width: 140px;
}

.subnav a {
	color: #fff;
	text-decoration: none;
	display:block;
	width:100%;
	padding: 3px;
}

.subnav a:hover {
	color: #ff9;
	background-color: #036;
}

.subnav td {
	background-color: #4D7195;
	padding: 0px;
	filter: alpha (opacity=90);
}

.thumb img {
	border:2px solid #369;
}

.thumb img:hover {
	border:2px solid #69c;
}

.whitetext {
	color: #fff;
	font: 9pt Arial,Helvetica,sans-serif;
}
.whitetext a {
	color: #fff;
}
#footer { color: #55668d; font: 0.7em Arial,Helvetica,sans-serif; text-align:center; }
#footer a {color: #fff; text-decoration:none; }
#footer a:hover {color: #fff; text-decoration:underline; }
