* { padding: 0; margin: 0; }

body {
 background-color: #f2f2f2;
 background-image: url(../maldives-img/body_bg.png);
 background-repeat: repeat-x;
 background-attachment: fixed;
 font-family: arial;
 }
#wrapper {
 background-color: #dbdbdb;
 width: 960px;
 margin: 0 auto;
 border-left: 5px solid white;
 border-right: 5px solid white;
 overflow: auto;
 padding-bottom: 20px;
 }
#header {
 background-image: url(../maldives-img/header_bg.png);
 background-repeat: repeat-x;
 height: 126px;
 }
#nav_container {
 background-image: url(../maldives-img/nav_bg.png);
 background-repeat: repeat-x;
 height: 29px;
 }
#nav_container ul {
 height: 29px;
 line-height: 1.6em;
 list-style: none;
 margin-left: 5px;
 color: #76a0b7;
 }
#nav_container ul li {
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 12px;
 }
#nav_container ul li a {
 color: #76a0b7;
 text-decoration: none;
 padding: 0 4px 0 4px;
 }
#nav_container ul li a:hover {
 color: #207EB1;
 text-decoration: none;
 }
.blue {
	color: #207EB1;

	}
.nav_active {
 color: #207EB1;
 padding: 0 4px 0 4px;
 }
#line_white {
 height: 1px;
 background-color: white;
 }
#dia_cnt {
 background-image: url(../maldives-img/dia_cnt.png);
 background-repeat: repeat-x;
 height: 40px;
 }
#column_left {
 width: 190px;
 float: left;
 margin-left: 10px;
 }
#box_container {
 width: 190px;
 margin-bottom: 10px;
 }
#box_header {
 margin: 0;
 padding: 0;
 height: 28px;
 }
#box_cnt {
 background: url(../maldives-img/box_footer.png) bottom no-repeat;
 background-color: white;
 overflow: auto;
 padding: 5px;
 }
#box_cnt a,
#column_middle a {
 text-decoration: none;
 color: #207EB1;
 }
#box_cnt a:hover,
#column_middle a:hover {
 text-decoration: underline;
 }
.box_cnt {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 line-height: 16px;
 color: #666;
 margin-top: -2px;
 } 
#column_right {
 width: 190px;
 float: right;
 margin-right: 10px;
 }
#column_middle {
 margin: 0 220px 0 214px;
 zoom: 1;
 }
#column_middle img {
 border: 1px solid white;
 margin-top: 4px;
 }
#footer {
 text-align: center;
 padding: 0;
 margin: 0;
 }
#footer ul {
 line-height: 1.1em;
 list-style: none;
 color: #999;
 }
#footer ul li {
 display: inline;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 font-size: 11px;
 }
#footer ul li a {
 color: #999;
 text-decoration: none;
 padding: 0 5px 0 5px;
 }
#footer ul li a:hover {
 color: #207EB1;
 text-decoration: none;
 }
 
p {
 margin: 0;
 padding: 0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 20px;
 color: #666;
 }
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #207EB1;
 margin-bottom: 2px;
 }
#centered {
 margin: 0 auto;
 text-align: center;
 line-height: 1.7em;
 margin-top: 2px;
 padding: 0;
 }
#thumb {
 margin: 0 5px 0 5px;
 padding: 0;
 display: inline;
 }
#thumb img {
 border: 1px solid #fff;
 }
#thumb a:hover img {
 border: 1px solid #dbdbdb;
 }
.veld {
 width: 160px;
 vertical-align: top;
 }
.veld_x {
 width: 300px;
 vertical-align: top;
 }
input {
 color: #666;
 background-color: #fff;
 border: 1px solid #dbdbdb;
 font-family: arial;
 font-size: 12px;
 width: 300px;
 height: 16px;
}
textarea {
 width: 300px;
 height: 60px;
 color: #666;
 border: 1px solid #dbdbdb;
 font-family: arial;
 font-size: 12px;
 }
table {
 line-height: 0.4em;
 }
td {
 padding-bottom: 4px;
 }