/* TEXT FORMATTING */

a { text-decoration:none }
a:link { text-decoration:none; color:#333333 }
a:visited { text-decoration:none; color:#333333 }
a:hover { text-decoration:none; color:#cc0000 }

h1 {
color: #333333;
font-family: helvetica, geneva, arial, verdana, sans-serif;
font-size: 120%;
font-weight: bold;
line-height: 105%;
margin: 0px;
padding: 0px 0px 5px 0px;
text-align: left;
}

h2 {
color: #333333;
font-family: arial, verdana, sans-serif;
font-size: 85%;
text-align: left;
height: 30px;
margin: 0px;
padding: 68px 0px 0px 0px;
}

p {
color: #333333;
font-family: arial, verdana, sans-serif;
font-size: 90%;
line-height: 150%;
margin: 0px;
padding: 0px;
text-align: justify;
}

p.design {
color: #333333;
line-height: 150%;
margin: 0px;
padding: 50px 20px 0px 0px;
font-size: 65%;
height: 40px;
text-align: right;
background: url(../img/bg.gif) repeat-x bottom left;
clear: both;
}

p.address {
clear: right;
font-size: 80%;
font-style: oblique;
margin: 0px;
padding: 0px;
}



/* POSITIONING */

body {
height: 100%;
margin: 0px auto;
padding: 0px;
background: #cccccc;
min-width: 600px;
text-align: center;

color: #333333;
font-family: arial, verdana, sans-serif;
font-size: 90%;
line-height: 150%;
margin: 0px;
padding: 0px;
}

div.container {
width: 600px;
margin: 0px auto;
padding: 0px 0px 0px 0px;
text-align: center;
background: #FFFFFF url(../img/beachmenu.jpg) top left no-repeat;
}

div.content {
width: 560px;
margin: 0px 20px 0px 20px;
padding: 0px;
text-align: left;
}

div.brands {
clear: both;
width: 600px;
height: 160px;
margin: 0px;
padding: 0px;
text-align: left;
background: #FFF url(../img/brands.gif) no-repeat;
}

div.footer {
width: 560px;
margin: 20px 20px 0px 20px;
padding: 0px;
text-align: left;
}

img.floatleft {
float: left;
margin: 15px 25px 10px 5px;

background: #fff;
border: 1px solid #CCCCCC;
border-bottom-color: #CCCCCC;
border-right-color: #CCCCCC;
padding: .5em;
}

img.floatright {
float: right;
margin: 15px 0px 10px 25px;

background: #fff;
border: 1px solid #CCCCCC;
border-bottom-color: #CCCCCC;
border-right-color: #CCCCCC;
padding: .5em;
}

img.sunset {
float: left;
margin: 15px 20px 10px 5px;

border: 1px solid #CCCCCC;
background: #fff;
border: 1px solid #CCCCCC;
border-bottom-color: #CCCCCC;
border-right-color: #CCCCCC;
padding: .5em;
}





