/* CSS Document */

body
{
background-image: url(images/dt_body4.png);
background-repeat: inherit;
}

#container
{
width: 760px;  
margin: auto;
background-color: #66041d;
/*border: 1px solid #820b2c;*/
}
#hair
{
 width:auto;
 /*border: 3px solid #990000 ; */
}
#header
{
background-image: url(images/header5.png); 
width: 760px; 
height: 238px;
}

/*navcontainer starts*/

#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #66041d;
color: ffffff;
width: 760px;
font-family: "Bradley Hand ITC";
line-height: 14px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #66041d;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }




#current {color: #cc9933 !important; /*/*/ background-color:#c29959 !important; border: 1px solid #ffffff!important; /* */ }

/* End Navbar Code */
/*#content
{
width:760px;
background:#fff; 
color:#fff; 

}*/
.img
{
position:relative;
top:0px;
z-index:-1;
margin:10px;
}
/*#leftsidebar
{
float: left;
width: 450px;
margin: 0px;
margin-top: 5px;
padding: 1em;
background-color: #c29959;
}
#rightsidebar
{
float: right;
width: 230px;
margin: 0px;
padding: 1em;
background-color:#66041d;
}*/
#content
{
width: 760px;  
height:auto;
background-color: #ffffff;
background-image:url(images/dt_body7.png);
padding-top: 10px;
}
#minifooter
{
	border-top: 1px solid gray;
	background-color: #2b2928;
	height: 85px;
}

#footer
{
background-color: #66041d; /*#550517; #910c35*/
background-image: url(images/footer.png);
height: 100px;
background-repeat: no-repeat;

}

