@charset "UTF-8";
body  {
	background: #faf2e4 url(assets/SandWhtShadoBk.jpg) repeat-y center top;
	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: #0e2f65;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
#container  {
	width: 870px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	text-align: center;
	padding: 0;
} 
#header  {
	background: #fff url(assets/LoversBchPts09/LovBchBkgrndTOP.jpg) no-repeat;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 174px;
	text-align: center;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #947B53 url(assets/LoversBchPts09/LovBchBkgrndLft.jpg) no-repeat; /* padding keeps the content of the div away from the edges */
}
#content-nav {
	margin: 130px 0 15px 0;
	padding: 0;
	text-align: left;
	}
#content-nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#content-nav a {
	display: block;
	margin: 0;
	padding: 8px 10px 8px 30px;
	text-decoration: none;
	font-size: 110%;
	color: #ffffff;
	border-top: 1px solid #E9D7CA;
	border-left: 10px solid #A75F2E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: oblique;
	font-weight: bold;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #666666;
	}
#content-nav a:hover {
	color: #acdee6;
	border-bottom: 1px solid #21578a;
	border-left: 10px solid #21578a;
	}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 40px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #5B3D23 url(assets/LoversBchPts09/LovBchBkgrndRt.jpg) no-repeat;
}
#mainContent  {
	margin: 0 42px 0 202px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	background: url(assets/LosCabosSunYelBg.gif) no-repeat right 97%;
	padding: 0;
} 
#mainContent img {
	padding: 0px 15px 5px 0px;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 145%;
	font-style: oblique;
	color: #1c7ecd;
	padding: 0 30px;
	margin: 0;
}
#mainContent p {
	line-height: 1.8em;
	color: #0e2f65;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
}
#mainContent ul {
	line-height: 140%;
	width: 80%;
	margin-left: 30px;
}
#mainContent li {
	line-height: 120%;
	padding-bottom: 15px;
	list-style-image: url(assets/BulletSQBlu.jpg);
}
#mainContent ul li a:link {
	color: #195AA6;
}
#mainContent ul li a:visited {
	color: #7197B4;
}
#mainContent ul li a:hover {
	color: #0E2F65;
}
#footer  {
	background:#ddcdac;
	clear: both;
	text-align: center;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 20px 50px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 80%;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.specialLink {
	color: #1C7ECD;
}
#content-nav .deal {
	font-style: italic;
	color: #F7D066;
}

