#wrapper {
	width: 960px;
	margin: auto;
}

/* MEDIDA DE BASE: 720PX */
#site_top {
	width: 960px;
	margin: auto;
	display: block;
	float: left;
	clear: both;
}

#site_bottom {
}

.col_esquerda {
	width: 240px;
	margin: auto;
	display: block;
	float: left;
}

.col_direita {
	width: 720px;
	min-height: 580px;
	margin: auto;
	display: block;
	float: right;
}

/* MENU */
.logo {
	width: 240px;
	height: 240px;
	background: transparent url('../img/logo.png');
	margin: auto;
	margin-bottom: -10px;
	display: block;
	float: left;
	clear: both;
}

.menu_top {
	width: 240px;
	height: 20px;
	background: transparent url('../img/menu.top.png');
	margin: auto;
	display: block;
	float: left;
	clear: both;
}

.menu_meio {
	width: 240px;
	color: #407184;
	background: transparent url('../img/menu.meio.png');
	font-family: MinionProMedium, Times New Roman, Times, Garamond, Palatino, Serif;
	text-align: left;
	margin: auto;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	float: left;
	clear: both;
}

.menu_bottom {
	width: 240px;
	height: 20px;
	background: transparent url('../img/menu.bottom.png');
	margin: auto;
	display: block;
	float: left;
	clear: both;
}

.menu_meio * {
	font-family: MinionProMedium, Times New Roman, Times, Garamond, Palatino, Serif;
}

.menu_link {
	width: 160px;
	color: #685f56;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 22px;
	margin: auto 20px;
	padding: 0 20px;
	display: block;
	float: left;
	clear: both;
}

.menu_link:hover {
	color: #a89f96;
}

.colored {
	color: #780310 !important;
}

.menu_link_spacer {
	width: 200px;
	height: 2px;
	background: transparent url('../img/spacer.png') center;
	margin: auto 20px;
	display: block;
	float: left;
	clear: both;
}

.menu_link_div {
	width: 200px;
	height: 5px;
	background: transparent url('../img/divisor.png') center;
	margin: auto 20px;
	display: block;
	float: left;
	clear: both;
}

.menu_meio span {
	width: 240px;
	font-family: MinionProItalic, Times New Roman, Times, Garamond, Palatino, Serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	margin: auto;
	padding: 0;
	display: block;
	float: left;
	clear: both;
}

.menu_meio span div {
	width: 160px;
	text-align: left;
	margin: auto 40px;
	margin-top: 10px;
	padding: 0;
}

.menu_meio span div span {
	width: 160px;
	font-size: 13px;
	text-align: left;
	margin: auto;
	padding: 0;
	float: left;
	clear: both;
}

/* DIREITA */
.direita_top {
	width: 700px;
	min-height: 120px;
	color: #c3996b;
	font-size: 60px;
	text-align: left;
	line-height: 80px;
	margin: auto;
	padding: 0 20px;
	padding-top: 20px;
	display: block;
	float: left;
	clear: both;
}

.direita_top .before {
	font-size: 36px;
	display: inline-block;
	vertical-align: super;
}

.direita_top .after {
	font-size: 36px;
	display: inline-block;
	vertical-align: baseline;
	padding-top: -10px;
}

.conteudo {
	width: 700px;
	font-size: 14px;
	letter-spacing: 1px;
	margin: auto;
	padding: 0;
	padding-left: 20px;
	display: block;
	float: left;
	clear: both;
	position: relative;
}

.spacing p {
	line-height: 160%;
}

.conteudo h1 { font-size: 2.2em; }
.conteudo h2 { font-size: 1.8em; }
.conteudo h3 { font-size: 1.6em; }
.conteudo h4 { font-size: 1.6em; }
.conteudo h5 { font-size: 1.4em; }
.conteudo h6 { font-size: 1.2em; }

.conteudo a {
	color: #407184;
}

.home_content {
	color: #407184;
	font-family: Times New Roman, Times, Garamond, Palatino, Serif;
	font-size: 22px;
	font-style: italic;
	margin: auto 20px;
	margin-top: 50px;
}

.home_image {
	margin: auto;
	display: block;
	float: left;
	clear: both;
	position: absolute;
	top: 0;
	right: 0;
}

.block_special {
	width: 960px;
	height: 640px;
	margin: auto;
	display: block;
	float: left;
	clear: both;
}

/* RODAPÉ */
.rodape_menu {
	width: 960px;
	border-top: 10px solid;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin: auto;
	display: block;
	float: left;
	clear: both;
}

.rodape_menu span {
	color: #407184;
	text-transform: uppercase;
}

.rodape_menu a {
	color: #685f56;
	text-decoration: none;
}

.rodape_menu_link {
	color: #780310;
	text-decoration: none;
}

.rodape_menu_link:hover {
	color: #780310;
	text-decoration: underline;
}

.rodape_special {
	width: 960px;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin: auto;
	display: block;
	float: left;
	clear: both;
}

.rodape_special span {
	color: #407184;
	text-transform: uppercase;
}

.rodape_special a {
	color: #685f56;
	text-decoration: none;
}

.rodape_special_link {
	color: #780310;
	text-decoration: none;
}

.rodape_special_link:hover {
	color: #780310;
	text-decoration: underline;
}

.inactive {
	color: #b8afa6 !important;
}

.event_link {
	color: #685f56 !important;
	text-decoration: none;	
}

.event_link:hover {
	color: #a89f96 !important;
	text-decoration: underline;
}

.back {
	font-weight: bold;
	text-decoration: none;	
}

.back:hover {
	text-decoration: underline;
}