body {
	background-image: url("../images/wood_bg.jpg");
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #000;
}

#container {
	width: 1000px;
	margin: 0 auto;
}

#banner {
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	height: 150px;
}

#pagebody {
	width: 800px;
	margin: 0 auto;
}

#menu {
	height: 30px;
	overflow: hidden;
	background-image: url("../images/menu_bg.jpg");
	background-repeat: repeat-x;
	background-color: #777;
}

#menu_list li {
	float: left;
	margin-right: 2px;
}

#menu_list a {
	display: block;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#menu_list a.active {
	color: #777;
	background-color: #fff;	
}

#menu_list a:hover {
	color: #777;
	background-color: #ccc;	
}

#content_pad {
	padding: 20px;
	position: relative;
}

#footer {
	padding: 10px;
	text-align: center;
	font-size: 10px;
}

/* Front page posters */

#front_poster {
	text-align: center;
	float: right;
	position: relative;
	top: -100px;
	right: 40px;
	margin: 0 0 -100px 60px;
}
#front_poster img {
	line-height: 0px;
}

img.outline {
	border: 2px solid #aaa;
}

img.poster {
	margin-bottom: 5px;	
}

#show_description {
	width: 500px;	
}

/* Generic containers */

.floatleft {
	float: left;
	margin: 0 10px 10px 0;	
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;	
}

.floatleft img {
	margin-bottom: 5px;	
}

.floatright img {
	margin-bottom: 5px;	
}

.half {
	float: left;
	width: 380px;	
}

.third {
	float: left;
	width: 253px;	
}

.fourth {
	float: left;
	width: 190px;	
}

.pad10 {
	padding: 10px;	
}

.pad10-l {
	padding-left: 10px;	
}

.pad10-r {
	padding-right: 10px;	
}

.pad10-b {
	padding-bottom: 10px;	
}

.pad20 {
	padding: 20px;	
}

.pad20-l {
	padding-left: 20px;	
}

.pad20-r {
	padding-right: 20px;	
}

.pad20-b {
	padding-bottom: 20px;	
}

.clear {
	clear: both;	
}
