*{
	margin: 0; 
	padding: 0;
}

img{
	border:0px;
}

body{
	background: #FFF;
	color:#000;
	background: url(../img/fundo.gif) center;
	height:200px;
}

#container{
	position:relative;
	width:800px;
	left:50%;
	margin:0px 0px 0px -400px;
	height:200px;
	
}


#topo{
	background: url(../img/topo_pb.gif) no-repeat center;
	color:#000;
	height:315px;
}

#menu{
	background: #FFF url(../img/menu_superior_pb.gif) no-repeat left;
	position:relative;
	margin:-1px 0px 0px 230px;
	height:28px;
	color:#FFF;
	font: 13px Verdana,Arial,Sanserif;
	width:536px;
	z-index:999;
	line-height:26px;
	text-align:center;
}

#menu a{
	color:#FFF;
	text-decoration:none;
	font-weight:bolder;
	padding:0px 7px;
}

#menu a:hover{
	color:#B3BD87;
	text-decoration:none;
	font-weight:bolder;
}

#conteudo{
	background:#FFF;
	position:relative;
	width:800px;
	height:674px;
	margin-top:-30px;
}

#lateral{
	margin:-28px 0px 0px 0px;
	*margin:0px 0px 0px 0px;
	width:230px;
	height:674px;
	background: url(../img/lateral_pb.gif) no-repeat;
}

.menu_lateral{
	margin:-500px 0px 0px 32px;
	position:relative;
	width:130px;
}

.m_feira, .m_local, .m_programacao, .m_expositores, .m_audiobook{
	width:164px;
	height:29px;
	font-size:27px;
	letter-spacing:15px;
	text-decoration:none;
}


.m_feira{
	background: url(../img/feira1_pb.gif) no-repeat;
}

.m_local{
	background: url(../img/local1_pb.gif) no-repeat;
}

.m_programacao{
	background: url(../img/programacao1_pb.gif) no-repeat;
}

.m_expositores{
	background: url(../img/expositores1_pb.gif) no-repeat;
}

.m_audiobook{
	background: url(../img/audiobook1_pb.gif) no-repeat;
}

.m_feira:hover{
	background: url(../img/feira2_pb.gif) no-repeat;
}

.m_local:hover{
	background: url(../img/local2_pb.gif) no-repeat;
}

.m_programacao:hover{
	background: url(../img/programacao2_pb.gif) no-repeat;
}

.m_expositores:hover{
	background: url(../img/expositores2_pb.gif) no-repeat;
}

.m_audiobook:hover{
	background: url(../img/audiobook2_pb.gif) no-repeat;
}

.acessibilidade{
	width:180px;
	margin:40px 0px 0px 48px;
	line-height:25px;
}

.acessibilidade2{
	margin:20px 0px 0px 35px;
	line-height:40px;
}

.acessibilidade a{
	color:#000;
	font-family:Verdana, Arial, Sans-Serif;
	font-size:12px;
	text-decoration:none;
}

#central{
	width:548px;
	margin:-550px 0px 0px 232px;
	*margin:-500px 0px 0px 232px;
	padding:10px;
	font: 12px Arial, Verdana, Sanserif;
	line-height:25px;
}

ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

li{
	background-image:url(../img/bullet.gif);
	background-repeat:no-repeat;
	background-position:0px 8px; 
	padding-left:14px; 
} 

h1{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:16px;
	color:#3B5E39;
	padding:10px 0px;
}

h2{
	font-family:Verdana, Arial, Sans-Serif;
	font-size:14px;
	color:#899E48;
	padding:10px 0px;
}


.txt {
	color:#000;
	line-height:20px;
	position:relative;
	width:540px;
	height:500px;
	text-align:justify;
	overflow:auto;
	overflow-x:hidden;
	scrollbar-arrow-color:#FFF; 
	scrollbar-base-color:#000; 
	scrollbar-darkshadow-color:#FFF; 
	scrollbar-face-color:#000; 
	scrollbar-highlight-color:#ccc; 
	scrollbar-shadow-color:#FFF;
}

#rodape{
	background-color:#FFF;
	position:relative;
	height:120px;
	width:800px;
	border-top:1px solid #000;
	*margin-top:90px;
}

#rodape .realizacao{
	float:left;
	margin:20px 0px 0px 125px;
}

#rodape .apoio{
	float:right;
	margin:20px 140px 0px 0px;
}


















