
/* ---------- CORE STYLE ---------- */


a img { border:none }


body 		{font-family:futura;
		font-size:10px;
		color:#666;
		background-image: url(backgroundtile.jpg);
		background-repeat: repeat; 
		letter-spacing : +2px}	


a 		{font-family:futura; text-decoration:none; font-weight:none; margin-bottom:0px;}
		a:link       { color: #666666;}	
		a:visited    { color: #666666;}
		a:hover      { color: #333333;}
		a:active     { color: #333333;}


h1 		{font-size:11px;	
		color: #FF6633;
		font-weight: normal;
		margin:0;}





/* ---------- DIVS ---------- */



#container	{width:975px;
  		margin:0 auto;
		margin-top: 200px;
  		text-align:center;
  		min-height:100%;}


#container2	{width:975px;
  		margin:0 auto;
		margin-top: 80px;
  		text-align:center;
  		min-height:100%;}


#logo		{
		no-repeat 0 0;
		width:975px; 
		height:45px;
		margin-top:30px;
		margin-bottom:15px;}


#linebox	{width:775px;
		float:left;
		margin:0px 100px 0px 100px;
		border-top-style:double;
		border-top-color:#666666;
		border-top-width:6px;}


#linebox2	{width:975px;
		float:left;
		margin:0px 0px 0px 0px;
		border-top-style:solid;
		border-top-color:#666666;
		border-top-width:2px;}

#linksbox	{width:975px;
		margin:10px 0px 10px 0px;
		float:left;
		text-align:center;}



#mainbox	{width:975px;
		float:left;
		text-align:center;}

#mainboxa	{width:487px;
		float:left;
		text-align:;}

#mainboxb	{width:487px;
		float:left;
		text-align:;}


#box200	 	{width:250px;
		margin: 25px 112px 0px 0px;
		float:left;
		text-align: center;}


#box200a	{width:250px;
		margin: 25px 0px 0px 0px;
		float:left;
		text-align: center;}


#box700	 	{width:700px;
		float:left;
		margin: 20px 137px 40px 137px;

		margin-top: 20px;
		text-align: center;}









#bib		{display: block;
		float:left;
		width: 300px;
  		height: 188px;
		margin:0px 20px 20px 0px;
		border: 3px solid #FFF; 
  		background: url("bibandtucker.jpg") no-repeat 0 0;}
#bib:hover	{background-position: 0 -188px;}
#bib span	{display: none;}



#arbor		{display: block;
		float:left;
		width: 300px;
  		height: 188px;
		margin:0px 0px 20px 0px;
		border: 3px solid #FFF; 
  		background: url("arbor.jpg") no-repeat 0 0;}
#arbor:hover 	{background-position: 0 -188px;}
#arbor span	{display: none;}



/* ---------- IMAGE SCROLLER ---------- */




ul, li,		{padding:0;
		margin:0;
		list-style:none;}



.slider 	{width:700px; 
		height:auto; 
		float:center;}
	
	
	
.image-div 	{width:700px; 
		height:auto;
		margin-top:;
		overflow:hidden;
		position:relative;}
		


.image-div .scroll 
		{width:20000px; 
		height:auto;
		position:relative;}
			


.image-div .scroll img 
		{float:left; 
		width:700px; 
		height:auto; 
		position:relative;}


.navigation 	{float:top;
		width:700px;
		margin-bottom: 30px;
		text-align: center;}
		
		
.navigation a 	{color:#999;
		padding:3px 3px 3px;
		float:top;}


.navigation a:link, .navigation  	a:visited { color: #FFF; background: #333333;}
.navigation a:active, .navigation 	a:hover { color: #999; background: #333333;}



	
