/* 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.jpg); 
width: 760px; 
height: 238px;
}
#content
{ 
width:auto;
}
/*navcontainer starts*/

#navcontainer ul
{
text-align: center;
padding-bottom: 2px;
padding-top: 2px;
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: 2px;
/* matches link padding except for left and right */
padding-top: 2px;
}

#navcontainer ul li a
{
padding-left: 5px;
padding-right: 5px;
padding-bottom: 2px;
padding-top: 2px;
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;
vertical-align:top;
width: 445px;
margin: 0px;
margin-top: 5px;
padding: 1em;
background-color: #ebddc8;
border: 5px solid #c29959;

}
#rightsidebar
{
	float: right;
	vertical-align:top;
	width: 240px;
	margin: 0px;
	padding: 1em;
	background-color:#66041d;
	font-style: normal;
	position: center;
	text-align: center;
}

#scroll
{width: 240px; 
text-align:center;
}
#scroll2
{text-align:center}

#minifooter
{
/*border-top: 1px solid gray;*/
	background-color: #66041d;
	height: 85px;
	width: 760px;
	text-align:left;
}

#footer
{
background-color: #66041d; /*#550517; #910c35*/
background-image: url(images/footer.jpg);
height: 100px;
background-repeat: no-repeat;
}
#bottom
{
 width:auto;
 /*border: 3px solid #990000 ; */
}
