/* CSS Document */


/* ################# Rollovers ################# */
	.teamRoxy a {
		display:block;
		width:116px;
		height:23px;
		background: url("../images/buttons/teamRoxy.gif") 0 0 no-repeat;
		background-position: -116px;
		}
	.teamRoxy a:hover {	
		background-position: 0px;
		}
	.teamRoxy a:active {
		background-position: 0px;
		}
	
	.home a {
		display:block;
		width:59px;
		height:23px;
		background: url("../images/buttons/home.gif") 0 0 no-repeat;
		background-position: -59px;
		}
	.home a:hover {	
		background-position: 0px;
		}
	.home a:active {
		background-position: 0px;
		}
		
	.location a {
		display:block;
		width:80px;
		height:23px;
		background: url("../images/buttons/location.gif") 0 0 no-repeat;
		background-position: -80px;
		}
	.location a:hover {	
		background-position: 0px;
		}
	.location a:active {
		background-position: 0px;
		}
		
	.menu a {
		display:block;
		width:70px;
		height:23px;
		background: url("../images/buttons/menu.gif") 0 0 no-repeat;
		background-position: -70px;
		}
	.menu a:hover {	
		background-position: 0px;
		}
	.menu a:active {
		background-position: 0px;
		}
		
	.photos a {
		display:block;
		width:72px;
		height:23px;
		background: url("../images/buttons/photos.gif") 0 0 no-repeat;
		background-position: -72px;
		}
	.photos a:hover {	
		background-position: 0px;
		}
	.photos a:active {
		background-position: 0px;
		}
			
	.press a {
		display:block;
		width:63px;
		height:23px;
		background: url("../images/buttons/press.gif") 0 0 no-repeat;
		background-position: -63px;
		}
	.press a:hover {	
		background-position: 0px;
		}
	.press a:active {
		background-position: 0px;
		}
		
/* ################# Other ################# */

  .trans {
  color:#351101;
  width:502px;
  height:340px;
  opacity:.7;
  }

  h1 {
  margin-top:75px;
  }
   
  .mainText {
  font:11px "verdana";
  }
  .mainText2 {
  font:14px "verdana";
  }
  
  .headingR{
  font: bold 14px "verdana";
  }
  
  .headingR2{
  font: bold 15px "verdana";
  }
  
  .bigLinks a{  
  font: bold italic 14px "verdana";
  color: #553724;
  text-decoration:none;
  }
  
  .bigLinks a:hover {	
		  text-decoration:underline;
		  color: #553724;
		}
  .bigLinks a:active {	
		  text-decoration:none;
		  color: #553724;
		}
  .noDec a{  
  font:11px "verdana";
  color: #553724;
  text-decoration:none;
  }
  
  .noDec a:hover {	
		  text-decoration:underline;
		  color: #553724;
		}
  .noDec a:active {	
		  text-decoration:none;
		  color: #553724;
		}
.footerLinks {
font:12px Verdana, Helvetica, Sans-Serif; 
color:#C3A87E; 
}
.footerLinks a{
font:12px Verdana, Helvetica, Sans-Serif; 
color:#C3A87E; 
text-decoration:none;
}
.footerLinks a:hover{
text-decoration:underline;
}