/* CSS Document */

#header {
	background: #fff url(../imagem/bg_header_interna.gif) repeat-x;
	}

#content {
	background: #fff url(../imagem/bg_bottom_interna.gif) repeat-x bottom;
	}
	#content .wrapper {
		padding-bottom: 0;
		}

	#content ul li {
		list-style: none;
		}
		#content ul li.row1 .texto {
			background-color: #ebebeb;
			}
	
	#content .texto {
		float: left;
		width: 656px;
		margin-top: 13px;
		_margin-right: -3px;
		}
		#content .texto .texto-main {
			padding: 10px 10px 0 10px;
			}
		
	#content img.foto-bottom {
		display: block;
		margin: 30px auto 0;
		}