html, body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#f4f4f4;
	font-family:"Trebuchet MS", "Tahoma", "Arial";
}
h1 {
	font-family: "Georgia", "Arial";
}
td {
	vertical-align:top;
}
table.container {
	width:100%;
}
td.menubox {
	width:179px;
	background-image:url("../graphics/menu_bg.png");
	font-size:12px;
	color:#fff;
}
* html td.menubox {
	height:100%;
	min-height:100%; 
}
#menu {
	padding:10px 10px 20px 20px;
}
div.menu_title {
	margin-bottom:7px;
	font-size:large;
}
#menu a {
	text-decoration:none;
	color:#999;
} 
#menu a:hover {
	text-decoration:underline;
}
td.contents {
	margin-left:179px;
 	min-height:100%; 
}
* html td.contents {
	height:100%;
}
#top {
	width:100%;
	height:100px;
	background-color:#6d0101;
}
#logo {
	padding:5px 0 0 20px;
	vertical-align:middle;
	font:bold 72px "Georgia", "Arial";
	color:#fff;
}
#logo a {
	color:#fff;
	text-decoration:none;
}
table.in_the_middle {
	margin:10px 0 0 10px;
}
td.middle {
	width:80%;
	vertical-align:top;
}
#right_pane {
	margin:0 10px;
	width:150px;
/* 	height:600px; */
/* 	background-color:#fff; */
/* 	border:1px solid #666; */
}
div.post {
	margin-bottom:10px;
	padding:5px;
	background-color:#fff;
	border:1px solid #666;
}
#language_info {
	margin:0 0 10px 0;
	padding:2px;
	border:1px solid #666;
	background-color:#fff;
	font-size:x-small;
	text-align:center;
}
#search {
	margin:20px 0 0 0;
}
input.search_field {
	border:1px solid #000;
}
input.submit {
	border:1px solid #000;
	background-color:#eee;
}
#search_submit {
	margin:5px 0 0 0;
}
#recent {
	margin:10px 0 0 0;
}
img.border {
	border:1px solid #000;
}
#source {
	font-size:x-small;
}
#bottom {
	height:80px;
}
hr {
	border: 0;
	height: 1px;
	background: #fa9300;
}
div.front_info2 {
	margin: 0px auto 40px auto;
	width: 451px;
}
div.front_info2 {
	width: 500px;
}

