body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, th, td {
margin:0;
padding:0;
}

body {
    background-color: #cac8c9;
    color: black;
    font-family: Verdana,Arial,sans-serif;
    font-size: 11px;
}

a img {
   border: 0px;
}

a {
	color: #018ed3;
	text-decoration: none;
}

a:hover {
    color: #018ed3;
    text-decoration: underline;
}

#page {
	background: #ffffff;
}

#head_container {
    width: 100%;
    height: 70px;
}

#head_logo {
	margin-left: 60px;
	height: 70px;
	background: #ffffff;
	float: left;
}

#head_menu {
	margin-left: 70px;
    background: transparent url(/images/fonte/top_line.gif) left top;	
    height: 70px;
}

#head_menu #menu_items {
	
}
	

#head_menu #menu_items a {
	float: left;
	margin-top: 45px;
    margin-left: 30px;
	
}

#content_container {
	clear: both;
	min-height: 500px;
}

#content_menu {
	margin-left: 70px;
	width: 144px;
	float: left;
}

#content {
	padding: 20px;
	float: left;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}


#content table.form th {
	text-align: left;
	padding-right: 15px;
}

#content .article_date {
	color: #666666;
}


#footer {
    height: 44px;
    width: 100%;
    background-color: #cac8c9;
    border-top: 1px solid #7d7d7d;
}

#footer .footer_dots {
	padding-left: 50%;
}

#footer .footer_dots  img {
	padding-left: 80px;
	position: relative;
	top: -8px;
}
