body{
	font-family: verdana, tahoma, arial, sans-serif;
	color: #fff;
}

a:link, a:visited{
	text-decoration: none;
	color: #fff;
}

a:hover{
	text-decoration: underline;
	color: #fff;
}

p{
	font-size: 18px;
	line-height: 1.4em;
	margin-bottom: 5px;
	display: block;
	width: 800px;
}

strong{
	font-weight: bold;
	font-size: 14px;
}

img{
	border: 0;
}

a:link, a:visited{
	border: 0;
}

quote{
	background: transparent url(quote.gif) left top no-repeat;
	padding-top: 10px;
	padding-left: 30px;
	min-height: 40px;
}

h3{
	font-weight: bold;
	font-size: 16px;
	width: 800px;
	margin-top: 15px;
}

small{
	font-size: 12px;
}

#top{
	background: transparent url(main.jpg) right top no-repeat;
	width: 999px;
	height: 225px;
}

#home{
	float: left;
}

#nav{
	list-style-type: none;
	float: left;
	margin-top: 78px;
	width: 200px;
}

#nav li{
	height: 40px;
	/* margin: 10px 0; */
}

#content{
	background: transparent url(fundo.gif) left top repeat-y;
	width: 999px;
	min-height: 200px;
	padding: 25px 50px;
}

	#content ul{
		width: 800px;
		margin-top: 10px;
	}

	#content ul li{
		margin: 10px 0;
	}



#footer{
	background: transparent url(rodape.jpg) left top no-repeat;
	width: 999px;
	height: 186px;
}