body{
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin:0;
	font-size:12px;
	line-height:18px;
	background-color:#E8EBE2;
}

a {
	color:#193200;
}
a:hover {
	color:#397200;
}

.ProductSection{
	font-size:16px;
	font-weight:bold;
	
}
.ProductSection a{
	color:#000000;
}
.Product{
	font-size:13px;
	padding-left:10px;
}

#HeaderWrapper
{    
	background-color: #D0FDA8;
    height: 97px;
    position: relative;
}
#HeaderWrapper #Header
{
    position: absolute;
    right: 0;
}

#Header{
	background-image: url("../images/wittek-web-header.jpg");
    background-repeat: no-repeat;
    height: 27px;
    padding-left: 470px;
    padding-top: 70px;
    width: 510px;
}
#Header a{
	margin-right:20px;
	color:#046330;
	text-decoration:none;
	font-size:14px;
}
#Header ul a{
	margin-right:0;
}
#Header a:hover{
	color:#000000;
}

#SubHeader{
	
}

#MainDiv{
	width:980px;
	text-align:left;
	margin:auto;
	background-color:#FFFFFF;
}
#PGAFooter{
	background-image:url(../images/pga-footer.jpg);
	height:100px;
	background-repeat:no-repeat;
}
#MainArea{
	background-image:url(../images/infoback.jpg);
	background-repeat:no-repeat;
	background-position:top;
}


