/*RESET*/
* {
	margin:0; padding:0;}
	
a {color:#FFFFFF; }	

.indented a, .ancla a{color:#b9440d;}
	
body {
	background-color: #114152; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#b9440d;}
		
#wrapper, div.tab-div {
	background: #b2a998 url(../images/bg.jpg) repeat-y; 
	width:750px; 
	margin: 0 auto;}
	
#content, .content {
	padding: 15px 25px 0 25px; min-height: 280px;}	
	
#footer {
	background:url(../images/footer.jpg) no-repeat; height: 100px; clear:both;}

.separador {
	padding: 1em; border-bottom: #b9440d solid 2px;}
	
.separador img {
	margin-top: -5px;}	
	
.footer { 
	padding: 45px 20px 0 20px; 
	font-size: .8em;}
	
.float_r {
	float:right; padding: 0 0 15px 15px;}
	
.float_l {
	float:left; padding: 0 15px 15px 0;}		
	
#tab-container, div.tab-div {
	width:750px; 
	height:38px; 
	margin:0 auto;}
	
#navbar li{
	position: relative;
	float: left;
	background: url(../images/btn_bg.jpg) no-repeat bottom;
	white-space: nowrap;
	display: block;
	width: 125px;
	height: 38px;
	margin: 0;
	padding: 0;
	list-style: none;}

#navbar a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 125px;
	height: 38px;
	text-decoration: underline;
	text-align:center;
	color:#FFFFFF;
	font-size: 1.2em;
	overflow:hidden;/* for ie to hide extra height*/}

#navbar a:hover {
	float: left;
	background: url(../images/btn_bg.jpg) no-repeat center;
	display: block;
	width: 125px;
	height: 38px;}

#navbar .selected {
	background: url(../images/btn_bg.jpg) no-repeat center;
	width: 125px;
	height: 38px;
}

#navbar span {
	position: relative;
	top: 9px;
	text-align: center;
	width: 125px;
	cursor: pointer;
	float:left; 
	font-size: .9em;}
			
.indented {
	padding-left: 20pt; padding-right: 50pt;}
	
.ancla { font-size: .8em; float:right;}
