/* CSS Document */
/* Constants specific to type1 page layout*/
/* These ones apply only to the screen */
@media screen {
*#main_body {
  width: 800px;
} 
*#main_spacer {
  width: 520px; height: 1px;
} 
*#left_spacer, *#right_spacer {
  width: 40px; height: 400px;
}
*#main {
  height: 380px;
}  
}  .left_menu {
	line-height: 20px;
	font-weight: bold;
	color: #660000;
}
.hover {
	color: #660000;
	text-decoration: none;
}

