body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #66CC00;
	font-size:11px;
	font-family: Arial, Verdana, Helvetica, SunSans-Regular, Sans-Serif;
}

* {
	padding:0px;
	margin:0px;
	border:0px;
}

.clear
  {
  clear: both;
  }

#wrap {
width:755px;
margin-left:auto;
margin-right:auto;
background-image:url(images/golfman.jpg);
background-repeat:no-repeat;
height:600px;
}

#nav {
float:left;
width:718px;
height:49px;
background-image:url(images/nav_bg.gif);
background-repeat:repeat-x;
margin-left:37px;
margin-top:14px;
}

#nav img {
border:0px;
}

#content {
background-color:#ccffcc;
width:718px;
float:left;
margin-left:35px;
margin-top:35px;
border-style:solid;
border-color:#000000;
border-width:1px;
}

#images {
width:170px;
height:530px;
float:left;
margin-left:15px;
text-align:center;
vertical-align:middle;
}

#images img
  {
  margin-top: 1em;
  }

.last
  {
  margin-bottom: 1em;
  }

#text {
width:532px;
float:left;
padding-top:10px;
}

p {
font-size:1em;
color:#003300;
margin-bottom: 1em;
}

h1 {
color:#003300;
font-size:1.2em;
font-weight:bold;
margin-bottom: 1.2em;
}

h2 {
font-size:1em;
font-weight:bold;
color:#003300;
margin-bottom: 1.1em;
}

li {
font-size:1em;
margin-left:15px;
}

#text table {
width:500px;
margin-bottom: 1em;
}

