body {
	margin: 0px;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
}
div#top {
	background-image: URL("images/topbg.jpg");
	width: 100%;
	height: 125px;
}
div#topleft {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 158px;
	height: 131px;
	background-image: URL("images/topleft.jpg");
}
div#logo {
	position: absolute;
	top: 0px;
	left: 158px;
	width: 364px;
	height: 93px;
	background-image: URL("images/rookie-to.jpg");
}
div#submenu {
	z-index: 5;
	position: absolute;
	top: 200px;
	left: 0px;
	width: 117px;
	height: 130px;
	background-image: URL("images/submenubg.jpg");
	background-repeat: repeat-y;
	text-align: left;
}
div#submenutop  {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 117px;
	height: 20px;
	background-image: URL("images/submenutop.jpg");
}
div#bottom {
	position: absolute;
	top: 330px;
	left: 0px;
	width: 117px;
	height: 17px;
	background-image: URL("images/submenubottom.jpg");
	background-repeat: no-repeat;
}
div#content {
	position: absolute;
	top: 140px;
	width: 100%;
	color: blue;
	font-family: sans-serif;
	
}
.nav {
	position: absolute;
	top: 94px;
	left: 0px;
	height: 23px;
	width: 100%;
	text-align: center;
	font-family: sans-serif;
	font-size: large;
	font-weight: bold;
}
.nav a {
	color: #333333;
	text-decoration: none;
}
.nav a:visited {
	color: #333333;
}
.nav a:hover {
	color: #FFFFCC;
}
#nav_active {
	color: #FFFFCC;
        font-family: sans-serif;
        font-size: large;
        font-weight: bold;
	text-decoration: none;
}
