body{
	font:13px/22px;
	background-color: #DDDDDD;
}
.container{
	max-width:960px;
	margin:0 auto;
	margin-bottom: 30px;
}

#top {
	background-color: black;
}

#links{
	background:black;
	padding:8px;
	margin:0;
	font: 13px/13px;
	color:silver;
}
#links p{
	margin:0;
}
#links a{
	color:#fff;
	text-decoration:none;
}
#links a:hover {
	color: #555;
}

#links ul{
	list-style-type:none;
}
#links li{
	display: inline-block;
	margin:0;
	padding:0;
	margin-right:16px;
}

#contents {
	display: table-row;
	min-height: 200px;
}

#text {
	display: table-cell;
	background-color: white;
	width: 676px;
	border-left: 2px solid;
	border-right: 2px solid;
	border-bottom: 2px solid;
}

#text a {
	color: #910B15;
	text-decoration:none;
	font-weight: bold;
}

#wikitext {
	padding:8px;
}

#blog {
	margin:0;
	display: table-cell;
	background-color: white;
	width: 278px;
	border-right: 2px solid;
	border-bottom: 2px solid;
	
}

#blog h1 {
	padding-left: 8px;
}

#blog a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

#blog a:hover {
	color: #555;
}

#blog ul {
	margin:0;
	list-style-type:none;
	padding: 8px;
}

#blog li {
	margin:0;
	padding-bottom: 5px;
}