html, body {
   margin : 0;
   padding : 0;
}

body {
   color : #a52a2a;
   background : #313131 url(images/fundo.jpg);
   width : 100%;
   font : 76% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

/* Links within paragraphs (subtle) */
p a {
color: #666666;
background : inherit;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
p:hover a { 
color: White;
background : inherit;
text-decoration: underline;
}

#container {
width : 750px;
margin : 0 auto;
padding : 0px;
background: Black none repeat;
color : #666633;
line-height : 1.8em;
 text-align: justify;
}

#top {
margin:0;
padding : 0;
color: #CCCCCC;
background : #333333 url(images/banner-andre.jpg) no-repeat;
border-bottom : 1px dotted #fff;
height:150px;
}
#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: #CCCC99;
background:transparent;
}
#top p {
padding : 5px;
font-size: .8em;
}
#top a:link, #top a:visited {
color: #E2E2E2;
background:transparent;
text-decoration: none;
}
#top a:hover { 
color: #fff;
background:transparent;
text-decoration: underline;
}
/* LEFT SIDEBAR */

#content {
margin : 24px 55px 0 70px;
padding : 10px;
}

#footer {
clear : both;
margin : 0 ;
padding : .5em;
color : White;
background : Black url(images/fundo.jpg);
border-top : 1px solid #660000;
}

#footer a:link, #footer a:visited {
font-size: .9em;
color : #CCCCCC;
background : inherit;
text-decoration : none;
}

#footer a:hover {
font-size: .9em;
color : White;
background:inherit;
text-decoration : underline;
}

h2 {
margin : 0;
padding : 20px 0 5px 5px;
font : 150%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
letter-spacing:5px;
border-bottom: 1px solid #656C4A;
color: #999999;
background:inherit;
}
h3 {
margin : 0;
padding : 20px 0 5px 10px;
font : 130%  Helvetica, "Trebuchet MS", Arial,Tahoma, sans-serif;
color: #CCCC99;
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 #660000;
padding : 10px;
}

a:link, a:visited {
font-size: 1em;
color : #5F5C51;
background : inherit;
text-decoration : none;
}

a:hover {
font-size: 1em;
color : #FFFFCC;
background : inherit;
text-decoration : underline;
}

a:active {
font-size: 1em;
color : #F5DE1E;
background : inherit;
text-decoration : none;
}

img {
   border : none;
}

.imgright {
float: right;
border: 1px solid #666633;
margin: 5px 15px 10px 10px;
padding: 10px;
}


.imgleft {
float: left;
border: 1px solid #666633;
margin: 5px 15px 10px 0px;
padding: 10px;
}
#menu {
width: 100%;
height: 23px;
margin: 0 0 0 0;
padding: 0 0 1px 0;
background: Black url(images/pt02.jpg) no-repeat;
color: Black;
}

#navlist li {
list-style-type: square;
background: inherit;
color: #FFCCCC;
margin: 0 15px 0 0;
padding: 0;
}

#gallery {
height:95px;
}

#gallery img {
float: left;
padding: 18px;
}

.clear {
clear: left;
}

.quote {
width: 130px;
margin: 0;
border : 1px dashed #fff;
padding : 10px;
color: #666633;
background: #CCCC99;
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; 
}#container #content p strong {
	text-align: justify;
}
