*{
	margin:0;
	padding:0;
}
body{
	font-size: 15px;
	font-family: "Calibri", "Trebuchet MS", "Georgia", "Verdana", sans-serif;
	margin-top:8px;
	background: #F1E4B2 url('images/bg.jpg') repeat-x top center;
	
}
p{
	margin-left:10px;
	margin-right:5px;
	text-indent: 30px;
	font-size: 15px;
	font-weight: normal;
	text-align: justify;
}
#header ul{
	list-style-type:none; 
}
#content ul{
	margin-left:40px;
	margin-top:20px;
}
a{
	text-decoration: underline;;
	color:gray;
}
a{
	font-size:xx-large;
	text-align: center;
	color: #000;
}
img{
	border:0;
}
h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	margin-left: 20px;
	margin-top: 20px;
	padding: 0;
	line-height: 1em;
	color:black;
}
h1 {
	text-align: center;
	font-size: 48px;
	padding: 20px 0 20px 0;
	margin: 0 20px 0 20px;
}

h2 {
	font-size: 38px;
	display: inline;
	text-align: center;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 18px;
	text-align: center;

}

h5 {
	font-size: 14px;
}
h6{
	font-size: 10px;
}

.demo ul{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
#wrapper{
	display:block;
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color: #eddd9e;
}
#header{
	display:block;
	width:960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
#logo{
	float:left;
	width:230px;
	background: #eddd9e url('images/sigla2.png') no-repeat center center;
	height:250px;
}
#slideshow{
	float:right;
	width:730px;
	height: 250px;
}
#navcontainer ul
{
position:relative;
float:left;
left:50%;
clear:both;
width:auto;
color: White;

}
#navcontainer {
height:35px;
	clear:both;
	display:block;
	width:100%;
	overflow:hidden;
	background:  url('images/background_buton.png') repeat top center;
	
	
}
#navcontainer ul li { display: inline;
position:relative;
float:left;
right:50%;
width:auto;
 }
#navcontainer ul li a
{
font-size:16px;
padding: 0.4em 1em;
height:35px;
color: White;
text-decoration: none;
float: left;
width:auto;
}
#navcontainer ul li .curent{
	text-decoration:none;
	
	font-weight:bold;
}
#navcontainer ul li a:hover
{
text-decoration:none;
color: black;
	background-color: #eddd9e;

}
#content{
	clear:both;
	width:960px;
	height:auto;
	overflow:hidden;
	background-color:#eddd9e;
}
#content img{
	border:3px solid #F1E4B2;
}
#left{
	float:left;
	width:590px;
	height:auto;
	font-weight: bold;
	color: #000;
}
#right{
	float:right;
	width:360px;
	height:auto;
}
#footer{
	clear:both;
	width:960px;
	height:100px;
	background:url('images/bg.jpg') repeat top center;
	color:#ddd;
}
table{
	margin-left:60px;
}
#footer #left{
	margin-left:10px;
}
