body  {
	margin: 0;
	padding: 0;
}
.twoColFixLtHdr #container { 
	width: 980px;
	height:auto;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
	border:1px solid #999999;
} 
.twoColFixLtHdr #header {
	background-image:url(images/DBD-header.jpg);
	width:980px;
	height:74px;
	background-repeat:no-repeat;
} 

.twoColFixLtHdr #sidebar1 {
	float: left;
	width:164px;
	vertical-align:top;
	padding-top:0px;
	height:auto;
}
.twoColFixLtHdr #middleSide {
	float:right;
	width:800px;
	height:auto;
} 

#mainContent {
	border:3px solid #cccccc;
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	width:711px;
	height:auto;
	padding: 5px 15px;
}

#mainContent2 {
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	width:711px;
	height:auto;
	padding: 5px 15px;
}

#shadow {
	background:url(images/header_shadow.jpg) no-repeat;
	width:815px;
	height:12px;
	float: right;
}

.nav_button{
	background:url(images/nav_button.jpg) no-repeat; 
	width:164px; 
	height:17px; 
	padding-top:9px; 
	float:left;
	padding-left:9px;
	padding-top:9px; 
	padding-bottom:7px; 
	font-size:14px; 
	font-weight:bold; 
	color:#FFF;
	font-family:Arial;
	cursor:pointer;
}

.nav_last_button{
	background:url(images/last_nav-button.jpg) no-repeat; 
	width:164px; 
	height:17px; 
	padding-top:0px; 
	float:left;
	padding-left:10px;
	padding-top:9px; 
	padding-bottom:7px; 
	font-size:14px; 
	font-weight:bold; 
	color:#FFF;
	font-family:Arial;
	cursor:pointer;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.active {
	background:url(images/nav_button_act.jpg) no-repeat; 
}

.last_active {
	background:url(images/last_nav-button_act.jpg) no-repeat; 
}
