* {
	padding:0;
	margin:0;
	font-size:11px;
}

body {
	background-color: #ffffff;
}

#lateral {
	width:50%;
	background-image: url("images/bg.gif");
	background-repeat: repeat;
}

#esquerda {
	background-image: url("images/bg_left.gif");
	background-repeat: repeat;
	vertical-align: bottom;
}

#direita {
	background-image: url("images/bg_right.gif");
	background-repeat: repeat;
	vertical-align: bottom;
}

#container {
	vertical-align: top;
	width: 768px;
	background-color: #FFFFFF;
}


#menu {
	text-align:center;
	font-family:"Verdana";
	font-weight:bold;
	font-size: 8px;
	width:100%;
	border:0;
	background-color:#FFFFFF;
}

#menu a {
	color: #400080;
	text-decoration: none;
}

#titulo {
	background-image: url("images/menu.jpg");
	font-size:12px;
	height:16px;
	color: #000000;
}

#item {
	font-size:13px;
	border-left-style: solid;
	border-left-color: #F7C74E;
	background-color:#EFEFEF;
	height:16px;
	color: #800080;
}

#barramenus {
	width:180px;
	vertical-align: top;
}

#principal {
	width:500px;
	vertical-align: top;
	padding: 10px;
}

#publicidade {
	vertical-align: top;
}

#rodape {
	bgcolor:#F7C74E;
	background-repeat: repeat;
	text-align: center;
	color:#FFFFFF;
        font-family:"Arial";
}

#login {
	border-style: groove;
	border-color:
	background-color:#EFEFEF;
}

.erro {
	color:#FF0000;
	font-family: "Arial";
	font-size: 10px;
	font-weight: bold;
}

.textopublicidade {
	color:#000080;
	font-family: "Arial";
	text-align: left;
}

.espacamento {
	margin-top: 5px;
}

.letreiro {
	font-family: Verdana;
	font-weight: bold;
	color: #FF0000;
	font-size: 15px;
}

#pesquisa {
	border-style: double;
	border-width: 5px;
	border-color: #C0C0C0;
	width:100%;
	
	padding-top:3px;
	padding-bottom:3px;
	
	text-align: center;
	
	font-family: Verdana;
	font-size:13px;
	font-weight: bold;
}

#textoprincipal {
	padding-top: 15px;
	
	color:#000000;
	font-family: "Verdana";
	font-size: 13px;
	
	text-align: left;
}

.tituloPagina {
	font-weight: bold;
	text-align: center;
}

.espacamentoTabela {
	height: 50px;
}
