/* Background color, logo, main content size */

body
{
background-color:#663300;
text-align:center;
margin:0;
}



.container
{
text-align:right;
width:800px;
height:600px;
background-color:#ffffff;
margin-top:30px;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
position:relative;
border:5px solid #ffffff;
}



.content
{
text-align:left;
width:740px;
height:420px;
padding-top:30px;
margin-top:0px;
margin-bottom:30px;
margin-left:30px;
margin-right:30px;
position:relative;
}



.header
{
width:800px;
height:115px;
background-image: url("../images/header.gif");
background-repeat:no-repeat;
margin:0px;
left:0px;
right:0px;
bottom:0px;
position:relative;
text-align:center;
}


.copyrightcontainer
{
position:static;
width:800px;
height:30px;
top:10px;
margin-left:auto;
margin-right:auto;
margin-bottom:20px;
}


/* Navigation */



.nav
{
position:absolute;
padding-top:20px;
top:80px;
left:0px;
width:800px;
height:auto;
text-align:left;
}


.navhome
{
position:absolute;
font-family:"Times New Roman", Times, serif;
font-size:12pt;
top:5px;
left:20px;
width:auto;
height:18px;
}

.navabout
{
position:absolute;
font-family:"Times New Roman", Times, serif;
font-size:12pt;
top:5px;
left:90px;
width:auto;
height:18px;
}

.navservices
{
position:absolute;
font-family:"Times New Roman", Times, serif;
font-size:12pt;
top:5px;
left:170px;
width:auto;
height:18px;
}

.navphotos
{
position:absolute;
font-family:"Times New Roman", Times, serif;
font-size:12pt;
top:5px;
left:275px;
width:auto;
height:18px;
}

.navcontact
{
position:absolute;
font-family:"Times New Roman", Times, serif;
font-size:12pt;
top:5px;
left:365px;
width:auto;
height:18px;
}



/* LINKS */

A:link, A:visited
{
color:#996633;
text-decoration:underline;
}

A.credits:link, A.credits:visited
{
color:#ffffff;
text-decoration:underline;
}


A.navbarlink:link, A.navbarlink:visited
{
color:#663300;
text-decoration:none;
}


A.navbarlink:hover
{
color:#FFFFFF;
text-decoration:none;
}