html, body, table, tr, td, p
{
text-align:left;
}

#container
{
width:900px;
padding:1px;
border:1px solid #cccccc;
}

#header
{
width:900px;
height:100px;
background-color:#bb7d4e;
}

#header p
{
margin:0px;
padding:0px 10px 10px 10px;
}

#menu
{
width:900px;
background-color:#e1cdb2;
border-top:1px solid white;
border-bottom:1px solid white;
}

#menu p
{
font-family:"Trebuchet MS";
color:#5c3612;
font-size:9pt;
margin:0px;
padding:10px 0px 5px 0px;
text-align:center;
font-weight:bold;
}

#menu a
{
font-family:"Trebuchet MS";
color:#5c3612;
font-size:9pt;
margin:0px;
text-align:center;
font-weight:bold;
text-decoration: none;
}

#menu a:hover
{
font-family:"Trebuchet MS";
color:#5c3612;
font-size:9pt;
margin:0px;
text-align:center;
font-weight:bold;
text-decoration:underline;
}

#main
{
width:900px;
height:300px;
background-image:url(images/beach.jpg);
border-bottom:1px solid white;
}

#content
{
width:900px;
}

#content h1
{
font-family:"Trebuchet MS";
color:#ffffff;
font-size:16pt;
margin:0px;
padding:20px;
text-align:left;
background-color:#9cacb9;
}

#content h2
{
font-family:"Trebuchet MS";
color:#4e6172;
font-size:12pt;
margin:0px;
padding:20px;
text-align:left;
}

#content p
{
font-family:"Trebuchet MS";
color:#444444;
font-size:10pt;
margin:0px;
padding:5px 20px 5px 20px;
text-align:left;
line-height:16pt;
}

#content li
{
font-family:"Trebuchet MS";
color:#444444;
font-size:10pt;
margin:0px;
text-align:left;
line-height:16pt;
}

#content a
{
color:#4e6172;
font-weight:bold;
}

#footer
{
width:900px;
background-color:#bb7d4e;
}

#footer p
{
font-family:"Trebuchet MS";
color:#ffffff;
font-size:8pt;
margin:0px;
padding:10px 20px 10px 20px;
text-align:left;
}

#footer a
{
color:#ffffff;
text-decoration: none;
}
