body{margin:0; padding:0; background-color:#00445C;}
form{margin:0; padding:0;}
/*ID's*/
#site{
	width:800px;
	height:auto;
	margin:auto;
}
#esq{
	width:250px;
	height:auto;
	float:left;
	background-color:#F00;
}
#dir{
	width:550px;
	height:auto;
	float:left;
}
#menu{
	width:550px;
	height:60px;
	float:right;
}
#cont{
	width:535px;
	height:auto;
	float:left;
	background-color:#FFF;
}

/*Classes*/
.linkes{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.linkes:hover{
	color:#666;
	text-decoration:none;
}
.linkes:link{
	text-decoration:none;
}
.treb12preto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}
.treb12pretojust{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-align:justify;
	text-decoration:none;
}
.treb13preto{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	text-decoration:none;
}
.box{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	border:1px solid #000;
}
