@charset "UTF-8";

html, body{
	margin:0;
	padding:0;
	font-size:10px;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#867c5e;
	text-align:center;
	background-image:url(../images/wildBackground.jpg);
}

select { PADDING: 0px; FONT-SIZE: 8pt; BORDER:#333300; 1px solid; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #FFFFFF; color:#663300; margin-bottom:10px;}

input, textarea { BORDER:#333300; 1px solid; PADDING: 0px; FONT-SIZE: 8pt; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #f4f4f4; color:#663300; margin-bottom:0px; }

a img {
	border: none;
}
a:link {
	color: #996699;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #996699;
}
a:hover {
	text-decoration: underline;
	color:#666633;
}
a:active {
	text-decoration: none;
}

#header{
	width:900px;
	overflow:auto;
	
}


#footer{
	width:900px;
	background-color:#f6f8f5;
	text-align:center;
	padding:15px 0 15px 0;
	color:#171717;
	margin:30px 0px 0px 0px;
	clear: both;
	
}

#outer{
	margin:65px auto 65px auto;
	text-align:left;
	width:850px;
	z-index:1;
	position:relative;
}

#wrapper{
	text-align:left;
	background-color:#e7e3d7;
	width:800px;
	z-index:1;
}

#picwrapper{
	margin:0px auto 0px auto;
	z-index:3;
	position:inherit;
	width:1000px;
	top:200px;
	
}


#subwrapper{
	margin:0px auto 0px auto;
	text-align:left;
	background-color:#f8f4f4;
	width:800px;
	z-index:2;
	padding: 20px;
	
}

.largePurple {
	font-size: 16px;
	font-weight: bold;
	color: #996699;
	font-family:Arial, Helvetica, sans-serif;
}

.style1 {font-weight: bold}
.style2 {color: #996699; font-family:Arial, Helvetica, sans-serif; font-size: 16px;}


.contact 
{
    position:absolute;
    top:73px;
    left:630px;
    z-index:4;
}

.contactImage
{
    width:150px;
    height:60px;

}
