


body {
	font-family:arial,verdana, serif;
	background : rgb(255,255,255);
	position: absolute;
	left: 125px;
		
 }

div#top {	
	height: 100px;
	width : 800px;
	position: absolute;
	left : 0px;
	background : rgb(255,255,255);
	border : 0px rgb(100,100,100) solid;	
	}




div#main {
	height : 400px;
	width : 800px;
	position : absolute;
	top : 112px;
	left : 0px;
	background :rgb(255,255,255);
	border : 0px rgb(100,100,100) solid;
	border-right : 0px rgb(255,255,255);
}


div#left {
	height : 500px;
	width : 400px;
	position : absolute;
	top : 112px;
	left : 0px;
	background :rgb(255,255,255);
	border : 0px rgb(100,100,100) solid;
	border-right : 0px rgb(255,255,255);
}


div#right {
	height : 500px;
	width : 400px;
	position : absolute;
	top : 112px;
	left : 400px;
	background :rgb(255,255,255);
	border : 0px rgb(100,100,100) solid;
	border-left : 0px rgb(255,255,255);
}


div#bottom {
	height : 0px;
	width : 800px;
	position : absolute;
	top : 531px;
	left : 0px;
	background :rgb(250,250,238);
	border-top : 0px rgb(100,100,100) solid;
	border-bottom : 0px rgb(100,100,100) solid;
	border-left : 0px rgb(100,100,100) solid;
	border-right : 0px rgb(100,100,100) solid;
}

h1 {
	color : rgb(15,50,50);
	margin: 2px;
	padding : 4px;
	font-size: 16px;
	background : (250,250,238);
	border-bottom : 0px solid rgb(100,100,100);
}


.nonactive{

	border : 0px rgb(50,50,50) solid;
	color : rgb(63,49,74);
	background : rgb(255,255,255);	
	padding : 2px;
	font-weight : 600;
	text-decoration : none;
	margin-left : 4px;
	margin-right : 4px;
}


.nonactive:hover {
	border : 0px rgb(40,40,40) solid;
	color : rgb(233,231,238);	
	background:rgb(63,49,74);
	padding : 2px;
	font-weight : 600;
	text-decoration : none;	
	margin-left : 4px;
        margin-right : 4px;	
}


div#topmenu {
	font-family:arial,verdana, serif;
	font-size: 11pt; 
	position : absolute;
	left : 0px;
	top : 85px;
	width : auto;
	padding : 4px 0 4px 0;

}

div#mainmenu {
	font-family:arial,verdana, serif;
	font-size: 11pt; 
	position : absolute;
	left : 144px;
	top : 85px;
	width : auto;
	padding : 4px 0 4px 0;

}

div#leftmenu {
	font-family:arial,verdana, serif;
	font-size: 11pt; 
	position : absolute;
	left : 0px;
	top : 85px;
	width : auto;
	padding : 4px 0 4px 0;

}

div#rightmenu {
	font-family:arial,verdana, serif;
	font-size: 11pt; 
	position : absolute;
	right : 0px;
	top : 85px;
	width : auto;
	padding : 4px 0 4px 0;

}




