body {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	width: 970px;
	margin: 0px auto;
	position: relative;
}
h1, h2 {
	font-family: sans-serif;
	font-size: 16px;
	color: #233f79;
	margin: 0px;
}
h1 { font-size:18px;}
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 {
	font-family: Trebuchet MS;
	height: 29px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color;#FFF;
	margin-bottom:10px;
	width:100%;
}
#explore li {
	border-top-left-radius:5px 5px;
	border-top-right-radius:5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-moz-border-radius-topright: 5px 5px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
	border-top:1px solid #233f79;
	border-right:1px solid #233f79;
	border-left:1px solid #233f79;
}
#explore li a:link, #explore li a:visited, #explore li a:active {
	font-family: sans-serif;
	font-size: 16px;
	color: #233f79;
	background-image: url('/img/sidebar-bg.gif');
	background-position: top left; 
	background-repeat: repeat-x;
	height: 29px;
	float: left;
	padding-left:10px;
	padding-right:10px;
}
#explore li a:hover {
	background-position: bottom left;
}

#content {
	background-color: #E5EDFE; 
	/*background-image: url('/img/content-bg600.gif'); 
	background-position: top;
	background-repeat: no-repeat; */
	float:left;
	width:580px;
	margin-right:10px;
	padding:10px;
}

#left {
	float:left;
	margin-right:10px;
	width: 175px;
}

#right {
	width:175px;
	float:left;
}

.box {
	font-family: Trebuchet MS;
	font-size: 11px;
/*	background-color: #E5EDFE; */
	background-color: #FFFFFF;
	background-image: url('/img/sidebar-bg.gif');
	background-position: top left;
	background-repeat: repeat-x;
	height: auto;
	padding: 10px;
	margin-bottom:10px;
}
.box ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#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;
	}
#footer {
		border-top:1px solid #233f79;
		margin-top:10px;
		padding-top:10px;
}

