/*---Global Styles---*/
body{
	background-image: url(../_images/main_bg_blk.jpg);
	font-size: 62.5%;
	text-align: left;
	background-color: gray;
	color: white;
	font-family: Trebuchet MSÓ, ÒLucida Sans UnicodeÓ, ÒLucida GrandeÓ,Ó Lucida SansÓ, Arial, sans-serif;
	}
a:link {
	color: #bbb;
	text-decoration: none;
	}
a:visited {
	color: gray;
	text-decoration: none;
	}
a:hover {
	color: white ;
	text-decoration: none;
	}
a:active {
	color: blue;
	}
	
/*---Wrapper---*/
#wrapper{
	background-image: url(../_images/main_bg.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	font-size: .65em;
	letter-spacing: .09em;
	position: relative;
	}
	
/*---Header---*/
#header {
	position: relative;
	width: 1000px;
	height:64px;
	top: 0px;
	padding-top: 32px;
	padding-bottom: 4px;
	margin-top: 15px;
	}

#header a.mainhead{
	background-image: url(../_images/wv_sprite1.png);
	background-repeat: no-repeat;
	z-index: 10;
	}
#header .mainhead{
	display: block;
	height: 27px;
	width: 371px;
	}
#header a:link{
	background-position: 0px 1px;
	}
#header a:hover{
	background-position: 0px -29px;
	}
.contactpng{
	display: block;
	position: absolute;
	background-image: url(../_images/wv_sprite1.png);
	background-repeat: no-repeat;
	width: 240px;
	height:23px;
	left: 735px;
	top: 30px;
	background-position: -130px -70px;
	}
.contactpng a{
	display: block;
	width: 240px;
	height: 23px;
}	
#wrapper h1{
	text-indent: -9000px;
	}
	
/*---Navigation---*/
	
#nav{
	width: 1000px;
	height: 27px;
	}
.ruletop{
	margin-top: 0px;
	position: absolute;
	top: 69px;
	width: 1000px;
	}
.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
	width: 1000px;
	}
.rulebottom{
	position: absolute;
	left: 283px;
	width: 435px;
	margin: -2px 0;
	}
	
/*---Content---*/
#content{
	position: relative;
	color: white;
	height: 520px;
	margin-top: 8px;
	}
#content p{
	color: white;
	font-size: 50px;
	padding: 200px 30%;
	width: 1000px;
	}
	
/*---Footer---*/	
#footer{
	position: relative;
	border-top: 1px solid #835a58;
	width: 1000px;
	font-size: 75%;
	color: #8f6f6e;
	letter-spacing: .2em;
	}
#footer .container{
	margin: 15px 0 0 270px;
	}
#footer a:link{
	color: gray;
	}
#footer a:hover{
	color: #bbb;
	text-decoration: underline;
	}
.resume{
	font-size: 120%;
	font-style: italic;
	letter-spacing: 1px;
	color: #bbb;
	text-align: right;
	margin-right: 75px;
	margin-bottom: 15px;
	}
.resume a{
	position: absolute;
	display: block;
	background-image:url(../_images/pdf_sprite.png); 
	background-repeat: no-repeat;
	width: 65px;
	height: 84px;
	background-position: 0 5px;
	right: 20px;
	top: -19px;
	}
.resume a:hover{
	background-position: 0 -78px;
	}
