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

body {
   color : #FFCC99;
   background : #996633;
   width : 100%;
   font : 76% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

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

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

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

/* TOP TITLE BAR */

#top {
margin:0;
padding : 0;
color:#663300;
background : #FFCC99 url(../images/head.jpg) no-repeat;
border-bottom : 0px solid #fff;
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:#ffcc99;
background:transparent;
}
#top p {
padding : 5px;
font-size: .8em;
}
#top a:link, #top a:visited {
color: #FFCC99;
background:transparent;
text-decoration: none;
}
#top a:hover {
color: #663300;
background:transparent;
text-decoration: underline;
}

/* LEFT SIDEBAR */
#leftnav {
float : left;
width : 160px;
margin : 0;
padding : 5px;
border-right:8px solid #ffcc99 ;
color : #663300;
background : #CC9966;
}

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

#footer {
clear : both;
margin : 0 ;
padding : .5em;
color : #BA7C3E;
background : #996633;
border-top : 0px solid #520934;
}

#footer a:link, #footer a:visited {
font-size: .9em;
color : #BA7C3E;
background : inherit;
text-decoration : none;
}

#footer a:hover {
font-size: .9em;
color :#ffcc99;
background:inherit;
text-decoration : underline;
}

#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 #663300;
color:#996633;
background:inherit;
}
h3 {
margin : 0;
padding : 20px 0 5px 10px;
font : 100%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
color:#ffcc99;
background:inherit;
}

h4 {
margin : 0;
padding : 20px 0 5px 10px;
font : 110%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
color:#663300;
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 #663300;
padding : 10px;
}

a:link, a:visited {
font-size: .9em;
color : #663300;
background : inherit;
text-decoration : underline;
}

a:hover {
font-size: .9em;
color :#996633;
background : inherit;
text-decoration : underline;
}

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

img {
   border : none;
}

.imgright {
float: right;
border: 0px solid #996633;
margin: 5px 15px 10px 10px;
padding: 5px;
}


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

#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #663300  no-repeat;
color:#000;
}
#navlist li {
list-style-type: square;
background: inherit;
color: #663300;
margin: 0 15px 0 0;
padding: 0;
}
#newslist li {
list-style-type: square;
background: inherit;
color: #663300;
margin: 0 15px 0 0;
padding: 0;
font-size: .9em;
}
#gallery {
height:100px;
}

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

.clear {
clear: left;
}

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

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

form {
margin: 0;
}

input.search {
        width: 80px;
        border: none;
        color: #663300;
        background: url(../images/input.gif);
        padding: 4px;
}

input.login {
        width: 80px;
        border: none;
        background: url(../images/logininput.gif);
        padding: 4px;
}