@CHARSET "ISO-8859-1";

body{
}
#CONTAINER {
	position : absolute;
	display : block;
	top : 15;
	left : 5;
	width : 1000px;
	height : 1250px;
	margin-left : 30px;
}
#MENU_BG{
   position : absolute;
   background : #FBE2C5;
   min-height : 800px;
   height : 100%;
   width : 197px;
   left : -285px;
   top : 0;
}

#MENU {
	position : absolute;
	top : 96px;
	left : 0;
	width : 197px;
	height : 100%;
	overflow : visible;
	z-index : 10;
}
#HEADER
{
	position : absolute;
   top : 0; 
	right : 0px;
	width : 751px;
	margin : 0;
	overflow : hidden;
}

#FOOTER {
	bottom:0;
	height:0;
}
#CONTENT {
	position : absolute;
	top : 150px;
	right : 50px;
	width : 665px;
	margin : 0;	
	border : 2px;
	overflow:visible;	
}
#LOGO{
   position : absolute;
   left : 0px;
   top : 0;
   width : 215px;
   margin : 0;
   overflow : visible;
}
