#body {
	background-color:#000000;
	height:100%;
	margin: 0;
	padding: 0;
	}

td img
{
	border: none;
}
	
#container {
	text-align: center;
	margin-top: 5px;
	margin-left: -375px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 750px;
	height: 545px;
	background-color:#000000; 
	visibility: visible;
}

#main
{
	width: 700px;
	margin: 0 auto;
	background: url(images/bg.png) left repeat-y;
	height: 545px;
	background-color:#FFFFFF;
}

#header
{
	padding-left: 37px;
	margin-left:0px;
	left:0px;
	padding-top: 11px;
	height: 66px;
	width:250px;
}

#title
{
	color: white;
	font-size: 170%;
	font-weight: bold;
	font-family: "Comic Sans MS", fantasy, sans-serif;
	text-align:left;
}

#subtitle
{
	color: white;
	font-size: 120%;
	font-family: "Verdana", sans-serif;
}

#nav
{
	float: left;
	width: 160px;
	margin-top: -77px;
}

#content
{
	width: 500px;
	margin-left:130px;
	margin-top: -77px;
}

#buckle
{
	background: url(images/buckle.gif);
	width:61px;
	height: 197px;
	margin-left: 18px;
	margin-top: -1ex;
}

#nav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 30px;
	padding-top: 5em;
	background: url(images/belt-bg.png) repeat-y;
}

#nav ul li
{
	display: block;
	height: 34px;
	line-height: 34px;
	margin: 1ex 0;
	background: url(images/belt-stud.png) no-repeat center left;
}

#nav ul li a
{
	color: white;
	font-weight: bold;
	padding: none;
	padding-left: 110px;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 0;
	overflow: hidden;
	text-align: left;
	}

#nav ul li a:hover
{
	width: 100%;
	padding-left: 37px;
}

