 
*
{
margin: 0px;
padding: 0px; 
}                                            
                                                 

body {
	
	background: #FAFAFA ;
  background-repeat:no-repeat;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(imagens/bp.png) repeat;	
}

#content
{
	margin: 10px auto;
	width: 800px;
	height:500px;
	border: 0px solid red;

}




#header {

	height:90px;
	width: 800px;
  border-bottom:0px solid #dedede;
}

#main
{
    float:left;
    width:800px;
    height:405px;
    margin:5px;
    	background:#ffffff;	
    border:0px solid #dedede;
}
#menu
{
    float:left;
    width:300px;
    height:390px;
    margin:5px;
    	background: #FFFFFF;	
    border:1px solid #dedede;
}
#corpop
{
    float:right;
    width:470px;
    height:390px;
    margin:5px;
    border:1px solid #dedede;
    	background: #FFFFFF;	
}

#banner
{
    position:relative;
    top:0px;
    left:0px;
    height: 250px;
    width:800px;
    border:0px solid red;
    z-index:0;
    background: red;
}

#logo
{
    position:relative;
    top:10px;
    left:10px;
    height: 230px;
    width:200px;
    border:0px solid red;
    background: #b5abc4;	
    z-index:10;
}







#footer {
	height: 70px;
	clear: both;
	font: 12px arial;
  border-top:0px dotted #DEDEDE;

}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #494949;
}

#footer a {
	color: #494949;
}



/* --------------- MENU SCROLL  ---------------*/
#menur {
	width: 250px;
}
#menur ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	COLOR:'#0F034A';
	font: 12px Tahoma;
}
#menur li {
	margin-bottom:0px;
}

#menur a {
	display: block;
	padding: 5px 0 1px 5px;
	width: 250px;
	color: "#004A6F";
	text-decoration: none;
	voice-family: '\'}\'';
	voice-family:inherit;
	width:250px;
	}
body>#menur a {width:250px;}

#menur a:hover {	
  border: 0px solid "#004a6f";
	background-color:'#CBCBCB';
	font-size:12px;
	font-weight:bold;
	font-color:yellow;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;	
	color:black;  /*cor do texto*/
}


/* Regra para sobrescrever estilo padro do site */
#content #menur ul {background: none; border:none;}