#container {
   width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
	margin-top:10px;
}
#menu {
   margin-top:5px;
   margin-bottom:5px;
   font-size:24px;
   text-align:center;
   font-family:Tahoma;
}
#menu a {
   color:#9C9C9C;
   font-weight:bold;
   text-decoration:none;
}
#menu a:hover {
   text-decoration:underline;
   color:#DDDDDD;
}
#sub_menu {
   margin-top:10px;
   text-align:center;
   font-size:20px;
}
#innerds {
	background-color:#DDDDDD;
	border:1px solid black;
   font-family:Tahoma;
   padding-bottom:20px;
}
#footer {
   margin-bottom:10px;
}




#chroottut {
	margin-top:10px;
	margin-bottom:10px;
	border-top:2px solid silver;
	border-bottom:2px solid silver;
	width:100%;
}
#chroottut li {
	margin-top:10px;
	margin-bottom:10px;
	margin-left:30px;
	font-size:18px;
}
#chroottut textarea {
   display:block;
   width:90%;
   font-family:courier;
}