/* Background color, logo, main content size */

body
{
background-image:url(../images/background.jpg);
background-color:#822A0B;
background-repeat:repeat-x;
text-align:center;
margin:0;
}



.container
{
text-align:right;
width:800px;
height:autopx;
background-color:#f5f1dd;
margin-top:0px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
position:relative;
}



.content
{
text-align:left;
width:740px;
height:auto;
padding-top:30px;
margin-top:0px;
margin-bottom:30px;
margin-left:30px;
margin-right:30px;
position:relative;
}



.logo
{
width:800px;
height:155px;
background-image: url("../images/logo.jpg");
background-repeat:no-repeat;
margin:0px;
left:0px;
right:0px;
bottom:0px;
position:relative;
text-align:center;
}


.copyrightcontainer
{
position:relative;
width:800px;
height:30px;
top:5px;
margin-left:auto;
margin-right:auto;
margin-bottom:40px;
}



/* Navigation */



.nav
{
position:absolute;
top:10px;
left:0px;
width:800px;
height:27px;
text-align:left;
}


.navhome
{
position:absolute;
top:5px;
left:240px;
width:33px;
height:13px;
}

.navservices
{
position:absolute;
top:5px;
left:300px;
width:48px;
height:13px;
}

.navinfo
{
position:absolute;
top:5px;
left:375px;
width:68px;
height:13px;
}


.navrates
{
position:absolute;
top:5px;
left:470px;
width:120px;
height:13px;
}

.navevents
{
position:absolute;
top:5px;
left:620px;
width:86px;
height:13px;
}


.navcontact
{
position:absolute;
top:5px;
left:735px;
width:43px;
height:13px;
}


/* LINKS */

A:link, A:visited
{
color:#cc9966;
text-decoration:underline;
}