body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	width: 970px;
	margin: 0px auto;
	position: relative;
}
h1 {
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('/img/head.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 175px;
	height: 67px;
	margin: 0px;
	position: relative;
	left: -10px;
}
h2 {
	font-family: sans-serif;
	font-size: 16px;
	color: #233f79;
	margin: 0px;
}
a, a:hover, a:visited, a:active {
	color: #5878bc;
	text-decoration: underline;
}
input, textarea {
	font-family: Tahoma;
	font-size: 12px;
	padding: 4px;
	vertical-align: middle;
}
	input[type=button], input[type=submit], button {
		cursor: pointer;
	}
	textarea {
		width: 340px;
	}
label {
	position: relative;
	top: 2px;
	vertical-align: top;
	cursor: pointer;
	border-bottom: 1px dotted #C3CDE2;
}
#explore {
	width: 195px;
	height: 29px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 127px;
	left: 190px;
}
	#explore li {
		margin-left: 1px;
		float: left;
		cursor: pointer;
	}
		#explore li a:link, #explore li a:visited, #explore li a:active {
			text-indent: -9999px;
			background-color: #FFFFFF;
			background-position: 0px -30px;
			background-repeat: no-repeat;
			height: 29px;
			float: left;
		}
		#explore li a:hover {
			background-position: top;
		}
		#explore .rankings a:link, #explore .rankings a:visited, #explore .rankings a:active {
			background-image: url('../img/tab-rankings.gif');
			width: 75px;
		}
		#explore .tools a:link, #explore .tools a:visited, #explore .tools a:active {
			background-image: url('../img/tab-tools.gif');
			width: 57px;
		}
		#explore .links a:link, #explore .links a:visited, #explore .links a:active {
			background-image: url('../img/tab-links.gif');
			width: 57px;
		}

#content {
	background-color: transparent;
	background-image: url('/img/content-bg600.gif');
	background-position: top;
	background-repeat: no-repeat;
	float:left;
	width:100%;
	margin-left:-200px;
}

#content_main {
	height: auto;
	margin-left:350px;
}

#left {
	width: 150px;
	float:left;
	margin-left:200px;
}

#right {
	height: auto;
	padding-left:100%;
	margin-left:-238px;
}

.box {
	font-family: Trebuchet MS;
	font-size: 11px;
	background-color: transparent;
	background-image: url('/img/sidebar-bg.gif');
	background-position: top;
	background-repeat: no-repeat;
	height: 115px;
	padding: 10px;
	margin-bottom:10px;
}
#ads {
	position: relative;
	top: 20px;
	left: 62px;
	clear: both;
}
#results {
	float:right;
	margin:0;
	width:235px;
	min-width:235px;
	padding:0;
	}
.row_even{
	background-color:#FFF;
	}
.row_odd{
	background-color:#CCC;
	}
