  #mainBox {
  	background: no-repeat url('top.png')  #f5fcc6;
  	height: 378px;
  }

 /* Subnavigation */
   #links {
	position: relative;
	top: -35px;
   	text-align: right;
   	height: 10px;
   }
   
   #links a {
	vertical-align: baseline;
   	margin-left: 10px;
   }
   
   #links a {
   	text-decoration: none;
   }
   
   #links a.active  {
   	color: #356c07;
	background: repeat-x bottom url('../../navigation_line.png');
   }
   
   #links  a.inactive {
   	color: #636650;
   }
   
   #links  a.inactive:hover {
   	color: #000000;
   	text-decoration: underline;
   }
 
 /* Content */
 #scroll {
 	height: 298px;
 	overflow: auto;
 	padding-right: 10px;
 }
 
 hr.comment {
 	margin: 0 20% 0 20%;
 	border: 0;
 	border-top: 1px solid #356c07;
 	height: 0;
 }
 
 div.comment {
 	padding: 0.1cm 0 0.5cm 0;
 }
 
 .comment .image {
 	text-align: center;
 	padding-top: 1em;
 }
 
 .comment .source {
 	text-align: right;
 	font-size: 0.9em;
 	font-weight: bold;
 }
 
 .comment .content {
 	text-align: justify;
 }
