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

body {
   color : #a52a2a;
   background : #29502F url(images/background.png);
   background-attachment: fixed;
   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;
font-weight: bold;
text-decoration: none;
}

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

/* TOP TITLE BAR */

#top {
margin:0;
padding : 0;
color:#333;
background : #404040 url(images/head.jpg) no-repeat;
border-bottom : 0px solid #fff;
height:166px;
}
#top h1 {
padding : 30px 0px 0 25px;
margin : 0;
font : 100%  Helvetica, "Trebuchet MS", Arial,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;
font-weight: bold;
text-decoration: none;
}

/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 160px;
margin : 0;
padding : 5px;
border-right:0px solid #520934 ;
color : #ffffff;
background : #29502F;
}
#navlist img {
vertical-align: middle;
}

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

#footer {
clear : both;
margin : 0 ;
padding : .5em;
color : #95A037;
background : #29502F;
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 : bold;
}

#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;
}
/* 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 :#5B594D;
background : inherit;
text-decoration : none;
}

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

#navlist a:hover {
font-size: .9em;
color :#95A037;
background : inherit;
text-decoration : none;
font-weight: bold;
}

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

img {
   border : none;
}

.imgright {
float: right;
border: 1px solid #656C4A;
margin: 5px 15px 10px 10px;
padding: 10px;
}


.imgleft {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}

.imgcenter {
float: left;
border: 1px solid #656C4A;
margin: 5px 15px 10px 0px;
padding: 10px;
}

#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;
list-style-image:url(images/line.gif);
list-style-position: bottom;
background: inherit;
font: normal 14px Verdana;
line-height: 18px;
color: #5F5C51;
margin: 0 14px 0 0;
padding: 0;
}
#navlist {
margin: 0 -5px;
}

#gallery {
height:100px;
}

#gallery img {
float: left;
padding: 20px;
}

.clear {
clear: left;
}

.quote {
width: 130px;
margin: 0;
border : 1px dashed #fff;
padding : 10px;
color:#29502F;
background: #95A037;
font-size: .8em;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #AC7D39;
}
.search { 
background: #95A037; 
color: #ffffff;
border-top: 1px solid #F0E9DD;
border-bottom: 1px solid #F0E9DD;
clear: both;
text-align: left; 
padding: 5px 0 5px 0;
}
.login { 
background: #95A037; 
color: #ffffff;
border-top: 1px solid #F0E9DD;
border-bottom: 1px solid #F0E9DD;
text-align: center; 
padding: 5px 0 5px 0;
}

form { 
margin: 0; 
}

input.search { 
	width: 102px;
	height: 18px;
	border: none;
	color: #000;
	background: url(images/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 102px;
	height: 18px;
	border: none; 
	color: #000;
	text-align: left;
	background: url(images/logininput.gif); 
	padding: 4px; 
}
textarea.login { 
	border: none; 
	width: 432px;
	height: 70px;
	color: #000;
	text-align: left;
	background: url(images/textarea.gif); 
	padding: 4px; 
}

.embedright {
float: right;
margin: 5px 15px 10px 10px;
padding: 10px;
width: 128px;
height: 32px;
}

li{
	margin-left: 0px;
	text-align: left;
	list-style: none;
	padding: 0;
}

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