@charset "utf-8";
/* CSS Document */


#global_site {	
	width:791px;
	height:437px;
	background-image:url(../img/fundo.jpg);
	background-repeat:no-repeat;	
	}


#site_esquerdo {	
	width:168px;
	height:437px;
	float:left;
	}


#site_direito {	
	width:623px;
	height:437px;
	float:right;
	}
	
#site_topo {
	width:205px;
	height:103px;
	margin-top:0px;
	margin-left:586px;
	background-image:url(../img/sitetopo.jpg);
	background-repeat:no-repeat;
	}

#site_esquerdo ul {
	margin:0;
	padding:0;
	list-style-type:none;
	margin-left:0px;
	margin-top:0px;
	line-height:45px;
	}
	
#site_esquerdo a {
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000
	}


#direito_conteudo {
	border:none;
	width:590px;
	height:310px;
	margin:0 auto;
	margin-top:1px;
	padding-left:10px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	overflow:auto;
	}
