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

body {
   color : #a52a2a;
   background : #404040;
   background-image:url(images/back_ground.jpg);
   background-attachment:fixed;
   width : 100%;
}
.info{
text-align:center;
line-height: 1.5em;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:14px;
color:#000000;
}
.infored{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:16px;
color:#632327;
}
.infodates{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:normal;
font-size:14px;
color:#632327;
}
.infosmall{
text-align:center;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
font-size:11px;
color:#000000;
}
/* Links within paragraphs (subtle) */
p a {
color: #666666;
background : inherit;
text-decoration: none;
}

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

#container {
width : 750px;
margin : 0 auto;
padding : 0px;
background: #E4DCB2  url(images/bgd.jpg) repeat;
color : #333;
border:2px solid #000000;
}

/* TOP TITLE BAR */

#top {
margin:0;
padding : 0;
color:#333;
background : #404040 url(images/top_header1-2.jpg) no-repeat;
border-bottom : 0px solid #fff;
height:160px;
overflow:hidden;
}
#top h1 {
padding : 30px 0px 0 25px;
margin : 0;
font : 100% Tahoma, Helvetica, "Trebuchet MS", Arial, sans-serif;
font-weight:bold;
letter-spacing:6px;
text-align:left;
color:#EAE8D0;
background:transparent;
}
#top p {
padding : 5px;
font-size: 14px; font-family:Verdana, Arial, Helvetica, sans-serif;
}
#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 : 170px;
margin : 0;
padding : 5px;
border-right:0px solid #520934 ;
color : #EAE8D0;
background : #59574B;
}

hr{color:#656C4A;}

#content {
margin :15px 0 0 10px;
padding : 15px;
line-height:1.5em;
}

#footer {
clear : both;
margin : 0 ;
padding : 5px;
color : #EAE8D0;
background : #632327;
border-top : 2px solid #000000;
font-family:arial, Georgia, "Times New Roman", Times, serif;
font-size:12px;
height:40px;
text-align:center;
background-image:url(images/menu_bg.jpg);
	background-repeat:no-repeat;
}

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

#footer a:hover {
font-size: 11px;
color :#fff;
background:inherit;
text-decoration : underline;
}

/*#leftnav p {
margin : 5px 0 10px 5px;
}
*/
h1{text-align:center; letter-spacing:2px;}
h2 {
margin : 0;
padding : 5px 0 5px 5px;
font : 18px  Georgia,Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
text-align:center;
letter-spacing:4px;
border-bottom: 1px solid #656C4A;
color:#37362d;
background:inherit;
}
h3 {
margin : 0;
padding : 20px 0 5px 10px;
font : 110%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
color:#632327;
border-bottom:0px solid #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: 1.0em;
color : #5F5C51;
background : inherit;
text-decoration : underline;
}

a:hover {
font-size: 1.0em;
color :#632327;
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 5px 10px 10px;
padding: 10px;
}


.imgleft {
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;
background: inherit;
color: #5F5C51;
margin: 0 15px 0 0;
padding: 0;
}

#gallery {
height:100px;
}

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

.clear {
clear:left;
}

.quote {
width: 130px;
margin: 0;
border : 1px dashed #fff;
padding : 10px;
color:#656C4A;
background: #E4DCB2;
font-size: .8em;
}

.search { 
background: #E4DCB2; 
color: #000;
border-top: 1px solid #F0E9DD;
border-bottom: 1px solid #F0E9DD;
clear: both;
text-align: left; 
padding: 5px 0 5px 0;
}

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; 
}