/* CSS Document */

*{
	margin: 0;
	padding:0;
	font-family: "Courier New", Courier, monospace;
}


body {
	text-align:center;
	background:#8b856a;
}


#home
{
	background:#c6be9b;
	width:776px;
	height:460px;
	margin-right:auto;
	margin-left:auto;
}
#lateral
{
	width: 210px;
	float: left;
	z-index: 0;
	background-color: #C6BE9A;
	margin-top: 25px;

}

#lateral a {
	color:#CCCCCC;
	text-align: right;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 15px;
	padding-right: 10px;
}
#lateral ul {
	margin-left:40px;
	list-style-type: none;
	margin-right: 0px;
	margin-top: 0px;

	
}
#lateral ul li {
	text-align: right;
	height:29px;
	background:url(imgs/home/barra_menu.jpg);
	margin-top: 7px;
	width: 100%;
}
#conteudo
{
	background:url(imgs/home/conteudo_home.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10;
	text-align: left;
	float: left;
	margin-left: -10px;
	height: 352px;
	width:518px;
	
}

#conteudo img {
	margin-left: 140px;

}
#conteudo ul {
	list-style-type: none;
	margin-top:0px;
margin-left:0px;
}
.destaque {
	text-align:left;
	margin-top:30px;
	float:left;
	width:400px;
	padding-left: 60px;
	}

.destaque h2 {
	text-decoration:underline;
	font-size: 12px;
	color: #000000;
}
	

.destaque ul
{
    color: #000000;
	font-size: 12px;
}
.destaque ul li {
	color: #666666;
	text-decoration: none;
	font-style: normal;
	margin-top: 3px;
	}
	
.destaque ul li a {
		color: #666666;
		text-decoration: none;
		font-style: normal;
	}
#rodape
{
		height:110px;
		background:url(imgs/home/rodape_home.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		z-index: 20;
		margin-top:0px;
		clear: left;
		margin-right:10px;
}

	
	
	
	
