body {
  /* onload="startRequest(); */
	/* For IE centering, read below to see counter (beach container) */
	text-align:center;
  background-color: #335566;
}

blockquote {
   color: #000000;
   font-family: arial, verdana, trebuchet;
   text-align: justify;
   font-size: 75%;
   padding: 10px 10px 10px 10px;
   border-color: #0088cc;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-right: 5px;
   margin-left:  5px;
   border-width: 1px;
   border-style: outset;
}

#beach_container {
	width:900px;
	margin: 0 auto;  /*  This will center it. */ 
	text-align:left; /* This will counter the center align done in "body" for IE */
	background-color:#C0C0C0;
}

#beach_title {
	background-color:#000000;
	color:white;
	text-align:center;
	margin:0px;
	padding:0px;
}

#beach_header_img {
	margin:0px;
	padding:0px;
	}

#beach_nav_links {
      width: 900px;
	background-color:blue;
}

#beach_notices {
   width: 900px;
}


#beach_notices blockquote {
   color: white;
   font-family: arial, verdana, trebuchet;
   text-align: justify;
   font-size: 60%;
   padding: 5px 5px 5px 5px;
   border-color: #0088cc;
   border-width: 1px;
   border-style: outset;
}

#beach_head_info {
	float:left;
	font-size:8px;
}

#beach_head_info {
	display:inline;
	}

#beach_main_content {
   float: center;
}

#beach_main_left, #beach_main_right {

	float:left;
	border: 1px solid green;
}

#beach_main_left {
	width:620px;
}

#beach_main_right {

	}

#bottom_info
a:link{ color:white;text-decoration:none;}
a:visited{color:#33aa55;text-decoration:none;}
a:hover{text-decoration: underline;}
{

   width:900px;
   margin:0 auto;
   font-size: 75%;
   color: #33aa77;
}



#counter_color {
   width:200px;
   font-family: arial, verdana, trebuchet;
   font-size:75%;
   color: white;
   text-align: center;
   padding: 5px 5px 5px 5px;
   border-color: #33aa77;
   border-style: outset;
   border-width: 3px;
}

.clear { 
   clear:both;
}

