body {
    margin: 0px auto;
    padding: 0px;
    width: 727px;
    background-color: #FFFFFF;
	color: black;
	font: 14px Arial, Helvetica, sans-serif;
}

main {
    width: 700px;
    margin: 0 auto;
	
}

.menu_item {
    border-bottom: 3px solid #006633;
    height: 27.5px;
    padding-left: 12px;
	padding-right:52px;

	
}

.menu_item a:hover {
    color: #006633;
	text-decoration:underline;
	
	
}

.menu_item a {
    text-decoration: none;
	color: black;
}

.menu_item .first a {
	color: #006633;
}
.banner {
    
	background-image: url(../images/banner.jpg);
	height:266px;
	border-bottom: 10px solid black;
	padding-bottom:0px;
}

.content {
	background-color: #CCFFCC;
	color: #006633;
	
}

.image1 {
    width:160px;
	height:101px;
	background-image: url(../images/golf1.jpg);
	background-repeat:no-repeat;

}
.image2 {
    width:160px;
	height:101px;
	background-image: url(../images/golf2.jpg);
	background-repeat:no-repeat;

}
.image3 {
    width:160px;
	height:101px;
	background-image: url(../images/golf3.jpg);
	background-repeat:no-repeat;

}
.image4 {
    width:160px;
	height:101px;
	background-image: url(../images/golf4.jpg);
	background-repeat:no-repeat;

}

h2{
	font: bold 18px Arial, Helvetica, sans-serif;
	text-transform: none;
	text-align:center;
}

#footer {
    width: 700px;
    height: 25px;
    margin: 0 auto;
	text-align:center;
	
}

p{
	padding-left:20px;
}

h2 {
	color:black;
}
