html, body {
   margin : 0;
   padding : 0;
}

body {
   color : #a52a2a;
   background : #c2c191;
   width : 100%;
   font : 80% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

#content a:link {
color: #1c6095;
text-decoration: underline, bold;
}

#content a:visited {
color: #778589;
text-decoration: underline, bold;
}

#content a:hover { 
color: #d59814;
text-decoration: underline;
}

#container {
width : 750px;
margin : 0 auto;
background-image: url(images/bgd3.jpg);
background-repeat: repeat y;
color : #333;
line-height : 1.5em;
}

/* TOP TITLE BAR */

#top {
margin:0;
padding : 0;
color:#333;
background : #c2c191 url(images/head7.jpg) no-repeat;
height:144px;
}
#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;
float:left;
}
#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 : 160px;
height : 100%;
margin : 0;
padding : 5px;
border-right:0px solid #520934 ;
color : #EAE8D0;
background : #9a996e;
}

#leftnav img {
align: center;
padding: 10px;
margin: 0;
}

#leftnav h2 {
padding: 10px;
font : 160%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing: 5px;
color: #EAE8D0;
background: transparent;
}


#content {
margin :10px 0 0 180px;
padding : 10px;
}

#content img {
align: center;
}

#footer {
clear : both;
margin : 0 ;
padding : .5em;
color : #EAE8D0;
background : #878664;
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;
}


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:#656C4A;
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 : #5F5C51;
background : inherit;
text-decoration : none;
}

a:hover {
font-size: .9em;
color :#EAE8D0;
background : inherit;
text-decoration : underline;
}

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;
}

.imgctr {
border: 2px solid #656C4A;
padding: 1px;
}

#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;
}

.quote {
width: 300px;
margin: 25px 0 0 113px;
border : 1px solid #fff;
padding : 10px;
color:#efebd4;
background: #9a996e;
font-size: 1em;
}

blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}

/*PHOTO GALLERY*/
#gallery {
height : auto;
margin : 20px 0 0 20px;
}
#gallery img {
float: left;
height: 153px;
width: 115px;
border: none;
margin: 10px;
padding: 10px;

.clear {
clear: left;
}

form { 
margin: 0; 
}

input.search { 
	width: 80px; 
	border: none;
	color: #000;
	background: url(images/input.gif); 
	padding: 4px; 
}

input.login { 
	width: 80px;
	border: none; 
	background: url(images/logininput.gif); 
	padding: 4px; 
}