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

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

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

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

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

/* TOP TITLE BAR */

#top {
margin:0;
padding : 0;
color:#fff;
background : #663 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:#fff;
background:transparent;
}
#top p {
padding : 5px;
font-size: .8em;
}
#top a:link, #top a:visited {
color: #333;
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 : 5px;
border-right:8px solid #cc9 ;
color : #663;
background : #cc9;
}

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

#footer {
clear : both;
margin : 0 ;
padding : .5em;
color : #996;
background : #cc9;
border-top : 0px solid #333;
}

#footer a:link, #footer a:visited {
font-size: .9em;
color : #663;
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;
}

h2 {
margin : 0;
padding : 20px 0 5px 5px;
font : 150%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
border-bottom: 1px solid #663;
color:#663;
background:inherit;
}
h3 {
margin : 0;
padding : 20px 0 5px 10px;
font : 100%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
color:#663;
background:inherit;
}

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

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

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

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

img {
   border : none;
}

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


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

#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: #fff  no-repeat;
color:#fff;
}
#navlist li {
list-style-type: square;
background: inherit;
color: #663;
margin: 0 15px 0 0;
padding: 0;
}
#newslist li {
list-style-type: square;
background: inherit;
color: #663;
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 #996;
padding : 10px;
color:#663;
background: #C5C594;
font-size: .8em;
}

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

form {
margin: 0;
}

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

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