@CHARSET "UTF-8";

body {
	padding:0;
	border:0;
	margin:0;
	background-color:#ededed;
	font-family: Verdana;
	font-size:12px;
}

#div_header {
	text-align:center;
	border-bottom:1px solid #a0a0a0;
	position:absolute;
	top:0px;
	height:80px;
	background: #ededed url('../images/head.png') repeat-x;
	color:#fff;
	width:100%;
}


#div_menu {
	position:absolute;
	top:82px;
	width:150px;
	left:50%;
	margin-left:-500px;
	height:775px;
	padding:23px;
	border:1px solid #a0a0a0;
	background-color:#fff;
}

#div_content {
	text-align: left;
	position:absolute;
	top:82px;
	height:775px;
	left:50%;
	margin-left:-300px;
	border:1px solid #a0a0a0;
	width:750px;
	padding:23px;
	background-color:#fff;
}

#div_footer {
	position:absolute;
	top:910px;
	left:50%;
	margin-left:-500px;
	border:1px solid #a0a0a0;
	width:950px;
	padding:5px 23px 5px 23px ;
	background-color:#fff;
	text-align:center;
	background-color:#fff;
}
img {border:0;text-decoration: none;}
a {
	text-decoration: none;	
}

/* CSS use by NPK components */

.tr_test { background-color: #fff; }
.tr_test2 {	background-color: #ddd; }
.td1 { border-top:2px solid #2e66a4;background-color:#ededed; }
.td2 { border-top:2px solid #619bdc;background-color:#ededed; }
.td3 { border-top:2px solid #412b8c;background-color:#ededed; }
.cbody { padding:0; }