@charset "UTF-8";
/* 
CSS for Akumal-Getaway.com
author: Diana Simon
Date: 9/6/2010
filename: akgetaway.css
*/

body  {
	font: 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.5;
	color: #003366;
	background-color: #FF9900;	
}
a {
	color: #CC3300;
	text-decoration:none
}
h1 {
	text-align: center;
	font-size:20px;
	color: #CC3300;
}
h2 {
	font-size:15px;
	color: #336633;
}
h3 {
	font-size:15px;
	color: #003366;
}
ul {
	color: #003366;
	text-align:left;
	font-size: 17px;
}
ul a {
	color: #003366;
}
.twoColFixLt #container { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 2px solid #003366;
	text-align: left;
	background-image:url(images/pageBG.jpg);
	background-repeat: no-repeat
}
.twoColFixLt #navbar {
	margin: 0 0 0 209px;
}

.twoColFixLt #sidebar1 {
	float: left;
	width: 200px;
	margin: 150px 0 0 0;
	padding: 0 5px 15px 5px;
	text-align: center;
	line-height: 1.5
}
.twoColFixLt #sidebar2 {
	float: right;
	width: 200px;
	padding: 0 10px 15px 10px;
	text-align: left;
	line-height: 1.5
}
.twoColFixLt #mainContent { 
	width: 430px;
	margin: 0 0 0 220px;
	padding: 0 10px 15px 10px;
}
.twoColFixLt #mainContent table {
	border-top:dotted #FF9900;
	border-bottom:dotted #FF9900;
	vertical-align: top
} 