body {
    font: 10pt Verdana;
    margin: 0;
    padding: 0;
	background: url(images/abyss_adventures_bg.gif) repeat-y #069;
	color: #fff;
}

div#header {
    height: 88px;
    background: url(images/abyss_adventures_logo.png) no-repeat #000 0% 50%;
    border-bottom: 1px solid #fff;
    text-align: right;
    vertical-align: text-bottom;
    font-weight: bold;
	font-size: larger;
	color: #ccc;
}

div#header_blank {
    height: 60px;
}

div#header_text {
    height: 13px;
    text-align: right;
    padding-right: 2em;
    font-weight: bold;
	font-size: 13px;
	color: #ccc;
}

div#header_text a {
	color: #ccc;
	text-decoration: none;
}

div#header_shadow {
    border-top: 5px solid #666;
    height: 8px;
    line-height: 8px;
    background: url(images/shadow.gif);
    margin: 0;
    padding: 0;
}

div#header_navigator {
    height: 20px;
    line-height: 20px;
    text-align: right;
    padding-right: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding-bottom: 6px;
}

div#menu {
    width: 170px;
    float: left;
}

div#menu div.menu_item {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    background: url(images/menu.gif) no-repeat;
    color: #fff;
    padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

div#menu div.menu_item a {
    color: #fff;
	text-decoration: none;
}

div#menu div.menu_item_on {
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    background: url(images/menu_on.gif) no-repeat;
    color: #fff;
    padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}

div#menu div.menu_item_on a {
    color: #fff;
	text-decoration: none;
}

div#container {
    width: 100%;
}

div#content {
    margin-left: 190px;
    margin-right: 2em;
    padding-bottom: 20px;
}

div#center_content {
    margin-right: 270px;
}

div#right_container {
    float: right;
    width: 250px;
    padding: 0 10px;
}

div#right_container div.right_header {
    border: 1px solid #0cf;
	font-family: verdana;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #000;
    margin-top: 3px;
}

div#right_container div.right_content {
    padding: 1em;
    border: 1px solid #0cf;
    border-top: 0;
}

div#right_container div.right_content h2 {
    font-size: 14px;
    margin: .5em 0;
    color: #0f0;
}

div#footer {
    height: 40px;
    background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #ccc;
	padding: 3px 10px;
}

/* TYPEFACE */

table, textarea, select, input, form {
    font: 10pt Verdana;
}

span.text_abyss {
	font-weight: bold;
	color: #0CF;
	text-transform: uppercase;
}

a {
    color: #0f0;
}

a:hover {
    text-decoration: none;
}

h1, h2 {
    font-size: 12pt;
}

div#content h1 {
    margin-top: 0;
    text-transform: uppercase;
}

div#content h2 {
    margin-top: 10px;
    text-transform: uppercase;
}

div#content h1 a  {
    text-decoration: none;
    color: #fff;
}

div#content h2 a  {
    text-decoration: none;
    color: #fff;
}

table.booking_form {
    border-collapse: collapse;
}

table.booking_form tr td {
    padding: 2px;
    border: 1px solid #999;
}

/* BALI DIVE SITES */
.introdivesites {
	padding: 10px 15px 10px 0px;
	border-top: 2px solid #0099CC;
}

.divesites {
	padding: 10px 15px 10px 0px;
	border-top: 1px dashed #999999;
}

h3 {
    font-size: 10pt;
	font-weight: bold;
	color: #FF9900;
	margin: 0;
}

/* GALLERY */
.gallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
	padding: 3px;
}
