body {
color: #666666;
font-family: verdana, tahoma, arial;
font-size: 13px;
margin: 0;
}

#wrapper {
width: 750px;
margin-left: auto;
margin-right: auto;
}

#header {
width: 750px;
height: 357px;
background-image: url(images/rocky-point-parasailing.jpg);
background-repeat: no-repeat;
background-color: #ffffff;
padding-top: 50px;
margin-bottom: 10px;
}

.links {
width: 100px;
height: 20px;
float:right;
font-weight: bold;
padding-right: 20px;

}
.links  a {
width: 100px;
height: 20px;
float:right;
font-weight: bold;
padding-right: 20px;
text-decoration: none;
color: #666666;
}
.links a:hover {
width: 100px;
height: 20px;
float:right;
font-weight: bold;
padding-right: 20px;
text-decoration: underline;

}

.title {
width: 200px;
height: 25px;
float:left;
font-weight: bold;
padding-left: 50px;
margin-top: 300px;
}

#content {
width: 750px;
float:left;
font-weight: bold;
margin-bottom: 10px;
}

h1 {
font-family: verdana, tahoma, arial;
font-size: 13px;
border-bottom: 1px solid #666666;
}