body {
	background-image: url(../img/barracks_background_light.png);
	background-repeat: repeat-x;
    background-color: #6B5730;
    font: 14px/1.2 arial, helevetica, verdana
    }
    
#wrapper
{
	width: 918px;
	background-color: transparent;
	margin: 0 auto;
}

#top_nav {
	display: none;
    }

#top_frame {
	width: 918px;
	height: 11px;
	clear: both;
    }


#content_back {
	width: 918px;
	clear: both;
	background-image: url(../img/photo_background.png);
	background-repeat: repeat-y;
	background-color: transparent;
   }

#content {
	width: 880px;
	margin: 0 auto; 
	padding: 0;
	padding-bottom: 10px;
	clear: both;
}
   
#flash_splash {
   width: 900px;
   height: 367px;
   background-color: white;
   margin: 0 auto;
   }

#feature {
   width: 900px;
   height: 237px;
   background-color: white;
   margin: 0 auto;
   }

#sponsors {
   width: 900px;
   height: 77px;
   background-color: white;
   margin: 0 auto;
   }
   
   
#footer {
	width: 918px;
	background: url(../img/photo_frame_bottom.png) no-repeat transparent;
    padding-top: 15px;
    font: 11px/1.5 arial, helevetica, verdana;
    color: #fff;
    text-align: center;
    }


.copyright { float: right; }
.credit {float: left;}

#footer a:link {
   color: #fff;
   text-decoration: none;
   }

#footer a:visited {
   color: #fff;
   text-decoration: none;
   }

#footer a:hover {
   color: #fff;
   text-decoration: underline;
   }   
   
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

#content .sIFR-flash, #content .sIFR-flash object, #content .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
	border: none;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	border: none;
}   



.sIFR-hasFlash #content h1 {
	visibility: hidden;
	font-size: 26px;
	padding-bottom: 5px;
    border: none;
    }

.sIFR-hasFlash #content h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 22px;
}

.sIFR-hasFlash #content h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 20px;
}

.sIFR-hasFlash #content h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 16px;
}

.sIFR-hasFlash #content h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
   