body {background-image:url(images/bg.jpg);
background-position: top left;
background-repeat:repeat-x;
background-color:#f6f3e0;
text-align:center;
}

.container {
margin: auto;
width:750px;
background-image:url(images/bg2.jpg);
background-attachment:fixed;
background-position:center;
background-repeat:repeat-y;
}

.top {
width:750px;
height:328px;
}

.content {
float:left;
margin: auto;
padding-left:15px;
padding-right:20px;
width:480px;
background-color:none;
font-family:georgia;
font-size:11px;
text-align:left;
color:#94a671;
}

.side {
width:210px;
background-color:none;
font-family:georgia;
font-size:11px;
text-align:left;
color:#94a671;
}

.indent {
margin-left: 3.5em;
margin-right: 1.5em;
}

a {color:#82975b;
font-family:georgia;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
letter-spacing:2px;
}

a:hover {background-color:#82975b;
color:#dddcb8;
font-family: georgia;
font-size:10px;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}

.head {background-color:none;
background-image:url(images/head.jpg);
background-position:left;
background-repeat:no-repeat;
height:50px;
color:#e7e6c8;
font-family:georgia;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
text-align:left;
letter-spacing:3px;
padding-left:45px;
padding-top:35px;
padding-bottom:-15px;
margin:auto;
}

.navigation {
float:right;
width:210px;
margin: auto;
padding-right:17px;
font-family: sans-serif;
font-size:12px;
background-color:none;
text-align:center;
}

.navhead {
color:#82975b;
margin-left:10px;
font-family:georgia;
font-size:13px;
font-weight:bold;
text-transform:uppercase;
text-align:center;
letter-spacing:2px;
}

.nav a{
background-color:#dddcb8;
color:#82975b;
font-family: georgia;
font-size:10px;
font-weight:bold;
display:block;
border-left: solid 10px #82975b;
border-right: solid 10px #82975b;
padding-left: 10px;
text-decoration:none;
text-transform:uppercase;
text-align:center;
}

.nav a:hover{
background-color:#82975b;
color:#dddcb8;
font-family: georgia;
font-size:10px;
font-weight:bold;
padding-left:10px;
display:block;
border-left: solid 10px #82975b;
border-right: solid 10px #82975b;
text-decoration:none;
}

.footer { width:750px;
}

table {
overflow:auto;
}