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

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

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

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


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

/* TOP TITLE BAR */

#top {
margin-top:0;
margin-bottom:0;
padding : 0;
color:#333;
background : #404040 url(images/head.gif) no-repeat;
border-bottom : 1px solid #fff;
height:90px;
}

h1 {
	font-family: Tempus Sans ITC;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #333333;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 3px solid #CC9900;
	border-bottom: 3px solid #CC9900;
	background-color:#EAE8D0;
	
}

h2 {	
	padding : 20px 0px 0 0px;
margin : 0;
font-family:Bonzai;
font-weight: normal;
font-size : 98px;
line-height:auto;
letter-spacing:1px;
color:#FF0000;
background:transparent;
}
h3 {
font-family: "Tempus Sans ITC";
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #656C4A;
	border-top: 0px solid #656C4A;
	padding: 0px;
	}

#top p {
padding : 0px;
font-size: .8em;
}

#top a:link, #top a:visited {
color: #000000;
background:transparent;
text-decoration: none;
}

#top a:hover { 
color: #fff;
background:transparent;
text-decoration: underline;
}

/* LEFT SIDEBAR */
#leftnav {
	float : left;
	width : 160px;
	margin : 0;
	padding : 4px;
	border-right:1px solid #520934;
	color : #EAE8D0;
	font-family:Kristen ITC;
	font-size:15px;
	color:#EAE8D0;
	background-image: url(images/bgd_left.gif);
}

#content {
margin: 0px 30px 0 200px;
padding : 5px;


}

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

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

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

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



#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: 0.9em;
color : #CC0000;
background : inherit;
text-decoration : none;

}

a:hover {
font-size: 0.9em;
color :#660033;
background : inherit;
text-decoration : none;

}

a:active {
font-size: 0.9em;
color : #CC0000;
background : inherit;
text-decoration : none;

}

img {
   border : 0px solid #656C4A ;
  margin: px px px px;
  padding: 0px;
}

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


.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: #ffe7ba;
margin: 0 15px 0 0;
padding: 0;
z-index:10000;	}/* stops menu hiding under stuff */


#gallery {
height:100px;
}

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

.clear {
clear: left;
}

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

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