@charset "utf-8";
/* CSS Document */



body {
	background-color: #473e39;
	background-image:  url(images/background.jpg);
	background-repeat: repeat-x;
}
#wrapper{
	width:860px;
	margin: 0px auto 0px auto;
	background:#000;
	padding:5px;
}
#wrapper img{
	padding:5px;
}

#header{
	width:800px;
	height:130px;
	margin: 0px auto 0px auto;
	background:url(images/new_hdr.jpg) no-repeat;
}
.column{
	width:270px;
	padding:0 0 0 10px;
	float:left;	
	padding-bottom:10px;
	
}
.middlecolumn{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	background:#111;
}
.bottomcolumn{
	border-bottom: 1px solid #333;
}
.topcolumn{
	border-top: 1px solid #333;
}
.clear{
	clear:both;
}

.horiz{
	color:#333;
	background-color:#333;
	border:none;
	height:1px;
	
}
