body {
	background-image:url(../images/fundo.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	font-family:Tahoma,Geneva,sans-serif;
	margin:0 auto;
	background-color: #E9E9E9;
	background-attachment: fixed;
	
}

a {
	color:#000;
}

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

img{
	padding:2px;
}

img:hover{
	padding:2px;
}


#container {
	background-color:#FFFFFF;
	margin:0px auto;
	padding:10px;
	width:950px;

}

#header {height:210px; background-image:url(../images/topo.jpg); background-repeat:no-repeat; background-color:#FFF;}
#logo {
	font-size:30px;
	height:100px;
	padding:25px 0 0 20px;
}
#logo a {color:#FFFFFF; text-decoration:none;}
#slogan {
	float:right;
	font-size:18px;
	color:#333;
	padding:60px 20px 0 0;
}

#menu {height:40px; background-image:url(../images/menu_bg.png); margin-top:5px;}
#menu ul {margin:0; padding:0;}
#menu li {list-style:none; float:left; background:url(../images/menu_border.png) right no-repeat;}

.menuAtivo  {
	background:url(../images/menu_border.png) !important; 
	color:#fff !important;
}

#menu a {
	float:left;
	height:20px;
	padding:10px 24px;
	color:#F8F2E9;
	font-size:15px;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:0 0 0.2em #333333, 0 0 0.2em #333333, 0 0 0.2em #333333;
	font-weight: bold;
}

#menu a:hover {
	background:url(../images/menu_border.png);
	color:#fff;
}

#main {float:left; width:100%; margin:5px 0; background:url(../images/main_bg.png) right repeat-y; color:#1F1507; font-size:14px;}
#main a {text-decoration:underline;}
#main a:hover {}
#main br {line-height:8px;}

#sidebar {
	float:right;
	margin-top:10px;
	padding:0 15px 10px;
	width:190px;
	color:#333;
}

#sidebar h3 {font-size:17px; font-weight:normal; margin:20px 0 5px 0;}
#sidebar ul {margin:0; padding:0; border-top:1px solid #666;}
#sidebar li {list-style:none; border-bottom:1px solid #666;}
#sidebar a {color:#333;}
#sidebar a:hover {color:#555;}
#text {margin-right:225px; padding:10px 30px 30px 30px;}
#text h1 {font-size:22px; font-weight:normal; margin:20px 0 10px 0;}
#text h2 {font-size:19px; font-weight:normal; margin:20px 0 10px 0;}
#text ol, #text ul {padding:0; margin:8px 0;}
#text li {margin-left:40px;}

#footer {
	height:40px;
	color:#fff;
	font-size:13px;
	background-image:url(../images/footer_bg.png);
	clear:both;
	font-weight: bold;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	color:#F8F2E9;
	text-decoration: underline;
}
#footer_left {float:left; padding:13px 0 0 30px;}
#footer_right {
	float:right;
	padding:13px 10px 0 0;
	text-align: right;
}

#modulo2 {
	background-color:#F3E8CF;
	border:1px dashed #666666;
	color:#000000;
	margin-bottom:20px;
	margin-top:8px;
	padding:12px;
}

#modulo2 h3{
	margin: 0px;
	padding:0px;
	margin-bottom:5px;
}

#modulo2 a{
	color:#333 !important;
}

#modulo2 a:hover{
	color:#666 !important;
}
