/* CSS Document */

body 	{
		background: url(../images/bgtile.gif) center;
		background-color: #443c2d;
		margin:0px;
		}
		
td,tr	{
background-color:#e5d7be;
}
		
p 	{
		color:#5a4c34;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		}

.copy	{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#e5d7be;
		font-size:10px;
		background-color:#762510;
		}

h3 		{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#762510;
		font-size:20px;
		font-weight:400;
		}
		
h2 		{
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#352e21;
		font-size:16px;
		font-weight:400;
		}

.content{
		width:400px;
		vertical-align:top;
		text-align:left;
		padding-left:6px;
		padding-right:4px;
		padding-top:5px;
		background-color:#e5d7be;
		}
.himg	{
	background-image:url(../images/imgbg.jpg);
	background-repeat:no-repeat;
	background-color:#e5d7be;	
	height:485px;
	width:210px;
	padding-left:4px;
	}
	
	.timg	{
	background-image:url(../images/bgteam.gif);
	background-repeat:no-repeat;
	background-color:#e5d7be;	
	height:325px;
	width:340px;
	padding-right:8px;
	}
	
a:link 	{
		font-size: 12px;
		text-decoration:underline;
		color: #762510;
		}
		
a:visited {
		font-size: 12px;
		text-decoration: underline;
		color: #762510;
		}


a:hover {
font-style:italic;
		font-size: 12px;
		text-decoration: none;
		color: #762510;
		}
		
p.form	{
		font-family: Arial, Helvetica, sans-serif;
		color:#762510;
		font-size:10px;
		text-align:left; 
		}