
a:hover {text-decoration: underline; color:Red;}



.searchGo {
	width: 38px; 
	height: 24px;
	float: right; 
	display: block; 
	margin: -20px 50px 0 0; 
	padding:0;
	cursor: hand;
	background: url(./images/searchGo.gif) 0 0 no-repeat;
}
.searchGo:hover {
	background: url(./images/searchGo.gif) -38px 0 no-repeat;
}



#wrapper {
 position: relative;
 width: 923px;
 height: 100%;
 margin: 0 auto;
}

div#index {
 background-image: url(./images/bkgd_orangeSand.jpg);
 background-position: 26px 0;
 background-repeat: repeat-y;
}
marquee {
	font-size: 1.1em;
	color: #444;
	font-weight: bold;
}
marquee a {color: #444; text-decoration: underline;}

* html #wrapper {
 height: 100%;
}
.clear {clear: both;}

img {padding: 0px; margin: 0px; border: none;}
a {text-decoration: none;}
ol, ul {
list-style-image: none; list-style-position:outside; list-style-type:none; 
margin: 0; padding: 0;
}






/* CONTENT */
#content {
 width: 665px;
 float: left;
 padding: 10px 0px 30px 30px;
 background-image: url(./images/bkgd_orangeSand.jpg);
 background-position: -180px 0;
 background-repeat: repeat-y;
}

#main {
 width: 478px;
 float: left;
}








html, body {
 height: 100%;
 margin: 0;
 padding: 0;
 background-image: url(./images/bkgd.jpg);
 font: 12px Arial, Helvetica;
 color: #000;






}


























