@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
}
#container {
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: url(../images/main_bg.gif) repeat-y;
}
#content_wrapper {
	position: relative;
	width: 490px;
	float: right;
	margin: 30px 0;
}
#content {
	position: relative;
	width: 350px;
	float: left;
}
#sidebar_right {
	position: relative;
	width: 130px;
	float: right;
}
#content p.prev_next {
	text-align: center;
	margin-top: 30px;
}
p.prev_next span {
	color: #999;
}
p.prev_next a {
	color: #000;
}

/* MISC */

.spacer {
	height: 0;
	line-height: 0;
	clear: both;
}
li.footer {
}
a img {
	border: none;
}
