/*  page properties  */
body,html {
          background-image: url(images/embboatplbg2_20.jpg);
          background-repeat: no-repeat;
          background-color: #E9DECC;
          font-family: Arial, Helvetica, sans-serif;
          }


#logo {
        float: left;
	padding-top: 25px;
	padding-left: 80px;
}

/*  heading 1 properties  */
h1 {
	color: #990000; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	font-weight: bold;
}

h2 {
        color: #990000;
        font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; 
	font-weight: bold;
        font-style: italic;
}

/*  link properties  */
a:link {color: #CC0033;}
a:visited {color: #CC0033;}
a:focus {color: #660000;}
a:hover {color: #660000;}
a:active {color: #CC0033;}
a {text-decoration: none;}

/*  centred text  */
.centred {
	text-align: center;
}

/*  coloured text - same colour as h1 */
.coltext {
  color: #990000;
}
div.menubox {
            float: left;
	    padding-top: 80px;
	    padding-left: 0px;
	    width: 800;
	    height: auto;
}

/*  general properties for the menu section  - use within <div> or <span>  */
.menu {
	border-bottom: 2px solid #CC0033;
	color: #CC0033;
        float: left;
	width: auto;
}
/*  menu text properties - will only work within <p>  */
.menu p{
	text-align: center;
	font-size: 13pt; 
	font-weight: bold;
}

/*  general properties for the content section - use within <div> or <span>  */
.content {
        float: left;
	padding-top: 10px;
	padding-left: 155px;
	width:800px;
	height:400px;
	color: #666666;
	text-align: left;
	font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

/*  content text properties - will only work within <p>  */
.content p {
  font-size: x-small; 
	font-weight: bold;
}
.footer
       {
       padding-top: 25px;
       padding-bottom: 5px;
       padding-left: 5px;

	width:800px;
	height:auto;
       color: #000000;
       }
