* {
	margin:0px;
	padding:0px;
}

body {
	padding-top:0px;
	background-color:#01111d;
	color:#FFF;
	font-family:monospace;
	text-align:left;
	font-size:13px;
}

a {
	color:#FFF;
	text-decoration: none;
}
a:hover {color:#01a9c0;}

.more {
	float: left;
}

.clear {
	clear:both;
}

p {
	margin:20px 0px 20px 0px;
	line-height:16px;
	font-size:12px;
}

.t {color:#01a9c0;}

th {text-decoration:none;}

#container {
	margin:0px auto;
	width:873px;
}

#top-drawer {
	background-image:url(images/menu.gif);
	width:862px;
	height:90px;
	letter-spacing:1px;
	padding-left:10px;
	background-repeat:no-repeat;
	text-align: center;
}

#top-drawer * {
	margin-top:-3px;
	margin-left:15px;
	padding-top:30px;
	border:none;
}

#top-drawer a {
	background-repeat:no-repeat;
}

#welcome {
	background-image:url(images/Navbaricons/home.png);
}
#quests {
	background-image:url(images/Navbaricons/quests.png);
}
#inventory {
	background-image:url(images/Navbaricons/inventory.png);
}
#character {
	background-image:url(images/Navbaricons/character.png);
}
#spellbook {
	background-image:url(images/Navbaricons/spellbook.png);
}
#skills {
	background-image:url(images/Navbaricons/skills.png);
}
#options {
	background-image:url(images/Navbaricons/options.png);
}
#logout {
	background-image:url(images/Navbaricons/logout.png);
}
#play {
	background-image:url(images/Navbaricons/back.png);
}
#welcome:hover {
	background-image:url(images/Navbaricons/home_active.png);
}
#quests:hover {
	background-image:url(images/Navbaricons/quests_active.png);
}
#inventory:hover {
	background-image:url(images/Navbaricons/inventory_active.png);
}
#character:hover {
	background-image:url(images/Navbaricons/character_active.png);
}
#spellbook:hover {
	background-image:url(images/Navbaricons/spellbook_active.png);
}
#skills:hover {
	background-image:url(images/Navbaricons/skills_active.png);
}
#options:hover {
	background-image:url(images/Navbaricons/options_active.png);
}
#logout:hover {
	background-image:url(images/Navbaricons/logout_active.png);
}
#play:hover {
	background-image:url(images/Navbaricons/back_active.png);
}

#center {
	background-image:url(images/header.gif);
	background-:repeat-y;
	width:873px;
}

#content {
	width:673px;
	margin:0px 0px 0px 100px;
	float:left;
	text-align:center;
	display:inline;
	font-size:13px;
}

#content h2{
	margin: 0px 0px 20px 0px;
}

#charselect:hover {
	background-color: #01a9c0;
}

#weekselect:hover {
	background-color: blue;
}

#middle {
	background-image:url(images/middle.gif);
	width:873px;
	height:21px;
}

#middle2 {
	background-image:url(images/middle2.gif);
	width:873px;
	height:22px;
}

#bottom-drawer {
	padding-right:290px;
	padding-left:300px;
	background-image:url(images/content.png);
	background-repeat:repeat-y;
}

#footer {
	font-family: Arial, sans-serif;
	background-image:url(images/footer.gif);
	background-repeat:no-repeat;
	width:873px;
}

#footer p{
	height:58px;
	width:873px;
	text-align:center;
	margin:0px;
	padding:30px 0px 0px 0px;
	font-size:11px;
}

#footer a{
	font-size:11px;
}