@charset "UTF-8";

body {
	color: #666666;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	background: #ECECEC;
}
h1#logo{
	height: 176px;
	margin: 0 7px 30px 7px;
	background: url(../images/logo.jpg) no-repeat;
}
h1#logo img{
	position: relative;
	left: 80px;
	top:68px;
}
p,dt,dd {
	line-height: 1.5;
}
#wrapper {
	width: 786px;
	margin: 40px auto;
	padding-top: 7px;
	background: #FFFFFF;
}

.section {
	float:left;
	display:inline; /* for MINIE6 */
	width: 350px;
	margin: 0 0 30px 30px;
}

.section h2 {
	margin-bottom: 6px;
	font-size: 20px;
	font-family: arial bold, ms gothic;
	text-align: center;
}

.section p {
	margin-bottom: 10px;
	font-size: 15px;
	width: 350px;
	text-align: center;
}

.section dd {
	margin-bottom: 10px;
	border-bottom: 1px solid #ECECEC;
}	
.outros {
	float:left;
	display:inline; /* for MINIE6 */
	width: 685px;
	margin: 0 0 30px 30px;
}

.outros h2 {
	margin-bottom: 6px;
	font-size: 15px;
	font-family: arial bold, ms gothic;
}

.outros p {
	margin-bottom: 10px;
	font-size: 10px;
	text-align: right;

}


#copyright {
	clear:both;
	width: 100%; /* for WinIE6,7*/
	padding-top: 28px;
	text-align: center;
	background: url(../images/copyright_bg.gif) left bottom no-repeat;
	
}
