/*

{
	width:;
	height:;
	background:;
	color:;
	border:;
	font-family:;
	font-size:;
	font-weight:;
	text-decoration:;
	text-align:;
	text-indent:;
	line-height:;
	vertical-align:;
	margin:;
	padding:;
	display:;
	float:;
	clear:;
	position:;
	z-index:;
}

*/

/* WRAPPER GERAL */
#wrapper_externo {
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	left: 0px;
	overflow: visible;
}

/* WRAPPER INTERNO */
#wrapper_interno {
	width: 780px;
	height: 580px;
	background: #ffffff;
	text-align: justify;
	margin: auto;
	margin-left: -390px;
	display: table;
	position: absolute;
	top: -290px;
	left: 50%;
}

/* CABEÇALHO WEBSITE */
.website_header {
	width: 760px;
	height: 80px;
	background: #eeeeec;
	margin: 10px;
	display: block;
	float: left;
	clear: both;
	position: relative;
}

/* CONTEÚDO DO WEBSITE */
.website_content {
	width: 760px;
	height: 470px;
	text-align: justify;
	margin: auto;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	float: left;
	clear: both;
	position: relative;
}

/* COLUNA DA ESQUERDA */
.website_leftcol {
	width: 200px;
	height: 260px;
	background: #eeeeec;
	text-align: justify;
	margin: auto;
	margin-right: 10px;
	display: block;
	float: left;
	position: absolute;
	top: 90px;
	left: 10px;
}

/* COLUNA DA DIREITA */
.website_rightcol {
	width: 550px;
	height: 260px;
	background: #eeeeec;
	text-align: justify;
	margin: auto;
	display: table;
	float: left;
	position: absolute;
	top: 90px;
	left: 0;
}

/* COLUNA DA ESQUERDA */
.website_leftcol_home {
	width: 200px;
	height: 260px;
	background: #eeeeec;
	text-align: justify;
	margin: auto;
	margin-right: 10px;
	display: block;
	float: left;
	position: relative;
}

/* COLUNA DA DIREITA */
.website_rightcol_home {
	width: 550px;
	height: 260px;
	background: #eeeeec;
	text-align: justify;
	margin: auto;
	display: block;
	float: left;
	position: relative;
}

/* FLASH DA HOME WEBSITE */
.content_flash_home {
	width: 760px;
	height: 200px;
	background: #d7e7ff;
	margin: auto;
	margin-bottom: 10px;
	display: block;
	float: left;
}

/* FLASH DAS PÁGINAS DO WEBSITE */
.content_flash_page {
	width: 200px;
	height: 200px;
	background: #d7e7ff;
	margin: auto;
	display: block;
	float: left;
}
