* {margin: 0; padding: 0;}

body {
	background: url(img/bg.jpg);
	color: #222;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 1% 0 0 0;
}

a {color: #642;text-decoration: none;}
a:hover {color: #963;text-decoration: none;}

big {font-size: 11px;}

h1,h2,h3 {color: #B62625; padding: 8px 0 2px;}

h1 {font-family: Arial, Helvetica, sans-serif; font-size:18px;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: none;}

h2 {font: normal 13px Arial, Helvetica, sans-serif;}
h3 {font: bold 14px Arial, Helvetica, sans-serif;}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	padding-left: 26px
}

/*MENU*/
ul#menu { 
	width: 100%; 
	height: 65px; 
	background:url("img/menu-bg.gif") top left repeat-x; 
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	list-style-type: none;
	margin: 0; 
	padding: 0; 
	opacity: 0.9; 
	filter: alpha(opacity = 90);
}
ul#menu li { 
	display: block; 
	float: left; 
	margin: 0 0 0 5px;
}
ul#menu li a { 
	height: 43px; 
	color: #777; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%; 
	padding: 8px 15px 0;  
}
ul#menu li a:hover { 
	color: #333; 
}
ul#menu li a.current{ 
	color: #FF6600; 
	background:url("img/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
}
ul#menu li ul{
	position:absolute; 
	width:300px; 
	float: left; 
	display: none;
	top:160px;
}
ul#menu li:hover ul,
ul#menu li.hover ul{
      display: block;
}


form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em Arial, Helvetica, sans-serif;}
ul {padding: 0 2em 1.2em;}

/* structure */
#wrapper {
	/*background: #999999 url(img/wrapper.gif) no-repeat left bottom;*/
	background-color:#FFFFFF;
	margin: 0 auto;
	width: 100%;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
#container {
	/*background: #FBF9F4;*/
	/*border-top: 1px solid #999999;*/
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 95%;
	/*opacity: 0.9;
	filter: alpha(opacity = 90);*/
}
#container #conteudo{
	background-color:#FFFFFF;
}

/* Micox Pseudo-class-css2 to IE (MXPC). Activate .hover and .first-child in IE 6 */
* html * { color: expression( (function(who){ if(!who.MXPC){
   who.MXPC = '1';
   if(who.nodeName != 'A'){
      who.onmouseenter=function(){ who.className += ' hover'};
      who.onmouseleave=function(){ who.className = who.className.replace(' hover','')}; }
   (who==who.parentNode.firstChild) ? who.className += ' first-child' : '' ;
} } )(this) , 'auto') }
/* header */
.title {
	background:url("img/logo.png") no-repeat center top;
	height:125px;
	/*border-top: 1px solid #996;*/
}
.title h1 {
	color: #441;
	font: normal 2.2em Arial, Helvetica, sans-serif;
	padding: 10px 0 10px 18px;
}

.header {
	height:150px;	
	background: #DAD7C5;
}

/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font: bold 1em Arial, Helvetica, sans-serif;
	padding: 0 20.6px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* main 
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}*/

/* bottom */
.bottom {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #FF6600;
	/*border-left:1px solid #E3E3D5;border-right:1px solid #E3E3D5;border-bottom:1px solid #E3E3D5;*/
	color: #444;
	padding: 14px 20px;
}
.bottom .left {width: 69%;}
.bottom .right {width: 29%;}

/* footer */
.footer {
	/*background: #999999;*/
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 33%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: none;
}

/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}

/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {width: 64%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 33%;}
.content {padding: 18px 20px;}
.left {float: left;}
.right {float: right;}
.right .content {padding: 18px 12px 12px;}

/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 4px 0;
	padding: 0;
	width: 90%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 4px 3%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}

.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}