@charset "UTF-8";
/* CSS Document */
body{
	color: #333;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
a{
color: #fff;
text-decoration: none;
}
a:hover{
color: #DFE44F;
}
p{
	margin: 0;
	padding: 5px;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#wrapper{
	width: 730px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.box{
}
.boxholder{
	clear: both;
	padding: 5px;
}
.tab{
	float: left;
	height: 42px;
	width: 364px;
	text-align: center;
	background-image: url(../tours/santos_images/images/tabs.jpg);
	background-repeat: no-repeat;
	background-color: #404500;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
}
.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 9px 0 0 0;
}

