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

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

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

/* Links within paragraphs (revealed) */
p a:hover  { 
color: #0000ff;
background : inherit;
text-decoration: underline;
}

#container {
	width : 780px;
	margin : 0 auto;
	padding : 5px;
	color : #333;
	line-height : 1.5em;
	background-color: #E4DCB2;
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat;
}

/* TOP TITLE BAR */

#top {
	margin:0;
	padding : 0;
	color:#333;
	height:144px;
	background-color: #404040;
}

/* LEFT SIDEBAR */
#leftnav {
	float : left;
	width : 160px;
	margin : 0;
	padding : 5px;
	border-right:0px solid #520934;
	color : #EAE8D0;
	background-image: url(../images/leftdiv.gif);
	background-repeat: repeat;
}

#content {
margin :10px 0 0 180px;
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 : 5px 0 5px 0px;
	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 : 5px 0 5px 0px;
	font : 130%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	color:#EAE8D0;
	background:inherit;
}
h4 {
	margin : 0;
	padding : 10px 0 5px 0px;
	font : 130%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	color:#000000;
	background:inherit;
}
#footer img {
   float : right;
}
/* seen by IE5mac only, by Philippe Wittenbergh www.l-c-n.com */
*>html #footer img {
        margin : 0;
}
/* end */

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

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

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

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

img {
   border : none;
}

#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #A6C3AD url(images/pt02.jpg) no-repeat;
color:#000;
}
#navlist li {
list-style-type: square;
background: inherit;
color: #5F5C51;
margin: 0 15px 0 0;
padding: 0;
}

.clear {
clear: left;
}

.quote {
width: 130px;
margin: 0;
border : 1px dashed #fff;
padding : 10px;
color:#656C4A;
background: #E4DCB2;
font-size: .8em;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #AC7D39;
}
.caption {color: #985B3F}
#menuh-container
	{
	position:  relative;
	margin-top: 0;
	width:780px;
	}
	#menuh
	{
	font-size: 80%;
	font-family: helvetica, "Trebuchet MS",arial, sans-serif;
	width:100%;
	float:left;
	margin:0;
	color: #6E6A5A;
	background: #6E6A5A;
	border-bottom : 0px solid #520934;}
