body {
	background-image: url("imagens/fundo.jpg") top left repeat-x fixed;
	text-align: center; /* hack para o IE*/
}
#tudo {
	display: block;
	position: relative;
	width: 950px;
	weight: 900 px;
	margin: 0 auto;
    background: #666666 url("imagens/fundo.jpg") top left repeat-x fixed;
	text-align: left; /* hack para o IE*/

}
#topo {
	display: block;
	position: relative;
	background-color: #FFAC1F;
	width: 950px;
	height: 150 px;
	padding: 0px;
	background: url("imagens/topo.jpg") no-repeat;
	text-align: center; /* hack para o IE*/
}
#menu {
	background: #666666 url(imagens/fundo.gif) top left repeat;
	font-family: 11px verdana, arial;
	fonr-size: 11px;
	padding: 6px;
	color: yellow;
	width:950px;
	float: left;
}
#data {
	display: block;
	position: relative;
	background-color: #ffffff;
	font-color: #333333;
	font-family: verdana, arial;
	font-size: 11px;
	width: 200px;
	float: right; 
	height: 15px;
	padding: 5px;
}
#esquerda {
	display: block;
	position: relative;
	background-color: #ffffff; 
	width: 200px;
	height: 523px;
	padding: 2 8 8 8px;
	margin-rigth: 1px; dashed: #ffffff;
	font-color: #333333;
	font-family: verdana, arial;
	font-size: 11px;
   	float:left;
	line-height: 16px;

}
#direito1 {
	display: block;
	position: relative;
	background-color: #ffffff;
	width: 200px;
	height: 387px;
	padding: 5px;
	margin-top: 10px;
	font-color: #333333;
	font-family: verdana, arial;
	font-size: 11px;
	float: right; 
	line-height: 16px;
}
#direito {
	display: block;
	position: relative;
	width: 200px;
	height: 90px;
	background-color: #ffffff;
	padding: 5px;
	line-height: 16px;
	font-color: #333333;
	font-family: verdana, arial;
	font-size: 11px;
	float: right; 

}
#conteudo{
	display: block;
	position: relative;
	background-color: #ffffff;
	width: 496px;
	height: 515px;
	_width: 540px;
	_height: 523px;
	margin-left: 5px;
	padding: 8px;
	font-family: verdana, arial;
	font-size: 11px;
	font-color: blue;
	line-height: 18px;
	border-left-style: dashed;
	border-right-style: dashed;
	border-width: 1px;
	border-color: blue;
	float: left;
}
#rodape {
	display: block;
	position: relative;
	width: 950px;
	height: 50 px;
	padding: 0 0 0 0px;
	background: #666666 url(imagens/rodape.gif);
	clear: both;
	float:left;
}

input,select,textarea,textfiled {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	border: 1px none;
	background-color: #FFB951;

}a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: yellow;
	text-decoration: underline;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #EAEAEA;
	text-decoration: none;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: strong;
	font-weight: normal;
	color: blue;
}
