/* Core CSS */
body {
	margin: 0px;
	color: #635027;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #000;
	background-image: url(/images/back.jpg);

	font-style: normal;
	font-size: 12px;
	line-height: 1.3em;
}

html, body {
margin: 0;
padding: 0;
}
 
* {
margin:0px auto;
padding:0;
}


A { text-decoration:none }
a:link {
	color: #9A5901;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #9A5901;
	font-weight: normal;
}
a:hover {
	color: #2478AA;
}
a:active {
	color: #9A5901;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

h1 span, h2 span, h3 span, h4 span, h5 span {
	float: right;
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
}

h1 {
	margin-bottom: 1px;
	padding: 0px 6px;
	color: #FFD100;
}

h2 {
	padding: 0px 10px;
	margin-bottom: 5px;
}
hr {
	border: 1px solid #363636;
	margin-top: 15px;
	clear: both;
}

img, img a {
	border: 0;

}
img a:hover {
	border: 0px solid #fff;
}

li.leaf, li.collapsed, li.expanded {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
}

ul {
  list-style-image: none;
  list-style: none;
  list-style-type: none;
}
ul#menu a{
	display:block;
	width:166px;
	height: 34px;
	padding-left:20px;
	padding-top:3px;
    }
	
ul#menu a:hover{
background-image: url(../images/mbg.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
padding-left:20px;
padding-top:3px;
    }  
	
.home{
	padding-left:30px;
	padding-top:8px;
    }  
.agenda{
	padding-left:30px;
	padding-top:8px;
    } 
.foto{
	padding-left:30px;
	padding-top:8px;
    } 
.bar{
	padding-left:30px;
	padding-top:8px;
    } 
.rad{
	padding-left:30px;
	padding-top:8px;
    } 	
.contact{
	padding-left:30px;
	padding-top:8px;
    } 	
	
	

#menu a:hover,
  .home #menu #home a,
  .agenda #menu #agenda a,
  .foto #menu #foto a,
  .bar #menu #bar a,
  .rad #menu #rad a,
  .contact #menu #contact a {
	background-image: url(../images/mbg.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #FDF5E8;
}

.copyright{
	margin: 0px;
	color: #d7d2cb;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 1.3em;
}
.copyright a:link {
	color: #b5b0aa;
	font-weight: normal;
	text-decoration: none;
}
.copyright a:visited {
	color: #b5b0aa;
	font-weight: normal;
}
.copyright a:hover {
	color: #d7d2cb;
}
.copyright a:active {
	color: #b5b0aa;
	font-weight: normal;
}
