html, body {
   margin : 0;
   padding : 0;
}



/* Links within paragraphs (subtle) */
p a {
color: #999999;
background : inherit;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
p:hover a { 
color: #0000ff;
background : inherit;
text-decoration: underline;
}



/* TOP TITLE BAR */


#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;
text-decoration: underline;
}

/* FOR CALENDAR PAGE */

#calendar_big {
	float: right;
	width: 800px;
	margin: 0 0 5px 0;
	padding: 0 20px 0 0;
}



/* RIGHT */


#right {
	float: right;
	width: 600px;
	margin: 0 0 10px 0;
	padding: 0 30px 0 0;
}
	.right_articles {
	border-bottom: 1px solid #BDD95B;
	padding: 8px;
	margin: 10px 0 3px 0;
	color: #454545;
	background-color: #FFCC00;
		
	}
#top_info { line-height: 27px; float: right; color: #808080; margin: 12px 5px 7px 0; text-align: right; height: 24px; }

/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 160px;
margin : 0;
padding : 5px;
border-right:0px solid #520934 ;
color : #EAE8D0;
background : #A6C3AD url(images/leftpanel1.jpg);


}

.content {
	margin :0px 0 0 180px;
	padding : 5px 30px 0 0;

}



#footer {
clear : both;
margin : 0 ;
padding : .5em;
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;
	color:#663300;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h2 {
margin : 0;
padding : 20px 0 15px 5px;
font : 150%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
border-bottom: 1px dashed #656C4A;
color:#656C4A;
background:inherit;
}
h3 {
	margin : 0;
	padding : 10px 0px 0px 0px;
	font : 1.1em Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
	color:#656C4A;
	background:inherit;
	font-weight: bold;	
}

#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: 1em;
color : #996600;
background : inherit;
text-decoration : underline;
}

a:hover {
font-size: 1em;
color :#999999;
background : inherit;
text-decoration : underline;
}

a:active {
font-size: 1em;
color : #333300;
background : inherit;
text-decoration : none;
}

img {
   border : none;
}

.imgright {
float: right;
border: 1px solid #c1ae84;
margin: 5px 15px 5px 15px;
padding: 5px;
}


.imgleft {
float: left;
border: 1px solid #c1ae84;
margin: 5px 15px 5px 0px;
padding: 5px;
}

#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: #660066;
margin: 0 0px 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; 
}
