@charset "utf-8";
/* CSS Document */
*{
	font-family:Verdana, Arial, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#000;
}
a{
	text-decoration:none;
}
body{
	background:#DEDEDC url("imagens/bg.png") no-repeat top left;
	margin:0px;
}
img{
	border:0px;
	margin-right:5px;
}
h1{
	font-size:14px;
	text-decoration:bold;
	color:#1E91D0;
}
h1 i{
	font-size:14px;
	text-decoration:bold;
	color:#1E91D0;
}
h2{
	font-size:12px;
	text-decoration:bold;
	color:#212C82;
}
#pag{
	margin-top:0px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	width:860px;
	height:auto;
	padding:10px;
}
#logo{
	margin-top:85px;
	margin-left:20px;
	margin-bottom:10px;
	width:300px;
	height:129px;
}
#menu{
	margin-top:40px;
	width:300px;
	margin-left:20px;
}
#menu ul{
	list-style:none;
	padding:0px 0px 0px 8px;
	border-left:3px solid #1E91D0;
}
#menu li{
	border-bottom:1px solid #CCC;
}
#menu li a{
	padding:6px 0px 4px 2px;
	display:block;
}
#menu li a:hover{
	padding:6px 0px 4px 2px;
	display:block;
	background:#F8C300 url("imagens/hover.png") no-repeat center right;
}
#queijo{
	float:right;
	margin-top:10px;
	width:400px;
	height:266px;
}
#cont{
	float:right;
	margin-top:10px;
	width:500px;
	height:266px;
	text-align:justify;
}