/* CSS Document */
body {
	margin-top: -10px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-y;
	background-color: black;
	
}

#banner {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 780px;
	height: 200px;
	background: url(/images/banner.gif);
	background-repeat: no-repeat;
	margin-left: -10px;
	margin-top: -10px;
}

.center_column {
	float: left;
	width: 33.3%;
	height: 300px;
	text-align: center;
}

#content {
	position: absolute;
	top: 199px;
	left: 159px;
	width: 600px;
	height: 100%;
	border-width: 1px 1px 0px 0px;
	border-spacing: 0px;
	border-style: solid solid solid solid ;
	border-color: #472921;
	border-collapse: separate;
	background-color: ;
	z-index: 5;
	margin-bottom: -1px;
	padding-left: 10px;
}

#container {
	height: 1200px;
} 

#left_sidebar {
	position: absolute;
	width: 160px;
	height: 100%;
	left: -6px;
	top: 200px;
	z-index: 1;
	margin-bottom: 1px;
	text-align: center;
	padding-top: 5px;
}

#left_sidebar img{
	border: 0px;
}

.left_column {
	float: left;
	width: 33.3%;
	height: 300px;
	text-align: center;
	margin-left: -10px;
}	

.right_column {
	float: left;
	width: 33.3%;
	height: 300px;
	text-align: center;
}


