/*-------------Body Details------------- */
*{padding:0; margin:0;}

html, body {
	
	margin:0;
	padding:0;
	font:11px/20px "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma;
	margin: 0px;
	background:#D95700; 

} 
a, visited { font:11px  "Lucida Sans Unicode","Lucida Sans", Verdana, Tahoma;
	text-decoration:none; color:#FFFFFF; 
}

a:hover{
	text-decoration:underline;
	color: #333333;

}


/*-------------Banner Details------------- */
#bannerBehind {
	background-image: url(bannerBehind.gif);background-repeat: repeat-x;
	height: 108px;
	width: 100%;
}

#banner {
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
}

/*-------------Navigation------------- */
#navigation {
	font-size: 11px;
	margin: 0;
	margin: 0;
	width: 300px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 80px;
	padding-left: 20px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	display:inline;

}
#navigation a {
	text-decoration:none;
	color: #FFFFFF;

}
#navigation a:hover {
	text-decoration: underline;
	
}
/*-------------Main Content Details------------- */
 .wra{
	background:#ffffff;
	margin-right: auto;
	margin-left: auto;
} 
 .images{
	float: right;
	margin: 5px;
}
     
    #mainContent{
	width:710px;
	margin:0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
    } 

.homeTitle {
	background-image: url(welcomehome.gif);}
.searchTitle {
	background-image: url(welcomesearch.gif);}
.termsTitle {
	background-image: url(welcometerms.gif);}
.contactTitle {
	background-image: url(welcomecontact.gif);}
	
.homeTitle,.searchTitle, .termsTitle, .contactTitle {
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-position: left;
	width: 300px;
	padding-top: 30px;
}
/*-------------Footer------------- */

#footer {
	margin:0;
	padding:0;
	border-top: 1px solid #D95700;
	clear: both;
	background:  #D95700 url(footerBehind.gif) repeat-x;
	color: #D95700;
}
#footer #footerContent{
	text-align: left;
	color: #FFFFFF;
	width:710px;
	margin:0 auto;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-top: 5px;
	
}
