
body {
	background: #d3caaa url(/img/bg-page.png) repeat-x top;
}

#header {
	background: #E5B159;
}

#header h1, h2 {
	display: inline;
	margin-left: 10px;
}

#header a {
	text-decoration: none;
	color: black;
	margin-left: 10px;
}

#top .first {
	width: 15px;
	height: 15px;
 	line-height: 15px;
	background: url(/img/nw.gif);
}

#top .half {
	border-top: 2px solid #796646;
 	height: 13px;
 	line-height: 13px;
	margin: -15px 15px 0 15px;
	background: #E5B159;
}

#top .second {
	width: 15px;
	height: 15px;
 	line-height: 15px;
	margin-top: -15px;
	float: right;
	background: url(/img/ne.gif);
}

.content {
	border-top: 0px none #fff;
	border-bottom: 0px none #fff;
	border-left: 2px solid #796646;
	border-right: 2px solid #796646;
	background: #d3caaa;
}

.content #header {
	border-top: 1px solid #E5B159;
}

.content #footer {
	border-bottom: 1px solid #d3caaa;
}

#wiki {
	margin: 0 15px 0 15px;
}


#bottom .first {
	width: 15px;
	height: 15px;
	line-height: 15px;
	background: url(/img/sw.gif);
}

#bottom .half {
	border: 0px;
	border-bottom: 2px solid #796646;
	height: 13px;
	line-height: 13px;
	margin: -15px 15px 0 15px;
	background: #d3caaa;
}

#bottom .second {
	width: 15px;
	height: 15px;
	line-height: 15px;
	margin-top: -15px;
	float: right;
	background: url(/img/se.gif);
}
