HTML, BODY {
	margin: 0px;
	padding: 0px;
	font: 12px Tahoma, Verdana, Sans-serif;
	color: white;
	background-color: #080808;
	height:100%;
	margin-top: 0px;
	margin-left: 0px;
}

A:link { color: #FFFFFF; text-decoration: none;}
A:visited { color: #FFFFFF; text-decoration: none;}
A:focus { color: #FFFFFF; text-decoration: none;}
A:hover { color: #FFFFFF; text-decoration: underline; }
A:active { color: #FFFFFF; text-decoration: none;}

#container {
	position: absolute;
	width: 1000px;
	height: 546px;
	left: 50%;
  	top: 50%;
    margin-left: -501px;
    margin-top: -271px;
}

.logotipo {
	position: absolute;
	left: 16px;
}

.youtube {
	position: absolute;
	top: 0px;
	left: 793px;
}

#menu {
	width: 220px;
	position: absolute;
	top: 191px;
	background-image: url("img/linha_menu.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu LI {
	text-align: right;
	line-height: 22px;
	font-size: 14px;
	padding: 0px 31px 0px 0px;
	margin: 0px;
	background-image: url("img/linha_menu.png");
	background-repeat: no-repeat;
	background-position: left top;
}

#menu .menu_link {
	background-image: url("img/dot-white.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 10px;
}

#menu .menu_link_active {
	background-image: url("img/dot-red.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 10px;
}

#contato {
	position: absolute;
	top: 428px;
	left: 15px;
	text-align: center;
}

#contato H3 {
	font-size: 18px;
	text-decoration: underline;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	padding: 0px;
}

#contato P {
	margin: 0px 0px 12px 0px;
}

#contato .telefone {
	background-image: url("img/ico_telefone.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 17px;
	line-height: 20px;
}

#contato .celular {
	background-image: url("img/ico_celular.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 17px;
	line-height: 20px;
}

#contato .email {
	background-image: url("img/ico_email.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 16px;
	line-height: 20px;
}

#contato .facebook {
	background-image: url("img/ico_facebook.png");
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 26px;
	line-height: 20px;
}

#content {
	position: absolute;
	width: 720px;
	height: 510px;
	top: 37px;
	left: 267px;
}

#legenda {
	z-index: 2;
	position: absolute;
	top: 453px;
	left: 13px;
}

#foto {
	text-align: center;
	width: 700px;
	z-index: 1;
}

.foto_border {
	padding: 10px;
	background-color: white;
}

.foto_no_border {
	padding: 10px;
}

#content #paginas {
	width: 100%;
	bottom: 0px;
	text-align: center;
}

#paginas UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#paginas LI {
	display: inline;
}

#leftNav {
	left: 13px;
	position: absolute;
	width: 368px;
	background-image: url("img/button-left.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

#rightNav {
	left: 50%;
	position: absolute;
	width: 348px;
	background-image: url("img/button-right.png");
	background-repeat: no-repeat;
	cursor: pointer;
}
