@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial;
	font-size:12px;
}


img { border: none }

a {
	cursor: pointer;
	color: #dd4b23;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {line-height: 160%; padding:0; margin: 10px 0 10px 0;}

h2 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

#site {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 970px;
	height: 156px;
	position: relative;
	display: table;
}

#logo {
	margin-top: 20px;
}

#content-top {
	width: 970px;
	height: 13px;
	background: url(bg-content-top.png) left top no-repeat;
}

#content-bottom {
	width: 970px;
	height: 13px;
	background: url(bg-content-bottom.png) left top no-repeat;
}

#content {
	width: 952px;
	background: url(bg-content.png) left top repeat-y;

	padding: 0 9px 0 9px;
}

#content:after { 
content:".";
display:block;
clear:both;
visibility:hidden;
height:0;
overflow:hidden;
}  

#content #left {
	width: 220px;
	padding: 15px;
	float: left;
}




#left a.seta {
	padding-left: 12px;
	background: url(ico-box-left.png) left 2px no-repeat;
	color: #e77817;
}

#right {
	width: 653px;
	float: left;
	margin-left: 30px;
	margin-top: 30px;
}

#right h1 {
	width: 622px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	background: url(h1.png) left top no-repeat;
	padding: 0 10px 0 10px;
	display: block;
	margin: 0 0 20px 0;
}

#right-left {
	width: 100%;
	float: left;
}


#right-left h2 {
	margin: 0;
	padding: 0;
}

#right-left h2 a {
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	color: #e77817;
	display: block;
	margin: 20px 0 10px 0;
}

#right-left a.seta {
	padding-left: 12px;
	background: url(ico-right-left.png) left 2px no-repeat;
	color: #e77817;
}

#right-right {
	width: 220px;
	float: left;
	margin-left: 30px;
}

#right-right h1 {
	width: 220px;
	line-height: 40px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fff;
	background: url(header-right-right.png) left top no-repeat;
	padding: 0 10px 0 10px;
	display: block;
	margin: 0 0 20px 0;
}

#right-right h2 {
	margin: 0;
	padding: 0;
}

#right-right h2 a {
	font-weight: bold;
	font-size: 16px;
	padding: 0;
	color: #e77817;
	display: block;
	margin: 20px 0 10px 0;
}

#right-right a {
	color: #dd4b23;
}

a.seta {
	padding-left: 12px;
	background: url(ico-right-right.png) left 2px no-repeat;
	color: #dd4b23;
}

#footer {
	text-align: center;
}




