@charset "utf-8";
/* CSS Document */
	
}	

#brand {
   margin:0 0 0 0;
   padding:0;
   background-position:center;
   position:static;
   }
#brand h1 {
   margin:0;
   padding:0;
   color:#CCCCCC;
   }
#brand h1 span {
   display:none;
   }
#brand h1 a {
   width:600px;
   height:115px;
   background:url('http://www.castillodepavones.com/images/logo.gif') no-repeat;
   display:block;
   cursor:pointer;
   }
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#690200;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFF;
	font-size:12px;
}
.oneColElsCtr #container {
	width: 720px;
	background:#c9c3ac;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

/*Rates Page*/
p, td, th {
	font:1em Arial, Helvetica, sans-serif;
}
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 80%;
}
.datatable td {
	border: 1px solid #D6DDE6;	
	padding: 4px;
}
.datatable th {
	border: 1px solid #828282;
	background-color: #BCBCBC;
	font-weight: bold;
	text-align: left;
	padding-left: 4px;
}
.datatable caption {
	font: bold 0.9em Arial, Helvetica, sans-serif;
	color: #33517A;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 8px;
}
.datatable tr.altrow {
	background-color: #DFE7F2;
	color: #000000;
}
header_text {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#690200;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#FFF;
	font-size:12px;
}
.main_text {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #FFF;
}
.nav_text {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #FF0;
	text-align: center;
}
.head_text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
}
.bullets {
	color: #FFF;
	font-size: 14px;
}
.pic {
	float: right;
}
.main_textblack {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	color: #000;
}
