/*
Discovery Bay Volunteer Fire Rescue
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
 font-size: 14px;
 background: #28231f;
}
a.nav:link {
 color: #ffec7a;
 outline: none;
 text-decoration: none;
}
a.nav:visited {
 color: #ffec7a;
 outline: none;
 text-decoration: none;
}
a.nav:hover {
 color: #999999; 
 outline: none;
 text-decoration: none;
}
a.nav:active {
 color: #ffec7a;
 outline: none;
 text-decoration: none;
}
a.nav1:link {
 color: #d17925;
 outline: none;
 text-decoration: none;
}
a.nav1:visited {
 color: #d17925;
 outline: none;
 text-decoration: none;
}
a.nav1:hover {
 color: #ffec7a; 
 outline: none;
 text-decoration: none;
}
a.nav1:active {
 color: #d17925;
 outline: none;
 text-decoration: none;
}
a.nav2:link {
 font-size: 16px;
 color: #ffec7a;
 outline: none;
 text-decoration: none;
}
a.nav2:visited {
 font-size: 16px;
 color: #ffec7a;
 outline: none;
 text-decoration: none;
}
a.nav2:hover {
 font-size: 16px;
 color: #d17925;
 outline: none;
 text-decoration: none;
}
a.nav2:active {
 font-size: 16px;
 color: #ffec7a;
 outline: none;
 text-decoration: none;
}
 p.standard {
 padding: 8px 23px 7px 23px;
 font-size: 15px;
 }
 p.justify {
 text-align: justify;
 padding: 8px 23px 7px 23px;
 }
 p.justify1 {
 text-align: justify;
 padding: 0px 23px 7px 23px;
 }
 p.center {
 text-align: center;
 padding: 0px 23px 0px 23px;
 } 
 p.center1 {
 text-align: center;
 padding: 7px 0px 0px 0px;
 } 
 p.center2 {
 font-size: 16px;
 color: #ffeb79;
 text-align: center;
 padding: 4px 4px 0px 4px;
 } 
img.nav {
 border: 1px solid #ffffff;
 padding: 2px;
 margin: 4px 10px 1px 10px;
} 
#navcontainer ul
{
list-style-type: none;
text-align: left;
}
#navcontainer ul li a
{
background: transparent url(images/list-off.gif) left center no-repeat;
padding-left: 17px;
text-align: left;
font: normal 17px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
line-height: 2.5em;
text-decoration: none;
color: #999999;
}
#navcontainer ul li a:hover
{
background: transparent url(images/list-on.gif) left center no-repeat;
color: #444444;
}
#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #f5eeee;
}
 
#wrapper { 
 margin: 0 auto;
 width: 1224px;
 background: url(images/background.jpg) no-repeat;
}
#header {
 color: #f5eeee;
 width: 1204px;
 float: left;
 padding: 10px;
 border: none;
 height: 150px;
 background: url(images/header.png) no-repeat;
 margin: 10px 0px 5px 0px;
}
#leftcolumn { 
 color: #f5eeee;
 border: 1px solid #3c3532;
 margin: 0px 5px 5px 105px;
 padding: 0px;
 height: 660px;
 width: 220px;
 background: url(images/leftback.png) no-repeat;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #f5eeee;
 border: 1px solid #3c3532;
 margin: 0px 105px 5px 0px;
 padding: 0px;
 height: 830px;
 width: 750px;
 background: url(images/rightback.png) no-repeat;
 display: inline;
}
#footer { 
 width: 1204px;
 clear: both;
 font-size: 13px;
 color: #f5eeee;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}