body {
	margin: 0;
	background: #2c0000;
}
#central {
	width: 800px;
	height: 1593px;
	position:absolute;
	margin-left: -400px;
	left: 50%;
	border-left: 1px #6f3e3e solid;
	border-right: 1px #6f3e3e solid;
}
#subtitulo {
	left: 20px;
	top: 144px;
	position:absolute;
	z-index:50;
}
#subtitulo p {
	margin: 0 0 0 30px;
	font: 14px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	color: #6f3e3e;
}
#subtitulo a {
	font: 14px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	color: #6f3e3e;
}
#topo {
	width: 800px;
	height: 295px;
	background: url(../images/bck_01.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1
}
#garotadomes 
{
	top:15px;
	position: absolute;
	left: 570px;
	z-index:2;
	text-align: center;
}
#garotadomes span 
{
	margin-top:10px;
	font: 20px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	line-height:20px;
	color: #6f3e3e;
}
#garotadomes span.caption {
	font: 13px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6f3e3e;
	margin-top: 3px;
}
#meio {
	width: 800px;
	height: 355px;
	___background: url(../images/bck_02.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top: 280px;
	z-index: 2
}
#clique {
	position: absolute;
	top: 260px;
	left: 50px;
}
#clique p {
	font: 14px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #f1f1f1;
}
/* =========== THUMBNAILS =========== */
#thumbnails 
{
	top:660px;
	position:absolute;
	}
#thumbnails div
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
#thumbnails div img 
{
	width:175;
	height:260px;
	margin:0 40px 40px 40px;
	border:0px;
	}
	/* =========== THUMBNAILSTXT =========== */
#thumbnailstxt 
{
	top:660px;
	position:absolute;
	}
#thumbnailstxt div
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	}
/* =========== RODAPE =========== */
#rodape {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	text-align:center;
	font: 14px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	color: #6f3e3e;
}
#rodape a{
	font: 14px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	color: #6f3e3e;
}
/* =========== PAGINAS INTERNAS =========== */
#garota {
	position: absolute;
	top: 20px;
	left: 540px;
	width: 240px;
}
#garota p {
	font: 27px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	color: #a18e3f;
}
#garota p.caption {
	font: 13px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #a18e3f;
	margin-top: -18px;
}
#garota p.agencia {
	font: 16px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	color: #a18e3f;
	margin-top: 78px;
}
#intmeio {
	width: 800px;
	height: 355px;
	position: absolute;
	left: -5px;
	top: 285px;
	z-index: 10
}
#intmeio ul {
	width: 720px;
	margin: 0 0 0 50px;
	padding: 9px;
}
#intmeio ul li {
	list-style-type: none;
	display: inline;
}
#introdape {
	width: 800px;
	height: 250px;
	___background: url(../images/bck_03.jpg) no-repeat;
	position: absolute;
	left: 0px;
	top: 650px;
	z-index: 3
}
#introdape p {
	margin: 0 0 0 30px;
	font: 14px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	color: #6f3e3e;
	padding: 20px 0 0 24px;
}
#introdape a {
	font: 14px 'Trebuchet MS', Geneva, Arial, Helvetica, sans-serif;
	color: #6f3e3e;
}
/* =========== SLIDER =========== */
#slider {
	margin: 0 0 0 27px;
	padding:0;
	list-style:none;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
	width:748px;
	height:343px;
	overflow:hidden;
}
p#controls {
	margin:0;
	position:relative;
}
#prevBtn, #nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:44px;
	height:44px;
	position:absolute;
	left:30px;
	top:-200px;
}
#nextBtn {
	left:728px;
}
#prevBtn a {
	display:block;
	width:44px;
	height:44px;
	background:url(../images/btn_seta_esq.png) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:44px;
	height:44px;
	background:url(../images/btn_seta_dir.png) no-repeat 0 0;
}
