BODY {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
DIV#container {
	width:900px;
	margin:0px auto;
}
DIV#header {
	width:100%;
	height:190px;
	overflow:hidden;
	color:white;
	clear:both;
}
DIV#header_leader {
	height:20px;
	line-height:20px;
	
	background-color:#262970;
	text-align:center;
}
DIV#header_image {
	width:900px;
	height:130px;
	cursor:pointer;
	background-image:url('images/fibro_header.gif');
}
DIV#header_trailer {
	height:40px;
	line-height:36px;
	background-color:#262970;
	text-align:center;
}
DIV#header_trailer A {
	font-weight:bold;
	color:white;
}
DIV#footer {
	height:20px;
	line-height:20px;
	
	background-color:#262970;
	text-align:center;
	color:white;
	clear:both;
}
DIV#main_body {
	padding:10px;
	float:right;
	clear:right;
	width:680px;
}
DIV#footer  A {
	color:white;
}
DIV#footer A, DIV#header A {
	color:inherit;
	clear:both;
}
DIV#left_menu {
	float:left;
	clear:left;
	width:200px;
	/*border:1px solid black;*/
}
UL#left_menu_ul {
	list-style-image:none;
	list-style-position:inherit;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
UL#left_menu_ul  LI {
	background-image:url('images/li-grad.gif');
	border:1px solid #001;
	margin:0px auto;
	padding-left:8px;
	background-color:#262970;
	color:white;
	font-weight:bold;
	font-size:16px;
	font-align:left;
	width:192px;
	height:20px;
	line-height:20px;
	cursor:pointer;
}
UL#left_menu_ul  LI:hover {
	background-image:none;
	border:1px solid #001;
	background-color:#121556;
	color:#EEE;
	cursor:pointer;
}
UL#left_menu_ul  LI  A {
	color:white;
	text-decoration:none;
}
