* {
	margin: 0px;
	padding: 0px;
}

body {

	color: #000;
	background: #fff url("images/background.jpg") no-repeat;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;

}


.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}

#body_wrapper {
	margin: 0px auto;
	width: 789px;
	color: inherit;
	background-color:#CCCCCC;
	text-align: left;
}

#top {
	margin: 0px 1px;
	width: 787px;
}

/*corpo de conteudo*/
#page_content_1 {
    margin: 0px 1px;
	width: 787px;
	color: inherit;
	background:#00528e url('images/sidebar_box1_bg.jpg') repeat-y;
}




#page_content_2 {
    margin: 0px 1px;
	width: 787px;
	color: inherit;
	background:#003366 url('images/sidebar_box2_bg.jpg') repeat-y;
}


/* Page Footer */

#page_footer {
    margin: 0px 1px;
	width: 787px;
	color: #fff;
	background:#de254f url('images/footer_bg.jpg') no-repeat 0% 100%;
	font-weight: bold;
}

#page_footer a {
	color: #fff;
	background-color: inherit;
}

#page_footer a:hover {
	color: #f69689;
	background-color: inherit;
}

#page_footer_box {
	padding: 5px 10px 7px 180px;
}

#page_footer_box p {
	padding: 2px 0px 3px;
}


/* Footer Links */

#footer_links {
	padding: 10px 0px 6px;
}

#footer_links li {
	float: left;
	background: url('images/footerlinks_div.gif') no-repeat 100% 50%
}

#footer_links li a {
	display: block;
	padding: 0px 17px 0px 2px;
	text-decoration: none;
}

#footer_links li#firstlink a {
	padding-left: 0px;
}

#footer_links li#lastlink {
	background-image: none;
}

