* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(img/bodybg.jpg) no-repeat right top #BAD455;
	font-family: 'Trebuchet', Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #000000;
	padding-right: 287px;
}

a {
	color: #8DA823;
	text-decoration: none;
}

a:hover {
	color: #8B643B;
	border-bottom: 1px solid #8B643B;	
}

li { list-style: none; }

/*---------- Main Div Styles ----------*/

#global {
	float: right;
	width: 719px;
}

#head {
	background: url(img/head.jpg) no-repeat right top;
	height: 195px;
	float: right;
	padding-left: 46px;
	width: 673px !important;
	width /**/: 719px;
}

#head h1 { display: none; }

/*------------- Nav -------------*/

#nav {
	position: relative;
	top: 122px;
	left: 112px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	width: 480px;
	height: 30px;
}

#nav ul {
	list-style: none;
}

#nav li {
	display: inline;
	margin-right: 18px;
}

#nav .here {
	color: #C79162;
	border-bottom: 4px solid #C79162;	
}

/*------------- SubNav -------------*/

#subnav {
	position: relative;
	left: 0;
	top: 80px;
	font-size: 12px;
	text-align: center;
	margin-left: -46px;
	width: 126px;
}

#subnav li {
	display: block;
	list-style: none;
	line-height: 1.1;
	margin-bottom: 3px;
}

#subnav a {
	text-transform: uppercase;
	font-weight: bold;
	color: #B8D24F;
}

#subnav a:hover {
	border: 0;
	color: #8B643B;
}

#subnav .here {
	color: #8A9E2B;
}

#main {
	background: url(img/contentbg.jpg) repeat-y;
	padding: 0 45px 48px 36px;
	float: right;
	text-align: left;
	width: 592px !important;
	width /**/:673px;
	right: 0px;
	position: relative;
}

#foot {
	clear: both;
	background: url(img/foot.jpg) no-repeat right top;
	width: 673px;
	height: 48px;
	float: right;
}

#foot p {
	padding: 22px 30px 0 19px;
	font-size: 9px;
	text-align: left;
	color: #8DA823;
}

#foot a { }

/*---------- Minor Styles ----------*/

.splash { padding: 25px; }

#covers {
	padding: 12px 0;
	text-align: center;
}

#covers li  {
	display: inline;
	list-style: none;
}

#covers img { margin: 12px; }

#adnav {
	font-size: 15px;
	font-weight: bold;
	margin: 12px 0;
}

#browse p { padding-bottom: 12px; }
#browse ul { padding: 0 0 12px 12px; }
#browse li a { font-weight: bold; font-size: 16px; text-transform: uppercase; }

.browse img { padding: 12px; }
.browse a { border: none; }
.browse a:hover img { border: none; background: #BAD455; }

/*---------- Reformat Styles ----------*/

table {
	width: 100%;
	font-size: 11px;
}

table td {
	padding: 4px;
}

table td.right {
	text-align: right;
}

table tr.stripe {
	background: #F0E2A4;
}

table td.note {
	font-size: 9px;
	font-style: italic;
	text-align: right;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin: 18px 0 6px 0;
	border-bottom: 1px solid #000000;
}

h4 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

/*---------- Results ----------*/

#listing ul {
	margin: 6px 0 12px 0;
}

#listing li { }

.ads {
	margin: 0; padding: 0;
}
td.ads { width: 98px; }
.ads a img { border: 0; }
.ads a:hover { border: 0; }

/*---------- Forms ----------*/

form { width: 260px; margin: 20px 0 0 20px; }

input { display: block; width: 260px; margin-bottom: 12px; }

select { display: block; width: 260px; margin-bottom: 12px; }

textarea { display: block; width: 260px; margin-bottom: 12px; }

.sublabel { font-size: 10px; padding: 0; margin: 0 0 3px 0; }

/*---------- Inline Forms ----------*/

#narrow { display: inline; }
#narrow form {width: 160px; display: inline; }
#narrow select {width: 160px; display: inline; }
#narrow input {width: 30px; display: inline; }