/* CSS Document */
/* Style Sheet created by Johnny Authement - Complete Network Management*/
* {
padding: 0;
margin:  0;
}
html, body{
	margin: 0px;
	padding: 0px;
	border:0px;
}

/* 1em = 10px */
body {
font-size: 62.5%;
font-family:Arial,Trebuchet MS,  Sans-Serif;
background:url(images/bg-grad.gif) repeat-x #066acd;
text-align:center;
}

a:link{ 
background-color: transparent;
color:#066ACD;
text-decoration:none;
}

a:visited{ 
background-color: transparent;
text-decoration:none;
color: #066ACD;
}

a:hover, a:active{ 
background-color: transparent;
text-decoration:underline;
color:#FCCA00;
}


p { 
font-size: 1.4em; 
padding-bottom:1.6em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
}
h1 { font-size: 2em; margin-bottom:1em; font-style: italic; color:#066ACD;}
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

/* Common Classes */
.clear { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
.blockCenter { display: block; margin-left: auto; margin-right: auto; } /* remember to set width */
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.noindent { margin-left: 0; padding-left: 0; }
.nomargin { margin: 0; }
.nopadding { padding: 0; }
.nobullet { list-style: none; list-style-image: none; }

/* container */
#container{
	position: relative;
	margin-top: 20px;
	margin-left: auto;
	margin-bottom: 10px;
	margin-right: auto;
	padding: 0px; /* messy method of overcoming a rendering bug in mozilla 1.4, maybe others */
	padding-right:0;
	padding-left:0;
	padding-bottom:0px;
	color:; 
	background-color:;
	width: 700px;
	height:100%;
}

#innerbox{
	margin: 0px;
	padding: 0px;
	visibility:visible;
	text-align:left;
	height:auto;
	z-index:0;
	width:100%;
}

/* header */
#header{
	height:130px;
}
#menu{
height:50px;
background:url(images/menubg.gif) repeat-x;
	border-left: 1px solid #2d83da;
	border-right: 1px solid #2d83da;
}
#menu ul{padding-left:30px;}
#menu ul li{display:table-cell;text-align:center;}
#menu ul li a {
text-align:center;
display:block; 
width:; 
margin-top:1px;
height:50px; 
font-size:1.8em;
font-weight:bold;
font-family:Tahoma, Arial; 
line-height:2em;
padding-left:15px;
padding-right:15px;
color:#fff;
margin-right:-1px;
}

#menu ul li a:hover{
background:#fff; 
color:#066acd;
text-decoration:none;}
/* content */
#pagebody{
	border-left: 1px solid #2d83da;
	border-right: 1px solid #2d83da;
	background:#fff;
}

#content{padding:15px 30px 30px 30px;
    height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
    min-height:450px;  
    height:450px;/*Should have the same value as the min height above*/ }
#photosright{float:right; width:195px;padding-left:10px;text-align:right;}
#boats{text-align:center;}
#boats a img{border:0px;}
/* footer */
#footer{
	text-align:center;
	margin:7px 0px 7px 0px;
	height:100%;
	color:#fff;
	font-size:1.2em;
}
#footer a{color:#FCCA00;}

