#Wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	}

#Canvas {
	position: relative;
	width: 780px;
	height: auto;
	margin: 0 auto 10px;
	padding: 0 0 10px;
	background-color: white;
	text-align: left;	}

#Header {
	position: relative;
	top: 0;
	left: 0;
	width: 780px;
	height: 180px;
	background-color: white;	}

#Logo {
	position:absolute;
	left:15px;
	top:15px;
	width:145px;
	height:106px;
	background: url(../../imgs/bg_Logo.png) 0 0 no-repeat;	}

#Logo h1 {
	position:absolute;
	left: 7px;
	top: 7px;
	margin: 0;
	padding: 0;	}

#HeaderBanner {
	position:absolute;
	left:175px;
	top:15px;
	width:590px;
	height:106px;	}

#HeaderMenu {
	position:absolute;
	left:15px;
	top:134px;
	width:735px;
	height:45px;
	padding: 0 10px;
	font-size: 1.3em;
	line-height: 45px;
	background: url(../../imgs/bg_Menu.png) 0 0 no-repeat;
	color: #white;	}

#HeaderMenu a {
	display: block;
	margin: 10px 18px 0;
	padding: 2px 2px 3px;
	width: auto;
	float: left;	}

#HeaderMenu a:link,
#HeaderMenu a:visited {color: white;
	filter: Alpha(Opacity=80);
	moz-opacity: 0.80;
	opacity: 0.80;	}

#HeaderMenu a:hover,
#HeaderMenu a:active {
	filter: Alpha(Opacity=100);
	moz-opacity: 1;
	opacity: 1;	}

#HeaderMenu .QuickAccess {
	float: right;
	height: 43px;
	line-height: 43px;
	margin: 9px 3px 0 5px !important;	}

#HeaderMenu .QuickAccess form {
	margin: 0;
	padding: 0;	}

#HeaderMenu .QuickAccess form select,
#HeaderMenu .QuickAccess form label {
	margin: 10px 0;
	vertical-align: middle;	}

#Content {
	position: relative;
	left: 15px;
	width: 765px;
	margin: 15px 0;
	background: white;
	color: #433c3a;	}

#Footer {
	position: relative;
	left: 15px;
	width: 755px;
	margin: 15px 0 0;
	height: 35px;
	clear: both;
	background: url(../../imgs/bg_FooterMenu.png) 0 0 no-repeat;	}

/* **** Estrutura do Conteudo **** */
#ContentPane, #LeftPane, #RightPane, #ContentFooter {
	position: relative;	}

#ContentPane { /* Tamanho padrão para página inteira de conteudo (auto - full), caso use algum outro *Pane, deve ser definido no css referente a seção */
	float: left;
	padding: 0;	}

/* Cabeçalho do Conteudo */
/*#SubMenu {
	position: absolute;
	bottom: 0;
	width: 550px;
	height: 22px;
	padding: 0 10px;
	color: white;
	line-height: 22px;
	background-color: #da251c;	}

#SubMenu a {
	color: white;
	}

#InternalNav {
	float: left;	}
#GlobalNav {
	float: right;	}*/

/* Rodape */
#FooterMenu {
	position: absolute;
	top: 8px;
	left: 10px;
	font-size: 1em;
	color: #C4DF99;	}

#FooterMenu a:link,
#FooterMenu a:visited {
	color: black;
	text-decoration: none;	}
#FooterMenu a:hover {
	color: black;
	text-decoration: underline;	}

.FtCornerLE,
.FtCornerLD {
	position: absolute;
	bottom: 0;
	width: 7px;
	height: 7px;	}
.FtCornerLE {
	left: 0;
	background: url(../../imgs/img_footer-corner_inf_le.png) 0 0 no-repeat;	}
.FtCornerLD {
	right: 0;
	background: url(../../imgs/img_footer-corner_inf_ld.png) 0 0 no-repeat;	}

#Owner {
	position: absolute;
	top: 9px;
	right: 15px;
	font-size: 0.90em;
	color: black;	}

#Producer {
	position: absolute;
	right: 5px;
	bottom: -20px;
	font-size: 0.8em;
	color: white;
	filter: Alpha(Opacity=80);
	moz-opacity: 0.8;
	opacity: 0.8;	}

#Producer a {
	color: white; }