html, body, h1, h2, h3, h4 {

	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #ff4800;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #0d5f8f url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #565656;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
position: relative;
}
#left {
 position: absolute;
 top: 0;
 left: 0;
 width: 268px;
}
#right {
 position: absolute;
 top: 0;
 left: 268px;
 width: 632px;
}

/** Left **/
#left {
 background: url(images/teri-champigny-aruba-travel-tips.jpg) no-repeat;
 padding-top: 30px;
}
#left h1 {
 text-align: center;
 font: 28px verdana, serif;
 color: #6C0505;
 height: 709px;
}
#copyright {
 color: white;
}
#copyright p {
 margin: 0 1em 0.5em 1em;
}

/** Right **/
#nav {
 background: url(images/aruba-header.jpg) no-repeat;
 height: 108px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 20px;
}
#nav li {
 float: left;
 border-right: 1px solid #7ca9c6;
 padding: 50px 10px 9px 10px;
 list-style: none;
 text-align:center;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #FFFFff;
 font: 10px "Trebuchet MS", Verdana, Arial, sans-serif;
 font-weight: normal;
 text-decoration:none; 
 text-align:center;
}
#nav a:hover {
 color: #ffff00;
}
#nav .selected {
	border-bottom:3px solid #0099CC;
}

/** Body **/
#body {
 background: url(images/aruba-body-bground.jpg) repeat-y;
 font:Verdana, Arial, Helvetica, sans-serif 12px;
/* line-height:19px; */
 text-align:justify;
}
#body-top {
 background: url(images/aruba-body-bground-top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(images/aruba-body-bground-bot.jpg) no-repeat;
 padding: 36px 29px 19px 23px;
}

#body p{
	margin:0 0 8px 0;
}
#body h1 {
 font: 24px Georgia, "Times New Roman", Times, serif;
 color:#2277ad;
 margin-bottom:10px;
 text-align:right;
 margin-top:0;
}
#body h2 {
 font: 18px  Georgia, "Times New Roman", Times, serif;
 margin:10px 0 4px 19px;
}
#body h3 {
 font: 16px  Georgia, "Times New Roman", Times, serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 background: bottom left url(images/aruba-body-hr.jpg) no-repeat;
 margin: 10px -23px;
}


