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

#header { color: #ffffff; }

#top_nav {
	width: 918px;
	height: 29px;
	clear: both;
    z-index: 3;	
    }

#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;
	z-index: 0;
}
   
#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;
    padding-bottom: 30px;
    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;
   }   
