body
{
	font-family: helvetica, geneva, tahoma, arial;
	font-size: 13px;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	height: auto;
	background: #f1fdd6;
	padding: 0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
}

a
{
	color: #f65114;
	cursor: pointer;
	text-decoration: underline;
}

a:hover
{
	color: #354c03;
}

a.pagelink
{
	font-size: 18px;
}

a.display_url
{
	color: green;
	text-decoration: none;
}

a.display_url:hover
{
	color: green;
	text-decoration: none;
}

#location
{
	overflow: auto;
	padding-left: 2px;
	font-size: 14px;
	margin-top: 3px;
}

input
{
	font-size: 16px;
}

#search
{
	text-align: center;
	overflow: auto;
	padding-left: 2px;
	font-size: 16px;
	margin-top: 5px;
	padding: 5px;
	border: dashed 1px #354c03;
}

#help
{
	background-color: #fafafa;
	margin-top: 5px;
	padding: 5px;
	overflow: auto;
	border: solid 1px #354c03;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: left;
	overflow: auto;
}

#main_content
{
	padding: 5px;
	background: white;
	border: #354c03 1px solid;
}

#browse
{
	width: 785px;
	border: dashed 1px #354c03;
	overflow: auto;
	background-color: #fbfbfb;
}

#browse_column
{
	width: 29%;
	float: left;
	margin: 10px;
}

#header
{
	border: solid 1px #354c03; 
	background:url("/images/site/top_background.png") repeat-y right #89c400;	  
	width: 785px;
	padding-top: 10px;
	padding-bottom: 10px;
}
	
#footer
{
	width: 100%;
	text-align: center;
}

#not_found
{
	width: 700px;
}

#heading
{
	background-color: #eee;
	width: auto;
	overflow: auto;
}

#heading_logo
{
	float: left;
	width: 100px;
	height: 1.2em;
}

#heading_name
{
	float: left;
	width: 200px;
	height: 1.2em;
}

#heading_category
{
	float: left;
	width: 300px;
	height: 1.2em;
}

#heading_payout
{
	float: left;
	width: 300px;
	height: 1.2em;
}

#heading_admin
{
	float: left;
	width: 170px;
	height: 1.2em;
}

#result_logo
{
	float: left;
	width: 100px;
}

#result_name
{
	float: left;
	width: 200px;
}

#result_category
{
	float: left;
	width: 300px;
}

#result_payout
{
	float: left;
	width: 300px;
}

#result_admin
{
	float: left;
	width: 170px;
}

#results
{
	width: 785px;
	font-size: 15px;
}

#pages
{
	text-align: center;
	font-size: 18px;
}

.dotted_line_2px
{
	height: 2px;
	background: url(/images/site/dotted_line_2px.gif) repeat-x;
	width: 100%;
	padding-bottom: 3px;
}

#heading_how
{
	float: left;
	width: 150px;
	background-color: #eee;
}

#heading_80
{
	float: left;
	width: 80px;
	background-color: #eee;
}

#heading_110
{
	float: left;
	width: 110px;
	background-color: #eee;
}

#heading_join
{
	float: left;
	width: 200px;
	background-color: #eee;
}

#details_how
{
	float: left;
	width: 150px;
}

#details_80
{
	float: left;
	width: 80px;
}

#details_110
{
	float: left;
	width: 110px;
}

#details_join
{
	float: left;
	width: 200px;
}

#description
{
	width: 400px;
	font-size: 14px;
}

#logo
{
	width: 195px;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}

.clear
{
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
}

h1
{
	font-size: 22px;
	display: inline;
}

h2
{
	font-size: 18px;
	font-weight: normal;
	display: inline;
}

h3
{
	font-size: 14px;
	font-weight: normal;
	display: inline;
}

#about
{
	width: 775px;
	border: dashed 1px #354c03;
	overflow: auto;
	font-size: 14px;
	padding: 5px;
}

#links
{
	width: 775px;
	border: dashed 1px #354c03;
	overflow: auto;
	font-size: 14px;
	padding: 5px;
}

