#main {
	background-color: #fff;
	width: 972px;
	margin:0 auto;
}

#header {
	position:relative;
	background: url(../imgs/bg_header_2.jpg) no-repeat left top;
	height: 120px;
	border-bottom:1px solid #B9AC9D;
	border-top: 0;
}

#header .homelink {
	display:block;
	float: left;
	margin:37px 0 0 85px;
	height:70px;
	width:400px;
}

#header img.npname {
	float: left;
	padding:75px 0 0 5px;
}

#content {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top: 0;
	border-bottom: 0;
	padding:10px;
	background: #fff;
}

#footer {
   border-top: 1px solid #B9AC9D;
	background: #fff url(../imgs/bg_footer.gif) repeat-x left top;	
	padding:10px;
	text-align: right;
}

.widecoll .box { padding: 15px;
}

.absbox {
	position:absolute;
	padding:10px;
	border:1px solid #aab0bf;
	right:5px; 
	top:5px; 
	width:140px; 
	background-color: #fff;
}

table.container {
	width: 100%;
	border-collapse: collapse;
}

.leftcoll {
	width:260px;
	padding:0 3px 0 0 ;	
	vertical-align: top;
}

.widecoll {
	padding:0 0 0 0;	
	vertical-align: top;
}

form {
	margin: 0;
	padding: 0;
}

.container{ 
overflow: hidden;
}

.twocol {
	width:44%;
	float:left;
	padding: 5px;
	
}

.lpad10 {padding-left: 15px !important;}
.p40{padding: 40px 0 40px 40px !important;}

.onecol {
	padding: 5px;
	position:relative;
}