* { padding: 0; margin: 0; }

body {
 font-family:Verdana,Tahoma,sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 922px;
}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 height: 70px;
 margin: 10px 0px 0px 0px;
}
#leftcolumn { 
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 160px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 width: 718px;
 display: inline;
 position: relative;
}
#footer { 
 width: 900px;
 clear: both;
 color: #333;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 text-align:center;
}


#logo {
	cursor:pointer;
	position:relative;
	float: left;
	background: url(/images/logo.png) no-repeat;
	width: 246px;
	height: 83px;
}

#header_right {
	color: #333;
	margin: 2px 15px 0 0;
	font-size: 1em;
	text-align: right;
	float: right;
	width: 603px;
}

#header_links {
	width: 300px;
	height: 18px;
	float: right;
}

#header_cat {
	width: 300px;
	height: 18px;
	float: left;
}

/*INPUT BOXES AND BUTTONS*/
.minputsearch {
	background:white;
	border:1px solid lightgrey;
	font-family:arial,sans-serif;
	font-size:17px;
	padding:5px 3px 5px 3px;
	margin: 0 auto;
	width:415px;
}
.minputbutton {
	background-color:#e3ebf9;
	border:1px solid #204a87;
	color:#000000;
	font-family:arial,sans-serif;
	font-size:14px;
	padding:5px 15px 5px;
	text-align:center;
	margin: 1px 0 0 5px;
	height:31px;
	width: 120px;
}

a {
color:#225588;
text-decoration:none;
}

a:hover {
color:#FF5511;
text-decoration:underline;
}

table.tablesorter tbody td.g {
color:#009600;
}

table.tablesorter tbody td.b {
color:#003DB9;
}

#top_searches{text-align:center;}

.link_txt {
color:#000000;
text-decoration:none;
font-size: 1.3em;
}

.link_txt:hover {
color:#000000;
text-decoration:none;
font-size: 1.3em;
}