/* CSS Document */

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

#content {
	background-color: #fff;
	}
	#content .wrapper {
		width: 748px;
		padding-left: 0;
		}
		#content .wrapper a:hover {
			text-decoration: none;
			color: #c4d547;
			}
	
	#content #links {
		background-color: #f5f9e3;
		}
		#content .clear {
			*height: 1px;
			}
		
		#content ul {
			width: 355px;
			float: left;
			list-style: none;
			margin: 0 auto;
			}
			#content ul li {
				padding: 8px 0;
				border-bottom: 1px solid #b7d731;
				font-size: 12px;
				_position: static;
				}
				#content ul li.last {
					border-bottom: none;
					}
		
		#content ul.col1 {
			float: left;
			}
		
		#content ul.col2 {
			float: right;
			}