﻿/* CSS Document */
.keywords
{
  display:none;
  visibility:hidden;
}
div#container
	{
	margin: auto;
	width: 900px;
	height: 900px;
	margin-top: 0px;
	background: url(images/dunesofpanamasurfboardlogo1.jpg) no-repeat;
				 
		 /* border:2px solid red; */
}
body
	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: lighter;
	font-style: normal;
	color: #000000;
	background: url(images/dopsunsetback.jpg) no-repeat
}
div#address
	{
	margin-right;
	width: 400x;
	height: 30px;
	position: 3px;	}
}
div#leftside_top
	{
	font-size: small;
	padding-left: 15px;
}
div#leftside
	{
	  padding-left:20px;	  
	  position:left; 
	  top:40 px;
	  width: 300px;
	  height: 500px;
	  float:left; 
	  width:300px;
	  
	  /* border:2px solid green; */
	 }
div#rightside
	{
	padding: 20px;
	margin: 10px;
	position: right;
	top: 30px; /* border:2px solid blue; */;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 500px;
	height: 38px;
	z-index: inherit;
}
.nav 
{
white-space:nowrap;
list-style-type:none;
margin:0px;
padding:0px;


}
li.menunav
{
	padding-bottom: 4px;
}
li.menunav a:link
{
   text-decoration:none;
}
li.menunav a:visited
{
      text-decoration:none;
	  color:#990000;
}
li.menunav a:hover
{
      text-decoration:none;
	  background-color:#000066;
	  color:#FFFFFF;
}
div#leftside_middle
	{
	 font-size:small;
	 margin-top:40px;
	}
	
div#footer
	{
	  position:relative; top:1px;
	  margin-left:425px;
	  height:100px;
	  width:400px;
	  padding:0px 10px 0px 10px;
	   /* border:2px solid blue;  */
	   clear: both;
	  }
.bluebg
{
  background-color:#0066FF;
  color:#FFFFCC;
}
table tr {text-align:center;}

