@charset "utf-8";

/*Page Background*/

	body 
		{
                margin:0;
		background-image: url(http://www.hofstracrew.com/images/bg.jpg);
		background-position: center;
		background-repeat: repeat-y;
		}
	#header 
		{
 		background: #fff;
		}
	#leftcolumn 
		{
		background: #feb612;
		}
	#centercolumn 
		{
		background:transparent;
		}
	#footer 
		{
		background: #0b1e73;
		}



/*Page Layout*/

html, body {
height: 100%;
}
	#wrapper 
		{
		margin: 0 auto;
 		width: 770px;
		}
	#header 
		{
		height: 70px;
		}
	#leftcolumn 
		{
 		float: left;
		margin: 15px 0px 0px 0px;
		width: 200px;
min-height:450px;
height:450px;
		}
	#centercolumn 
		{
 		float: left;
		margin: 15px 0px 0px 15px;
 		width: 540px;
		}

	#footer 
		{
 		float: left;
		font-size:90%;
		margin-top:15px; 
 		padding: 6px;
		text-align:center;
 		width: 758px;
height:100px;
		}
	#footer img
		{
 		border:0;
		}
table.photo tr 
{
height:150px;
vertical-align: top;
}

table.photo td
{
width:50%;
}
/*Text Formating*/
	body
		{
		color: #333;
		font-family: Verdana, Arial, Futura, Gills Sans, Helvetica, Lucida, sans-serif;
		font-size:small;
		}

	.t1 
		{
		background:#0b1e73;
		color: #fff;
		font-size: 200%;
		font-variant: small-caps;
		font-weight: bold;
		margin-bottom:10px;
		text-align: center;
		}
	.t2 
		{
		background-color: #345197;
		color: #fff;
		font-size: 120%;
		font-variant: small-caps;
		font-weight: bold;
		margin-right:15px;
		width: 75%;
		text-align: center;
		}
	.t2roster
		{
		background-color: #345197;
		color: #fff;
		font-size: 120%;
		font-variant: small-caps;
		font-weight: bold;
		margin-right:15px;
		width: 100%;
		text-align: center;
		}
	.t3 
		{
		color:#444;
		font-size: 115%;
		font-variant: small-caps;
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: center;
		}
	.t4 
		{
		color: #0b1e73;
		font-family: vedana, sans-serif;
		font-size: 100%;
		}
	.t5
		{
		color: #feb612;
		font-size: 100%;
		font-style: italic;
padding-top:5px;
		}
	.t6
		{
		font-size: 90%;
		font-style: italic;
		margin-bottom: 10px;
		margin-top: 10px;
		text-align: right;
		color: #feb612;
		}
	#footer 
		{
                color:#fff;
                }
        #leftcolumn 
                {
		color:#fff5e1;
                }
table {
font-size:100%;
}

	.imgnav 
		{
		color: #0b1e73;
		font-family: vedana, sans-serif;
		font-size: 200%;
font-weight:bold;
text-align:center;
		}
/*Navigation Formatting*/

		#navlist
		{
		border-bottom: 1px solid #0b1e73;
		margin-left: 0;
		padding-left: 0;
		padding-top:30px;
		}

		#navlist li
		{
		background:#fff5e1;
		border-top: 1px solid #0b1e73;
		list-style: none;
		margin: 0;
		padding: 0.25em;
		text-align:right;
		}

	#navlist li a 
		{
		color:#0b1e73;
		text-decoration: none;
 display: block;
		}
	#navlist li:hover 
		{
		background:#345197;
		}

	#navlist.current li:hover 
		{
		background:#fff5e1;
		}

	#navlist li:hover a 
		{
		color:#fff;
		text-decoration: none;
		}
	#navlist.current li:hover a 
		{
		color:#0b1e73;
		text-decoration: none; 
		}

/*Hyperlink Formating*/
	#footer a 
		{
		color:#fff;
		text-decoration: underline; 
		}
	#centercolumn a 
		{
		color:#000;
		text-decoration: underline; 
		}
	#centercolumn a:hover
		{
		color:#000;
		text-decoration: none; 
		}
a.imgnav
{
text-decoration: none;
color: #0b1e73;
}

/*Photo Gallery*/
 .thumblist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}

 .thumblist li img
{
border:0px;
}