body
{
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
color:#333;
padding: 70px 0 60px 0;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-position:top;
background-color:#ECECEC;
}

img
{
display:block;
}


/* This covers the navigation bar */

#navagation{
margin:0 auto;
width:698px;
margin-left:11px;
}

#accommodation a
{
background-image:url(../images/link-back-accommodation.jpg);
}

#packages a
{
background-image:url(../images/link-back-rates.jpg);
}

#local a
{
background-image:url(../images/link-back-attractions.jpg);
}
   
#contact a
{
background-image: url(../images/link-back-contact.jpg);
}

.links
{
text-align:center;
}
	
.links a, .links a:visited, .links a:active
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #4F5456;
font-size:13px;
text-decoration: none;
width:100%;
height:12px;
padding-top:90px;
padding-bottom:10px;
display:block;
}

.links a:hover
{
color: #4F5456;
}

#accommodation a, #packages a, #local a, #contact a
{
filter:alpha(opacity=80);
opacity: 0.8;
}

#accommodation a:hover, #packages a:hover, #local a:hover, #contact a:hover
{
filter:alpha(opacity=95);
opacity: 0.95;
}


/* General doctument settings */

#heading
{
margin:0 auto;
width:720px;
background-image: url(../images/content_back.png);
background-repeat:repeat-y;
}

#content{
margin:0 auto;
width:720px;
background-image: url(../images/content_back.png);
background-repeat:repeat-y;
}

#body-text{
margin:0 auto;
width:580px;
background-color:#FFF;
}

#body-text p
{
line-height:24px;
padding:5px 25px 5px 15px;
color: #333333;
}

h3
{
text-transform:uppercase;
font-style:italic;
font-weight:normal;
font-size: 11px;
color:#666;
}

a:link, a:visited, a:active
{
color: #666;
text-decoration: none;
}

a:hover
{
text-decoration: none;
color: #C90;
}


/* footer */

#bottom-bar
{
margin:0 auto;
width:720px;
}

#footer
{
margin:0 auto;
width:720px;
}

#copy
{
float: left;
width:590px;
padding-left:15px;
font-size:10px;
color:#ccc;
}

#maker
{
float:right;
width:80px;
padding-right:15px;
text-align:right;
font-size:12px;
}

#maker a
{
text-decoration: none;
color: #ccc;
font-family:Georgia, Times New Roman, Times, serif;
}

#maker a:hover
{
text-decoration:none;
color: #4F5456;
}

