body {
background-color: #000000;
color: #CCCCCC;
margin:0px;
padding: 0px;
background-image:url('images/tile.jpg'); background-attachment:fixed;
}

a:link {text-decoration: none; color: #FF0000}
a:visited {text-decoration: none; color: #FF0000}
a:active {text-decoration: none; color: #FF0000}
a:hover {text-decoration: none; color: #FFFFFF}

.container {
width: 968px;
margin-top:16px;
margin-bottom:16px;
border: solid 2px #5B2616;
background-image:url('images/repeating-stripes.jpg');
}

.content {
position: relative;
width: 968px;
min-height: 748px;
padding:1px;
}

.titles {
background-image:url('images/titlecard.gif');
background-repeat:no-repeat
}

.notitles {
background-image:url('images/notitlecard.gif');
background-repeat:no-repeat
}

.about {
text-align:left;
width:829px;
padding-right:10px;
background-image:url('images/parchtile.jpg');
color:#000000;
font-family:Garamond,Times New Roman;
font-size:11pt;
font-weight:bold;
overflow: hidden;
}

.creditblock {
clear: both;
background-image:url('images/parchtile.jpg');
text-align: left;
margin-bottom: 25px;
font-size: 14pt;
padding: 15px;
border: 2px solid #000000;
width: 829px;
color:#000000;
font-family:Garamond,Times New Roman;
overflow: hidden;
}

.creditblock img {margin-left: 10px; margin-right: 10px}

.teamblock {background-image: url('images/team-background.jpg');
background-repeat: no-repeat;
width: 905px;
min-height: 543px;
}

.teamshelf {
position: relative;
width: 905px;
height: 262px;
text-align: left;
overflow: hidden;
}

.teamshelf img {margin: 0px; border: none}

.teambio {background-image: url('images/parchtile-transparent.png');
position: relative;
top: 5px;
padding-bottom: 15px;
width: 905px;
text-align: justify;
color:#000000;
font-family:Garamond,Times New Roman;
font-size: 14pt;
min-height: 188px;
margin-bottom: 80px;

}

.teambio p {
padding-top: 15px;
padding-left: 110px;
padding-right: 110px;
padding-bottom: 0px;
}

.menu {padding-top:17px; width: 100%}



/* Easy Slider */

	#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
		}

	#slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:968px;
		height:262px;
		overflow: hidden;
		}	

	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:47px;
		height:38px;
		position:absolute;
		left:0px;
		top:1px;
		z-index:10000;
		}	

	#nextBtn, #slider1next{ 
		left:859px;
		}														

	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		top: 0px;
		left: 0px;
		width:47px;
		height:38px;
		background:url('images/more-left.png') no-repeat 0 0;
		   font-size: 0.0; line-height: 0.0;
   text-decoration: none; text-indent: -9999px;
		}	

	#prevBtn a:hover, #nextBtn a:hover,
	#slider1next a:hover, #slider1prev a:hover{
	 background:url('images/more-left_o.png') no-repeat 0 0;
	    font-size: 0.0; line-height: 0.0;
   text-decoration: none; text-indent: -9999px;
	 }


	#nextBtn a, #slider1next a{ 
		background:url('images/more-right.png') no-repeat 0 0;	
		   font-size: 0.0; line-height: 0.0;
   text-decoration: none; text-indent: -9999px;
		}

	#nextBtn a:hover, #slider1next a:hover{ 
		background:url('images/more-right_o.png') no-repeat 0 0;
		   font-size: 0.0; line-height: 0.0;
   text-decoration: none; text-indent: -9999px;
		}
		