@charset "UTF-8";
body  {
	background: #00090C url(../img/P1030179.jpg) top fixed repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: 100% Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}

.dbd #container {
	width: 100%;
	/*margin: 0 auto;  the auto margins (in conjunction with a width) center the page if needed */
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding: 5px 5px 5px 5px;
}  

.dbd #header {
	padding: 0px;
} 
.dbd #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 5px 1px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    vertical-align: middle;
	font-size: 1em;
	letter-spacing: 4em;
	text-decoration: none;
	color:#333a21;
}

.dbd #sidebar1 {
	float: left;
	width: 11em;
	padding: 15px 0;
	height: inherit;
}
.dbd #sidebar2 {
	float: right;
	width: 11em; 
	padding: 15px 0;
}
.dbd #sidebar1 h3, .dbd #sidebar1 p, .dbd #sidebar2 p, .dbd #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;
}
.dbd #mainContent {
	margin: 0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
	padding: 50px; /* padding here creates white space "inside the box." */
}
.dbd *mainContent iFrame {
     scrolling: no;
	 frameborder: 0;
}
.dbd #footer {
	padding: 0 10px;
} 

.dbd #footer p {
	margin: 0;
	padding: 10px 0
    color:#515151
}

/* Miscellaneous classes for reuse */
.pile { 
        position: absolute; 
        left: 9in; 
        top: 0in; 
		bottom: 0in;
        width: 30%; 
        height: 100%; 
      }
.pilette { 
        position: absolute; 
		bottom: 0px;
      }
.pilet { 
        position: absolute; 
        left: 3in; 
		bottom: 0in;
        width: 90%; 
        height: 100%; 
      }
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
iframe {
	width: 640px;
    height: 496px;
	overflow: hidden;
	border: 0;
}
.p04 { 
		opacity:0.8;
		border:none;
	    filter:alpha(opacity=80);
	    position: absolute;
        bottom: 0%; 
        left: 0px;
        height: 3.5em;
		width: inherit;
		 
      }
.p05 { 
		opacity:0.8;
	    filter:alpha(opacity=80);
	    position: absolute;
        bottom: 0%; 
        left: 75%;
        height: 2 5%;
		width: 25%;
		 
      }
	  	  
.p06 { 
		opacity:0.8;
	    filter:alpha(opacity=80);
	    position: absolute;
        bottom: 0%; 
        left: 25%;
        height: 5em;
		width: inherit;
		 
      }
	  	  
	  	