/* CSS Document */
body{
	margin:0 auto;
	}
#wrapper{
	margin:0 auto;
	border:1px solid #DCDCDC;
	width:760px;
	clear:both;
	}
#banner{
	width:750px;
	height:100px;
	margin:5px;
	background-image:url(../imagens/banner.jpg)	}
#content{
	width:750px;
	margin:0px 5px 5px 5px;
	float:left;
	}
#left{
	width:445px;
	height:355px;
	margin-right:5px;
	background-color:#EFEFEF;
	overflow:auto;
	float:left;
	}
#right{
	width:300px;
	background-color:#EFEFEF;
	float:left;
	}
#footer{
	width:750px;
	height:30px;
	margin:0px 5px 5px 5px;
	background-image:url(../imagens/footer.jpg);
	}
#nav{
	width:750px;
	height:20px;
	margin:5px;
	}
	#nav a{
		display:block;
		float:left;
		margin-right:10px;
		padding-top:5px;
		height:30px;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#FFFFFF;
		font-weight:bold;
		font-size:11px;
		text-transform:capitalize;
		text-decoration:none;
		background-image:url(../imagens/menu.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		}
	#nav a:hover{
		background-image:url(../imagens/menu_hover.gif);
		color:#000000;
		}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:11px;
	margin-left:5px;
	}
#left img{
	margin-right:6px;
	margin-bottom:1px;
	margin-left:5px;
	}
#right a{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#0099CC;
	font-weight:bold;
	font-size:11px;
	text-transform:capitalize;
	text-decoration:none;
	}
	#right a:hover{
		color:#99CC00;
		font-weight:bold;
		font-size:11px;
		text-transform:capitalize;
		text-decoration:underline;
	}
#ad{
	margin-top:5px;
	height:100px;
	width:300px;
	background-color:#CC0000;
	float:left;
	}
#content a{	
	color:#0099CC;
	text-decoration:none;
	font-weight:bold;
	}
a:hover{
	color:#000000;
	text-decoration:underline;
	}
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#0099CC;
	}
h1{
	font-size:18px;
	color:#CC0000;
	}
dt{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	}
dd{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
input{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	background-color:#FFFFFF;
	border:1px solid #CC0000;
	}
textarea{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#333333;
	background-color:#FFFFFF;
	border:1px solid #CC0000;
	}
center a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	font-size:9px;
	}
#counter{
	width:760px;
	height:15px;
	background-color:#CC0000;
	padding-top:2px;
	margin:5px auto;
	}
#counter p{
	line-height:10px;
	margin:0px;
	color:#FFFFFF;
	}
#counter #acessos{
	width:100px;
	margin-left:5px;
	float:left;
	}
#counter #data{
	width:500px;
	text-align:right;
	margin-right:5px;
	float:right;
	}

#02{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	}
