body, img, p {
	margin: 0;
	padding: 0;
	border: none;
}

body {
	background: url(../images/wood.gif);
	color: #909090;
	font: 10px Trebuchet MS;
}

a:link, a:visited, a:active {
	color: #909090; 
}

a:hover {
	text-decoration: none;
}

ul { 
	margin: 0;
	padding: 10px 20px 10px 20px;
}

#container {
	width: 586px;
	margin: auto;
	margin-top: 35px;
}

#banner {
	width: 586px;
	height: 161px;
	background: url(../images/banner.png);
}

#logo {
	width: 258px;
	height: 48px;
	position: absolute;
	margin-top: 43px;
	margin-left: 290px;
	background: url(../images/logo.png);
}

#content-top {
	width: 586px;
	height: 8px;
	background: url(../images/content-top.png);
}

#main_mid {
	width: 546px;
	clear: both;
	overflow: hidden;
	padding: 0 20px 8px 20px;
	background: url(../images/content.png);
}

#footer {
	width: 586px;
	height: 38px;
	padding-top: 28px;
	margin-bottom: 25px;
	background: url(../images/footer.png);
}

#footleft {
	float: left;
	width: 375px;
	text-align: left;
	padding-left: 25px;
}

#footleft a {
	text-decoration: none;
}

#footleft img {
	padding-right: 5px;
}

#footright {
	float: right;
	width: 150px;
	color: #5591b2;
}

#nav_tabs_container {
	width: 400px;
	height: 29px;
	padding-top: 123px;
	padding-left: 111px;
}

#nav_home {
	float: left;
	width: 97px;
	height: 29px;
	position: relative;
	background: url(../images/nav_home.png);
}

#nav_usable {
	float: left;
	width: 96px;
	height: 29px;
	position: relative;
	background: url(../images/nav_usable.png);
}

#nav_goodies {
	float: left;
	width: 96px;
	height: 29px;
	position: relative;
	background: url(../images/nav_goodies.png);
}

#nav_guides {
	float: left;
	width: 96px;
	height: 29px;
	position: relative;
	background: url(../images/nav_guides.png);
}

.navitem {
	float: left;
	position: relative;
	z-index: 1000;
}

.navitem_container {
	width: 97px;
	top: 7px;
	left: -1px;
	position: absolute;
}

.navitem_container1 {
	width: 97px;
	top: 7px;
	left: 0;
	position: absolute;
}

.navitem_top {
	height: 20px;
	background: transparent;
}

a.navitem_middle {
	background: url(../images/nav_bg.PNG);
	width: 77px;
	height: 17px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
	text-decoration: none;
	display: block;
	color: #ffffff;
}

a.navitem_middle:hover {
	font-weight: bold;
	background: url(../images/nav_bg_hover.PNG);
	text-decoration: none;
	color: #ffffff;
}

.navitem_bot {
	height: 12px;
	width: 97px;
	background: url(../images/nav_bg_bot.PNG);
}

.trigger {
	color: #ffffff;
	cursor: pointer;
	font-weight: bold;
}

.header {
	background: url(../images/header.png);
	width: 551px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 0 18px;
	margin: 0 -12px 8px -12px;
}

.heading {
	background: url(../images/header.png);
	width: 551px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 0 18px;
	margin: 0 -12px 8px -12px;
}

#heading {
	background: url(../images/header.png);
	width: 551px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 0 18px;
	margin: 0 -12px 8px -12px;
}

.content {
	padding: 10px;
}

input {
	border: 1px solid gray;
	font-size: 11px;
	padding: 2px;
}

select {
	border: 1px solid gray;
	font-size: 11px;
	cursor: pointer;
	padding: 2px;
}

textarea {
	border: 1px solid gray;
	font-size: 11px;
}

.button {
	width: 72px;
	height: 21px;
	border:0;
	cursor: pointer;
	background: url(/images/submit.PNG);
}

.button:hover {
	width: 72px;
	height: 21px;
	border:0;
	cursor: pointer;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background: url(/images/submit.PNG);
}

input:hover {
	border: 1px solid black;
}

select:hover {
	border: 1px solid black;
}

textarea:hover {
	border: 1px solid black;
}


.badge {
	height: 80px;
	width: 80px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 18px;
}

.modlist {
	height: 20px;
	width: 80px;
	float: left;
	text-align: center;
	padding: 5px;
	margin: 18px;
}

#dhtmltooltip {
	position: absolute;
	font-size: 10px;
	left: -300px;
	border: 2px solid black;
	padding: 5px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#dhtmlpointer {
	position: absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}