body {
margin: 0 auto;
padding: 0;
font: 73% verdana, "Trebuchet MS", arial, sans-serif;
text-align: center;
line-height: 1.7em;
color: #000;
background: #2e2e2e url(images/bgd.jpg) center repeat-y;
}
			/* WRAP */
#container {
width: 750px;
margin: 0 auto;
padding: 0;
text-align: left;
color: #fff;
background: #000;
}

#detalhe {
width: 400px;
margin: 0 auto;
padding: 5;
text-align: left;
color: #fff;
background: #000;
height: 335px
}

			/* BANNER */
#banner {
width: 750px;
margin: 0 0 30px 0;
padding: 0;
height: 200px;
/*background: #000 url(images/banner.jpg) no-repeat;*/
background : #000;
color: #000;
}
#banner h1 {	
margin: 0;
padding: 70px 100px 0 0;
height: 50px;
font: 140% "Trebuchet MS", verdana, arial, sans-serif;
text-align: right;
letter-spacing: 3px;
color:  #fff;
background: inherit;
}
/*TOP NAV*/
#navPyra {
margin: 0;
padding: 20px 0 20px 10px;
border-bottom: 1px solid #aaa;
background : #fff;
}
#navPyra li {
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}
#navPyra a:link, #navPyra a:visited {
float: left;
font-size: 1.2em;
letter-spacing: 3px;
line-height: 1em;
font-weight: normal;
padding: 0 12px 6px 12px;
text-decoration: none;
color: #000;
}
#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
color: #999;
background: url(images/pyramid.gif) no-repeat bottom center;
}
			/* SIDE CONTENT */
#side {
width: 150px;
float: left;
margin: 0 auto;
padding: 0 20px;
background : #000;
color: #999;
}
#side p { 
margin: 1em 0 1em 0; 
}
			/* SIDE NAV */		
#side ul {
list-style : none;
margin : 20px 0;
padding : 0;
}
#side ul li {
display : inline;
padding : 0;
margin : 0;
}
#side ul li a {
display : block;
color : #fff;
background : inherit;
text-decoration : none;
margin : 0;
padding : 3px 0;
border-bottom : 1px solid #aaa;
}
#side ul li a:hover {
text-decoration : none;
background : #fff;
color : #000;
} 
				/* MAIN CONTENT */
#content {
width: 520px;
margin-left: 200px;
padding: 0 10px;
background : #000;
}

#content ul li a:hover {
text-decoration : underline;
background : #000;
color : #fff;
} 

				/* FOOTER */
#footer {	

/*background: #000 url(images/danca.gif) no-repeat right;*/

margin-top: 160px;
padding: 0 10px;

clear: both;

/*
padding: .5em;
border-top: 1px		solid #aaa;
font-size: 11px;
color: #fff;
background: #000;

*/

}

#footerdet {	

background: #000 ;

/*margin-top: 2px;
padding: 0 10px;*/

clear: both; 
}
 				/* LINKS*/
a {
color: #666;
text-decoration: none;
}
a:hover {
/*background: #eee;*/
color:  #fff;
text-decoration: none;
}
a img {
border: 0;
}
				/* SEARCH BOX*/
legend {
font-weight : bold;
color : #000;
}
input {
background : #000;
color : #fff;
}
				/* TYPOGRAPHY */
h2 {
margin: 0;
font: normal 150% verdana, arial, "Trebuchet MS", sans-serif;
letter-spacing: 3px;
color: #fff;
background: inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #aaa;
}
				/* CLASSES*/
.imgright {
float : right;
padding : 10px;
border : 1px solid #aaa;
margin-left : 10px;
}
.big {
margin : 5px;
font: 200% "Trebuchet MS", verdana, arial, sans-serif;
font-size:200%;
line-height: 2em;
text-transform : uppercase;
background: #fff;
color: #2e2e2e;
}

 

/*  ZOOM  */
#zoom { float:left; position:relative; width:75px; margin-right:10px; }

#zoom a img { border:0pt none; }

#zoom a.p1:hover { background-color:transparent; } /* IE6sp2 needed this to open the large image */

#zoom a .large { position: absolute; width:0px; }

#zoom a.p1:hover .large { border:1px solid black; position: absolute; top: -30px; left: 85px; width:180px; }

