@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat;
	background-image: url(../images/fescue_specphoto.jpg);
}

#container{
	margin: auto;
	width: 900px;
	margin-top: 30px;
	height: 750px;
	color: #CCCCCC;
	background-color: #FFFFFF;
	float: none;
		}

#header{
	background-image: url(../images/DuraGrass_RGB_Logo.jpg);
	height: 106px;
	width: 350px;
	overflow: hidden;
	margin-top: 7px;
	margin-left: 5px;
}

#head2{
	width: 275px;
	height: 50px;
	
}

#holder{
	height: 601px;
	width: 350px;
	float: right;
	margin-right: 5px;
}

#holder1{
	height: 601px;
	width: 530px;
	float: left;
	margin-left: 5px;
	
}

#holder2{
	width:  600px;
	height:  25px;
	margin-left: 150px;
}
		
.spacer{
	height: 1px;
	background-color: #000000;
	width: 100%;
	overflow: hidden;
}

.style1 {
	font-size: 14px;
	color: #333333;
}
.style2 {color: #CCCCCC}
a:link {
	color: #0F5E4B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F5E4B;
}
a:hover {
	text-decoration: none;
	color: #0F5E4B;
}
a:active {
	text-decoration: none;
	color: #0F5E4B;
}
