* {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	font-family:Tahoma;
	margin:auto;
	padding: 0px;
	text-align: center;
	background:#fff;
}
#site{
	width:760px;
	height:1000px;
	margin:auto;
	text-align:left;
}
#menu{
	float:left;
	margin-top:10px;
	width:173px;
	height:860px;
	background-color:#003E27;
}

#menu li{
	list-style:none;
	font-size:12px;
}

#menu a{
	width:175px;
	height:20px;
	margin:2px 0px 0px 0px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 0px 2px 15px;
}
#menu a:hover{
	background-color:#009049;
	padding:2px 2px 2px 15px;
}

#subm{
	background-color:#C1C0BF;
	margin:5px 0px 5px 0px;
}
#subm a{
	text-decoration:none;
	color:#000;
	font-weight:100;
	font-size:10px;
}
#subm a:hover{
	font-size:10px;
	background-color:#C1C0BF;
}
#subm li{
	padding:2px 0px 2px 0px;
	border-top: solid;
	width:173px;
	margin:0px;
}
#conteudo{
	padding:50px;
	float:left;
	margin:10px 0px 0px 10px;
	background-color:#F1F9F0;
	width:456px;
	height:795px;
}
#texto{
	margin:30px 0px 0px 67px;
	font-size:11px;;
	width:400px;
	height:auto;
}
#texto p{
	margin-bottom:20px;
}
#texto a{
	text-decoration:underline;
	color:#000000;
}
#texto h1{
	font-size:14px;
	font-weight:bold;
	list-style-image:url(imagens/bola.gif)
}


	


