/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 10; }
a {
color:blue; 
text-decoration:none;
}
body {
 font-family: Arial, Helvetica, sans-serif, Verdana;
 font-size: 13px;
 background:#003366;
}
#wrapper { 
 margin: 0 auto;
 width: 760px;
 background:#ffffff;
}
#header2{
margin:0px 0px 0px 0px;
background:#ffffff;
width:760px;
}
#page_title{
font-size:18px;
color:#003366;
font-family:Verdana;
padding-bottom:10px;
}
#content{
font-size:12px;
color:#333333;
font-family:Arial;
padding-bottom:10px;
}
#header {
background-image:url(/_images/leisure_logo.jpg);
background-repeat:no-repeat;
background-position:center;
 color: #333;
 width: 760px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 140px;
margin: 0px 0px 0px 0px;
 display:inline;
 float:left;
}
#nav_links {
 color: #333;
 width: 570px;
 height:35px;
}
 #navigation {
 color: #333;
 width: 570px;
 text-align:center;
 padding: 0px 0px 0px 0px;
 height: 0px;
 margin: 115px 0px 0px 0px;
 display:inline;
 float:right;
}
 #nav_links a{
 color: #fff;
 font-size:12px;
 text-decoration:none;
 font-weight:bold;
 width: 0px;
 text-align:center;
 padding: 0px 5px 0px 5px;
 height: 35px;
 margin: 0px 10px 10px 0px;
}
#nav_links a:hover{
 color: #003366;
 font-size:12px;
 text-decoration:none;
 font-weight:bold;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #E7DBD5;
 margin: 0px 0px 0px 9px;
 padding: 5px;
 height: 350px;
 width: 190px;
 float: left;
}
#rightcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: #;
 margin: 0px 9px 0px 9px;
 padding: 5px;
 width: 732px;
 
}
#footer { 
 width: 740px;
 clear: both;
 text-align:center;
 color: #333;
 border-top: 1px solid #ccc;
 background: #;
 margin: 0px 9px 10px 9px;
 padding: 5px;
}
#footer a{ 
 text-decoration:none;
 font-size:12px;
 color: #333;
 padding: 5px;
}
div.float {
color:#333;
  float: left;
  padding:3px;
  margin:5px;
  font-weight:normal;
  font-size:11px;
  background:#;
  }
  
div.float p {
   text-align: center;
   }
div.float img {
   border:2px solid #333;
   }
div.float a {
   font-weight:bold;text-decoration:none;color:blue;font-size:12px;
   }
   
div.float a:hover {
   font-weight:bold;text-decoration:underline;
   }
   #name{
font-size:16px;font-weight:normal;
padding:0px; background:#; color:#333;
}
   #name a{
color:blue; text-decoration:none;
}
   .name{
width:100px;
}
#container {
  border: 2px dashed #333;
  background-color: #333;
  }
.Title{
font-size:18px;
color:#003366;
font-family:Verdana;
padding-bottom:10px;}
hr {
  border: 0;
  width: 100%;
  color: #efefef;
height: 1px;
}