* {
	padding:0px;
	margin:0px;
}
a img {
	border:none;
}
html {
	height:100%;
}
body {	
	background-repeat:repeat-y;	
	height:100%;
}
#esquerda {
	background-color:#fff;		
	background-repeat: no-repeat;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	width:343px;
	float:left;
}
#conteudo {
	position:absolute;
	left:343px;
	width:540px;
	float:left;
}
#conteudo a {
	text-decoration:none;
	color:inherit;
	font-weight:bold;
}
#floatdiv {
	position:absolute;  left:10px;top:10px;
	width:150px;
}
#menu {	
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#303030;
	background-color:#f5f4f9;
	float:left;
	height:160px;width:90px;
	margin:20px 10px 0px 30px;
	padding-top: 12px;
	opacity:0.90; -moz-opacity: 0.90; filter: alpha(opacity=90);
}

#menu ul {
	list-style-type:none;
}
#menu a {
	text-decoration:none;
	color:#303030;
	font-size:8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left:13px;
}
#menu a.contato {
	font-weight:bold;
}
#menu a.contatoselected {
	background-image:url(bullet.gif);
	background-repeat:no-repeat;
	font-weight:bold;
}
#menu a.contato:hover {
	background:none;
}
#menu a:hover, #menu a.selected {
	background-image:url(bullet.gif);
	background-repeat:no-repeat;
}
p {
	width:450px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 30px 0px 30px 65px;
	text-align:justify;
}
p.menor {
	margin-top:0px;
}
h1 {
	margin-top:112px;
	margin-left:18px;
}
h2 {
	margin-top:50px;
	margin-left:65px;
}
.left {
	float:left;
}
#copyright {
	padding:100px 0px 30px 65px;
}
.clear {
	clear:both;
}