body {
background: #93847E;
cursor: default;
text-align: justify;
font-family: verdana, serif;
font-size: 11px;
padding: 0px;
margin: 20px 0px
}


/* CONTENT TALBES */

#content {
width: 764px;
height: auto;
margin-left: auto;
margin-right: auto;
border: 0px
}

#top {
width: 764px;
height: 260px;
line-height: 0px
}

#left {
width: 50px;
background: url(images/left.jpg)
}

#nav {
width: 198px;
background: rgb(167,158,138) url(images/nav.jpg) no-repeat top;
vertical-align: top
}


/* NAVIGATION LAYER */

.nav {
width: 182px;
padding: 0px 8px 15px 8px;
color: rgb(98,95,87)
}


/* NAVIGATION LINKS */

.links {
margin-top: 5px
}

.links a {
display: block;
border: 1px solid rgb(140,135,118);
padding: 3px 0px 3px 15px;
margin-bottom: 3px
}

.links a:link, .links a:visited {
background: rgb(180,172,154)
}

.links a:hover, .links a:active {
background: rgb(193,185,167)
}

/* THE REST OF THE CONTENT TABLES */

#midd {
width: 20px;
background: url(images/midd.jpg)
}

#main {
width: 467px;
background: rgb(165,129,97) url(images/main.jpg) no-repeat top;
color: rgb(94,68,48)
}

.main {
width: 437px;
margin: 0px 15px;
background: rgb(140,108,83);
border: 1px solid rgb(91,52,21);
color: rgb(195,167,134)
}

.main p {
margin: 0px;
padding: 5px 10px 10px 10px;
line-height: 14px;
}


#right {
width: 29px;
background: url(images/right_bg.jpg);
vertical-align: bottom;
line-height: 0px
}

#bottom {
height: 65px;
line-height: 0px
}


/* CREDITS */

#credits {
margin: 0px auto 20px;
text-align: center;
color: rgb(96,89,73)
}


/* HEADINGS */

h1 {
font-family: georgia, serif;
font-size: 20px;
color: rgb(130,112,102);
background: url(images/h1.jpg);
margin: 0px;
padding: 4px 0px 5px 20px
}

h2 {
font-family: verdana, serif;
font-size: 11px;
color: rgb(113,84,59);
background: url(images/h2.jpg);
margin: 0px;
padding: 5px 20px 14px 0px;
text-align: right
}

h3 {
font-family: georgia, serif;
font-size: 16px;
color: rgb(96,89,73);
margin: 0px;
padding-bottom: 8px
}


/* LINKS */

a {
font-weight: bold;
cursor: default;
text-decoration: none;
font-size: 11px;
}

.nav a:link, .nav a:visited {
color: rgb(136,113,91)
}

.nav a:hover, .nav a:active {
color: rgb(96,89,73)
}

.nav #current {
color: rgb(214,191,164)
}

.main a:link, .main a:visited {
color: rgb(161,158,152);
border-bottom: 1px solid
}

.main a:hover, .main a:active {
color: rgb(91,52,21);
border: 0
}

#credits a:link, #credits a:visited {
color: rgb(180,172,154)
}

#credits a:hover, #credits a:active {
color: rgb(91,52,21)
}


/* OTHER FORMATTING */

p, dd, li {
font-size: 11px;
}

table tr th {
font-size: 12px;
color: rgb(214,191,164);
}

table tr td {
font-size: 11px;
color: rgb(195,167,134);
}

.avatar {
float: left;
padding-right: 5px
}

b {
color: rgb(214,191,164)
}