html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px;
} 

a { outline: none; }

p { margin-bottom: 8px; color: #666;}

body {
	font: 12px/1.4em Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #666;
	background: #675228 url(../images/gator-ride/body-bg.jpg) repeat-x top center;
	}

ul, ol { margin: 1em 0; padding-left: 2.5em; }
dt { margin: 0.5em 0 0; }
dd { margin: 0.25em 0 0.5em 2.5em; }

h1, h2, h3, h5, h5, h6 { font-weight: bold; margin-bottom: 8px; } 

h1 { font-size: 20px; font-weight: normal; color: #2485BA; font-family:"Times New Roman", Times, serif } /*blue*/
h2 { font-size: 16px; font-weight: bold; color: #CC3091; font-family: Arial, "Times New Roman", Times, serif } /*pink*/
h3 { font-size: 16px; font-weight: bold; color: #273b0a; font-family: "Times New Roman", Times, serif } 

a { color: #bd0915; }
a:hover { text-decoration: none; }


/** STRUCTURE **/

#main-wrap {width: 905px; margin: 0 auto;}

	#banner {width: 905px; height: 282px;}
		
		#logos {width: 168px; height: 248px; float:left;}
	
			a.home-link {display: block; height: 23px; width: 152px; color:#000; padding: 10px 0 0 10px}
			.top-links {display:block; height:23px; float:right; color:#000; padding: 10px 0 0 3px}
			.top-links a {color:#000}
			
		#header-bg {width: 737px; height: 249px; background:url(../images/gator-ride/header.jpg) top left no-repeat; float:left}
	
	#content-area {width: 854px; margin:0 auto; padding: 25px 23px 0 23px; background:#FFF}
	
		.txt-right {width: 470px; float:right; padding: 0 10px 0 0}
		
		.btn-area {width: 840px; clear:both; margin: 10px 0 25px 0}
		.btn-area img {border:0 !important; outline:none; margin:0; padding:0;}
		
	#content-btm {width: 905px; margin: 0 auto; height:39px; background:url(../images/gator-ride/content-btm.jpg) top left no-repeat;}
	
	#footer {
	display: block;
	width: 884px;
	margin: 0 auto 25px auto;
	padding: 8px;
	font-size: 11px;

	}
	
	#footer a {color:#FFF;}
	
		#y-corporate-logo {
	display: block;
	width: 50px;
	padding: 0 0 25px 50px;
	float:left;

	}
	
		#footer_content {
	display: block;
	width: 670px;
	float:left;
	margin: 0;
	color:#FFF

	}
	
	#united-logo {
	display: block;
	width: 50px;
	margin: 0 0 25px 0;
	float:left;

	}

.clear { clear: both; }

