body{
	margin: 0;
	body:0;
	background-color: #D5D5B1;
	background-image: url(../images/bkground.jpg);
	background-repeat: repeat-y;
	behavior: url("../css/csshover.htc");
	}
h1{
	font-family: georgia, times new roman, serif;
	font-size: 20px;
	color: #445043;
	padding-top: 10px;
	}
	
#header{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 994px;
	height: 161px;
	}
#subHeader{
	position: absolute;
	left: 0px;
	top: 161px;
	}
#leftHeader{
	position: absolute;
	left: 0px;
	top: 289px;
	}
#picHolder{
	position: absolute;
	left: 258px;
	top: 161px;
	height: 123px;
	background-image: url(../images/picBkground.jpg);
	background-repeat: repeat-x;
	width: 736px;
	}
div#picHolder a {
	text-decoration: none;
	}
div#picHolder a span {
	display: none;
	}
div#picHolder a:hover span {
	display: block;
	position: absolute;
	top: 123px;
	left: -100px;
	width: 436px;
	height: 327px;
	z-index: 100;
	color: #000;
	background: #fdc645;
	}
#left{
	position: absolute;
	top: 310px;
	left: 8px;
	width: 151px;
	}
#content{
	position: absolute;
	top: 290px;
	left: 170px;
	width: 610px;
	height: 300px;
	}
#deerPic{
	position: absolute;
	top:285px;
	left: 680px;
	}
p {
	font-family: georgia,tahoma, arial, helvetica;
	font-size: 14px;
	}
#footer{
	margin-top: 30px;
	text-align: center;
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	font-weight: bold;
	}
#footer a{
	color: #666;
	text-decoration: none;
	}
#footer a:hover{
	color: blue;
	text-decoration: underline;
	}
p a{
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	}
p a:hover{
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}
#left_desc{
	position: absolute;
	top: 160px;
	left: -25px;
	font-family: tahoma, arial, helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFC600;
	padding-top: 5px;
	border-top: 2px solid #ffc600;
	border-bottom: 2px solid #ffc600;
	}