body {
	margin: 0; padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 70%;
	/*background-color: #afd0e3;*/
}

#ContainerOuter {
	margin: auto;
	width: 800px;
}

#ContainerTop {
	position: relative; float: left;
}

.VerticalLeftArea {
	position: relative; float: left;
	width: 180px;
}

.VerticalRightArea {
	position: relative; float: left;
	width: 600px;
}

/* Header */
#SiteHeader {
	position: relative; float: left;
	width: 800px; height: 97px;
}

.LogoArea {
	position: absolute; left: 180px; top: 0;
	height: 97px;
	background-color: #398cd5;
	background-image: url(../images/map-ibiza.gif);
	background-repeat: no-repeat;
}

.Logo {
	position: relative; top: 44px;
}

/* Navigation Area */
#SiteNav {
	position: relative; float: left; 
	top: 1px; _top: -1px;
	width: 800px; height: 28px;
	background-image: url(../images/menu-bar.gif);
	background-repeat: repeat-x;
	letter-spacing: 1px;
}

.LeftNavArea {
	width: 180px; height: 25px;
}

.NavArea {
	height: 25px; width: 620px;
}

.NavMenu {
	position: relative; z-index: 1; padding-top: 6px;
	color: #ffffff;
}

.NavMenu a {
	color: #ffffff;
}

.MenuItem {
	border-left: 1px dotted #ffffff;
	_border-left: 2px dotted #ffffff;
	padding: 0 4px 0 7px;
}

.MenuItemOn {
	color: #FFCC00; font-weight: bold;
}

/* Content area */
#ContainerMiddle {
	position: relative; float: left;
	top: 2px; _top: 0;
	width: 800px; height: 200px;
}

#ContainerMiddleTop {
	position: relative; float: left;
	background-color: #676767;
}

.Width620 {
	width: 620px;
}

.ContentArea {
	font-size: 110%;
	background-color: #fff;
	background-image: url(../images/content-bg.jpg);
	background-repeat: repeat-x;
}

#ContactForm {
	position: relative; float: left;
	width: 171px; left: 8px;
	padding: 10px 0 10px 0;
	color: #ffffff;
	/*border-right: 1px dotted #cccccc;*/
}

.roundcont {
}

.roundtop { 
	/*background: url(../images/tr2.gif) no-repeat top right; */
}

.roundbottom {
	/*background: url(../images/br.gif) no-repeat top right;*/
	background-color: #fff;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

.ContentCopy {
	padding: 25px 20px 10px 20px;
	height: 400px;
}

#Testimonials {
	position: relative; float: left;
	top: 10px; padding: 8px;
	width: 146px;
	background-color: #333333;
	border: 1px dotted #cccccc;
}

.Watermark {
	position: absolute;
	top: 130px; left: 350px;
}

/* Common elements */
a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline; color: #FFCC00;
}

td.AltRow {
	background-color: #FFFF99;
	border-bottom: 1px dotted #000;
}

img {
	behavior: url("includes/png.htc");
}

img.WithBorder {
	border: 1px solid #999999;
}

.InputBox {
	border: 1px solid #333333;
	font-family: Verdana;
	font-size: 95%;
	width: 160px;
}

.Button {
	font-family: Verdana;
	font-size: 95%; font-weight: bold;
	background-color: #398cd5;
	color: #fff;
	border: 1px solid #000000;
}

.Error {
	color: #FFFF00;
}

/* Footer */
#ContainerFooter {
	position: relative; float: left;
	padding-top: 1px;
	font-size: 85%; color: #ffffff;
}

.FooterLeft {
	width: 172px;
	background-color: #676767;
	padding: 6px 0 6px 8px;
}

.FooterRight {
	position: relative; float: left;
	width: 620px; height: 24px;
	background-color: #676767;
}