html, body {
   margin : 13px;
   padding : 0px;
}

body {
   color : #a52a2a;
   background : #44432a;
   width : 100%;
   font : 86% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

/* Links within paragraphs (subtle) */
p a {
color: #666666;
background : inherit;
text-decoration: none;
}

p a:hover {
color: maroon;
background : inherit;
text-decoration: underline;
}

#container-border {
 width : 866px;
 margin : 0 auto;
 padding: 6px;
 background: #44432a;
 } 

#container {
width : 856px;
margin : 0 auto;
padding : 4px;
background: #ffffff ;
color : #333;
line-height : 1.5em;
}

/* TOP TITLE BAR */

#top {
 margin: 0;
 padding: 0;
 color: #333;
 background: #404040 ;
 border-bottom: 1px solid #777;
 height: 166px;
}
#top h1 {
 padding: 7px 0px 0px 10px;
 margin: 0;
 font: 115% "Tahoma", sans-serif;
letter-spacing:5px;
text-align:left;
color:#EAE8D0;
background:transparent;
}
#top p {
padding : 5px;
font-size: .8em;
}
#top a:link, #top a:visited {
color: #EAE8D0;
background:transparent;
text-decoration: none;
}
#top a:hover { 
color: #fff;
background:transparent;
text-decoration: underline;
}

/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 20px;
margin-top : 40px;
padding: 5px;
border-right:0px solid #520934 ;
color : #EAE8D0;
background : #9C9473;
}

#content {
margin :10px 0 0 10px;
padding : 10px;
}

#footer {
clear : both;
margin : 0 ;
padding : .5em;
color : #EAE8D0;
background : #404040;
border-top : 0px solid #520934;
}

#footer a:link, #footer a:visited {
font-size: .9em;
color : #eee;
background : inherit;
text-decoration : none;
}

#footer a:hover {
font-size: .9em;
color :#fff;
background:inherit;
text-decoration : underline;
}

#leftnav p {
margin : 5px 0 10px 5px;
}

h2 {
margin : 0;
padding : 20px 0 5px 5px;
font : 150%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
border-bottom: 1px solid #656C4A;
color:#656C4A;
background:inherit;
}
h3 {
margin : 0;
padding : 20px 0 5px 10px;
font : 130%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
color:#EAE8D0;
background:inherit;
}

#footer img {
   float : right;
}


.happy {
border-top : 1px solid #808080;
padding : 10px;
}

a:link, a:visited {
font-size: .9em;
color : #5F5C51;
background : inherit;
text-decoration : none;
}



a:hover {
font-size: .9em;
color :maroon;
background : inherit;
text-decoration : underline;
}

a:active {
font-size: .9em;
color : #F5DE1E;
background : inherit;
text-decoration : none;
}

img {
   border : none;
}


