/*  Template */

/*
Copyright Faye Brownbridge, FJB Consulting & Design.
Inspirations by Design 
http://WebnSpire.com
*/

body {
margin: 0;
padding: 0;	
background: #010109 url(images/oceanbkgr2a.jpg) no-repeat;
color: #fff;
font-family: Verdana, Helvetica, Arial, sans-serif  ;
font-size: 100%; }

p {line-height: 1.4em;}
   
#wrapper {
width: 1000px;
margin-left: 10%;
background: #3e3e52;
border-left: 1px #b1591a solid; }
#header {
margin: 0;
width: 800px; 
height: 242px;
background-image: url(images/bbhban.jpg);
background-repeat: no-repeat;
background-color: #030b3a; }

#leftnav {
float: left;
Margin: 20px 40px 20px 10px;
padding: 5px 0em 20px 0em;
width: 180px; 
height: 330px;
font-family: Times, "Times New Roman", serif;
background: #020107 url(images/SunsetSide1.jpg) no-repeat;
-moz-box-shadow: 6px 6px 6px #333;-webkit-box-shadow: 6px 6px 6px #333;
-moz-border-radius: 10px;-webkit-border-radius: 10px; }

#leftnav ul {
margin: 0;
padding: 0;
text-align: left;
list-style: none; }

#leftnav li {
margin-top: 6px; }

#leftnav li a {
margin: 5px 0px;
padding: 2px 10px 2px 1px;
width: 100px;
line-height: 1.4em;
text-decoration: none;
color: #d89257;font-style: oblique;background-color: #3e3e52;}

#leftnav li a.active {
color: #ee1717;
background: #d89257; }

#leftnav li a:hover {
color: #24182c;
background: #d89257; }

#content {
width: 900px;
background: #3e3e52;
font-size: 90%;
color: #e8c859; }

#content h1, h2, p {
 }

#content h1 {  font-family: Times, "Times New Roman", serif;  font-style: italic;  font-size: 2em;}

#contentlftcol {
margin-left: 15px;
float: left; 
width: 320px;
color: #ee1717; }

#contentrtcol {
margin-right: 20px;
width: 220px;
float: right;color: #e8c859;}

/*add padding for left and right to content of #element rather than the element to avoid explorer problems*/

#bottom {
width: 1000px;
margin-left: 10%;
background: #3e3e52;
border-left: 1px #b1591a solid;
background: #3e3e52;
clear: both; }

#contentbottom {
margin: 20px;
color: #e8c859; }

#footer {
font-size: .6em;
margin: 1%;text-align: right;
 }






