﻿@charset "utf-8";
/* CSS Document inicio em 19 de setembro de 2009*/


/*Alinhamento do layout*/

body {
	background-image:url(../images/background.jpg);
	background-color:#1C1202;
	background-attachment:fixed;
	background-position: top;
	background-repeat:no-repeat;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:13px;
	color:#FFFFFF;
	}

#wrap {
	width:705px;
	margin:auto;
	background-color:#DEB30D;
	height:auto;

	filter:alpha(opacity=80); /* para o IE */
     -moz-opacity:0.8; /* para o FireFox */
     opacity:0.8; /* para o outros Navegadores */

	}

#header-top {
	width:705px;
	height: 10px;
	background-image:url(../images/header-top.jpg);
	background-repeat:no-repeat;
	}

#header {
	padding: 0px 10px 0 10px;
	}

#header-right {
	width:456px;
	float: right;
	background-color:#DEB30D;
	}

/* navigation */
#nav {
	width:100%; float:left;
	}
	
#nav ul {
	margin:0; list-style:none;
	padding: 0;
	}

#nav li {
	float:left;
	color: #FFF;
	margin:0;
	text-align:center;
	/*padding:0 0 0 9px;*/
	width:93px;
	height:39px;
	padding-right:1px;
	}

#nav li a {
	float:left;
	display:block;
	color:#fff;
	width:93px;
	height:27px;
	text-decoration:none;
	font-weight: bold;
	padding-top:11px;
	/*border-bottom:1px #DEB30D solid;*/ 
	background: url(../images/btn.jpg) no-repeat 100% 0px;
	background-color:#282828;
	}
	
#nav a:hover {
	text-decoration:underline;
	/*border-bottom:1px #282828 solid;*/
	}

#nav li#current a {
	border-bottom:1px #282828 solid;
	}

#newsticker {
	width:457px;
	height:66px;
	line-height:32px;
	font-weight:bold;
	float: right;
	background-color:#282828;
	}

#newsticker a{
	color:#FFFFFF;
	text-decoration:underline;
	}

#newsticker a:hover{
	text-decoration:none;
	}
#logo {
	float: left;
	width: 228px;
	height: 105px;
	background-image:url(../images/logo-top.jpg);
	background-repeat:no-repeat;
	background-color:#282828
}

#logo a img {
	border:none;
	padding:15px;
}

#conteudo {
	background-color:#282828;
	color:#fffff;
	margin: 0px 10px 0 10px;
	padding:0px 30px 30px 30px ;
	height:auto;
	width:625px;

	clear:both;
	float:left;
}
	
#center {
	float: left;
/*	width: 655px;*/
	text-align:center;
	color:#FFFFFF;
	}

#center img {
 	margin:5px;
	border: 3px #282828 solid;
	}

#center p{
	text-indent:10px;
	margin:5px 0px 5px 0px;
	}

#center a img {
	border: 3px #FFFFFF solid;
	}
	
#center a:hover img {
	border: 3px  #FFCC00 solid;
	}

#icon_folder {
	background-image:url(../images/foldericon.jpg);
	height:77px;
	width:90px;
	float:left;
	padding: 20px 20px 0px 0px;
	background-position:right;
	background-repeat: no-repeat;
	}

#footer {
	clear:both;
	padding:10px 10px 10px 30px;
	color:#000000;
	font-weight:bold;
	color:#282828;
	line-height:30px;
	}

#footer a {
	color:#282828;
	text-decoration:underline;
	}

#footer a:hover {
	text-decoration:none;
	}

#footer img {
	margin-right:8px;
	float:left;
	}

#footer p {
	margin:0px;
	padding:0px;
	}
