/* GERAL */
* {
	padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	@font-weight:bold; */
}

a{
	text-decoration:none;
}

a:visited{
	color:#F00;
}

body {
	background-color:#dddce8;
}

h1 {
	font-size:16px;
}

.small{
	font-size: 10px;
}

#geral {
	position:absolute;
	left:50%;
	margin-left:-490px;
	width:980px;
/*	border-top:1px solid #000; */
	border-left:1px solid #000;
	@padding-bottom:20px;
	margin-top:-15px;
	@margin-top:0;
}

#topo {
	height:136px;
	width:980px;
	background-image: url(../img/topo.gif);
	background-repeat: no-repeat;
}

#topo-img {
	height:85px;
	width:192px;
	background-image: url(../img/topo_img.jpg);
	position:relative;
	float:right;
	top:13px;
}

#topo-headline {
	position:absolute;
	top:105px;
	left:5px;
}

#topo-headline a {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	@font-weight: normal;
	text-align:center;
	color:#EE8800;
}

#topo-headline a:hover {
	color:#FFFFFF;
}

#menu {
	float:left;
	height:580px;
	width:158px;
	background-image: url(../img/menu.gif);
	background-repeat:no-repeat;
}

#menu-texto li {
	position:relative;
	right:16px;
	top:38px;
	text-align:right;
	list-style-type:none;
	line-height:23px;
	@line-height:24px;
}

#menu-texto li a {
	font-family: Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight: bold;
	@font-weight: normal;
	color:#FF9900;
}

#menu-texto li a:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size:16px;
	font-weight: bold;
	@font-weight: normal;
	color:#FFFFFF;
}

#container {
	width:790px;
	float:left;
}

#titulo {
	position:relative;
	width:790px;
	height:153px;
	background-image: url(../img/titulo.gif);
	background-repeat:no-repeat;
	/* background-color:#ff0; */
	z-index:2;
}

#titulo-texto {
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-size:30px;
	font-weight: normal;
	/* padding: 25px 30px; */
	color:#FF9900;
	position:relative;
	top: 25px;
	left: 30px;
	font-variant: small-caps;
}

#branco {
	position:relative;
	width:790px;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	z-index:1;
	padding-bottom:20px;
	@padding-bottom:0px;
}

#conteudo {
	position:relative;
	width:720px;
	min-height:55px;
	@min-height:80px;
	left:15px;
	margin-top:-70px;
	/* background-color: #FFF; */
	padding:10px 20px 30px 20px;
	@padding-bottom:0px;
	z-index:3;
	clear:both;
}

#borda {
	position:relative;
	float:right;
	height: 143px;
	width: 181px;
	margin-top:-103px;
	@margin-top:-123px;
	@bottom:-20px;
	background-image: url(../img/borda.gif);
	background-repeat:no-repeat;
	z-index:2;
}

#placeholder {
	clear:both;
}

#copyrights {
	clear:both;
	padding-top:10px;
	@padding-top:30px;
	padding-right:20px;
	padding-bottom:5px;
	text-align:right;
	font-size:10px;
	color:#888793;
}

/* PÁGINAS INTERNAS COM BARRA LATERAL */

#texto {
	float:left;
	width:500px;
}

#barraLateral {
	float:right;
	width:165px;
	/* border: 1px #000 solid; */
	margin-top:-30px;
}

#barraLateral li {
	position:relative;
	left:-20px;
	top:-7px;
	list-style-type: none;
	padding-top:7px;
	padding-bottom:7px;
	padding-left: 20px;
	border-top: 1px dashed #999;
}

.data {
	font-weight: bold;
}

#barraTitulo {
	font-family: Verdana, Arial, sans-serif;
	font-style: italic;
	font-size:24px;
	font-weight: normal;
	color:#FF9900;
	position:relative;
	top: 3px;
	left: -8px;
	font-variant: small-caps;
	height:60px;
	padding-top:5px;
	padding-left: 13px;
	background-image: url(../img/news.gif);
	background-repeat: no-repeat;
}


/* GALLERY.PHP */

#galeria {
	width:720px;
}

#galeria a {
	font-family: Verdana, Arial, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	color:#EE8800;
}

.slot {
	position:relative;
	/*left:30px;*/
	padding:2px;
	width:110px;
	height:150px;
	margin:15px;
	margin-bottom:20px;
	float:left;
	text-align:center;
/*	border: 1px solid #000000; */
}

.slot img {
	vertical-align:center;
	border:3px solid #000000;
	margin-bottom:5px;
}

#placeholder-gallery {
	clear:both;
	height:20px;
}

/* VIEW.PHP */

#viewGallery{
	text-align:center;
}

#viewGallery h1{
	color:#EE8800;
	font-size:24px;
	font-variant: small-caps;
}

/* CPANEL */

#cpanelTable th {
	border:1px #ddd solid;
	padding:5px;
}

#cpanelTable th img {
	border:0;
}