@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg_repeating.jpg) repeat-x, repeat-y;
	background-color: #0B48BF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}

#wrap {
	width: 766px;
	background-color: #458DE1;
	background-image: url(../images/diving-bg-3.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Tahoma, Geneva, sans-serif;
	border-style: solid;
	border-color: #CCC;
	border-width: 5px;
	background-repeat: no-repeat;
	height: 1100px;
}

#header {
	height: 50px;
	padding-top: 10px;
	margin-left: 40px;
}

#menu {
	height: 26px;
	margin-top: 0px;
	line-height: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#stylemenu{
	position: relative;
	display: block;
	height: 30px;
	font-size: 12px;
	font-weight: normal;
	background: transparent url(../images/bgOFF.gif) repeat-x top left;
	font-family:  Tahoma, Geneva, sans-serif;
	}

#stylemenu ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	}

#stylemenu ul li{
	display:block;
	float:left;
	}

#stylemenu ul li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding:6px 20px 0 20px;
	height:20px;
	}

#stylemenu ul li a:hover, #stylemenu ul li a.current{
	color:#ff0;
	background:transparent url(../images/bgON.gif) repeat-x top left;
	border-left: solid;
	border-left-color:#CCC;
	border-right: solid;
	border-right-color:#CCC;
	border-left-width: 2px;
	border-right-width: 2px;
}


#content {
	padding: 0 20px 20px 0px;
	font-family: Tahoma, Geneva, sans-serif;
}


.left {
	float: left;
	width: 150px;
	margin-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}

.left h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	background: #788BBD;
}

.left ul {
	padding: 10px 0 15px 20px;
	list-style-type: square;
	color: #788BBD;
}

.left ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
}

.left ul li a:hover {
	color: #FF0;
	font-weight: 550;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}

.right {
	float: right;
	width: 570px;
	text-align: justify;
}

.right h1 {
	font-size: 18px;
	font-weight: 100;
	padding: 5px 0 0px 0;
}

.right h1 a {
	text-decoration: none;
	color: #CCCCCC;
}

.right h1 a:hover {
	color: #CCCCCC;
}

.right h2 {
	font-size: 14px;
	font-weight: 400;
	padding: 0px 0 5px 0;
}

.right ul {
	padding: 0px 0 0 20px;
	list-style-type: square;
	color: #788BBD;
}

.right ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
}

.right ul li a:hover {
	color: #FF0;
	font-weight: 550;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}

.right ol li a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
}

.right ol li a:hover {
	color: #FF0;
	font-weight: 550;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}

#footer {
	text-align: center;
}

#footer a {
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FF3;
	text-decoration: underline;	
}

.p a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 100;
}

.p a:hover {
	color: #FF0;
	font-weight: 550;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: underline;
}

.table {
	cellpadding: 1px;
	cellspacing: 5px;
	width: 100%;
	text-align: center;
	border: medium solid #ccc;
}

.th {
	background-color: #788BBD;
}

.imgleft {
padding: 5px;
border-style: solid;
border-width: 2px;
border-color:#CCC;
margin-right: 4px;
float: left;
}

.imgright {
padding: 5px;
border-style: solid;
border-width: 2px;
border-color:#CCC;
margin-left: 4px;
float: right;
}
