/*
CSS for La Manga Dive School
Author: Mervyn Patterson
Date: 9 May 2008
*/

a:link
{
	color: rgb(51,153,255); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(255,153,0);
}

body
{
	font-family: Arial;
	font-size: 10pt;
	background-color: #C0C0C0;
	text-align: center;
}

h1
{
	font-family: Arial;
	font-size: 15pt;
	color: #FF0000;
}
h2
{
	font-family: Arial;
	font-size: 12pt;
	color: #008000; 
}
h3
{
	font-family: Arial;
	font-size: 10pt;
	color: #008000; 
}
h4
{
	font-family: Arial;
	font-size: 10pt;
	color: #008000;
}
h5
{
	font-family: Arial;
	font-size: 10pt;
	color: #008000;
}
h6
{
	font-family: Arial;
	font-size: 10pt;
	color: #008000;
}

#container {
margin: 10px auto;
width: 950px;
height: 100%;
background-color: #FFFF00;
}

#lmdslogo {
float: left;
width: 98px;
height: 100px;
}

#PADIlogo {
float: right;
width: 100px;
height: 100px;
}

#lmdsname {
float: left;
width: 545px;
height: 100px;
margin: 0 auto 0 8%;
}

#navbar {
float: left;
margin: 10px 0 0 5%;
width: 93%;
height: 30px;
}

#topmenu1 {
float: left;
width: 15%;
height: 25px;
border-style: ridge;
border-color: #87CEEB;
background-color: #FFFF00;
}

#topmenu2 {
float: left;
width: 15%;
height: 25px;
border-style: ridge;
border-color: #87CEEB;
background-color: #008000;
color: #FFFF00;
}

#topmenu3 {
float: left;
width: 15%;
height: 25px;
border-style: ridge;
border-color: #87CEEB;
background-color: #008000;
color: #FFFF00;
}

#topmenu4 {
float: left;
width: 15%;
height: 25px;
border-style: ridge;
border-color: #87CEEB;
background-color: #FF0000;
color: #FFFF00;
}

#topmenu5 {
float: left;
width: 15%;
height: 25px;
border-style: ridge;
border-color: #87CEEB;
background-color: #FF0000;
color: #FFFF00;
}

#topmenu6 {
float: left;
width: 15%;
height: 25px;
border-style: ridge;
border-color: #87CEEB;
background-color: #FFFF00;
}

#main {
float: left;
margin: 10px 0 10px 5%;
width: 855px;
background-color:#FFFFFF;
padding-bottom: 20px;
}

#heading {
float: left;
width: 60%;
margin: 10px 0 10px 15%;
background-color: #FFFF00;
color: #008000;
}

#language {
float: right;
width: 74px;
height: 21px;
}

#picleft {
float: left;
width: 125px;
height: 95px;
margin: 0 10px 10px 10px;
}

#picright {
float: right;
width: 125px;
height: 95px;
margin: 0 10px 10px 10px;
}

#lcolumn {
float: left;
width: 150px;
}

#ccolumn {
float: left;
width: 550px;
}

#lprtable {
float: left;
width: 350px;
}

#rprtable {
float: left;
width: 100px;
}

#rcolumn {
float: left;
width: 150px;
}

#foot {
float: left;
height: 30px;
width: 950px;
background-color: #FFFF00;
}

#mozfix {
clear: both;
}