#header {
	border: 1px solid #cecea5;
	background: #fff url(../images/bannerback.jpg) repeat-x left;
	text-align: center;
	height: 160px;
}
#outer_wrapper {
	background: #fff url(../images/background_3.gif) repeat-y left;
}
#wrapper {

	background: url(../images/background_2.gif) repeat-y right;
}

#container {
	width: 100%;
	float: left;
	margin-right: -200px;
	background: url(../images/background_2.gif) repeat-y right;
}
#content {
	margin-right: 200px;
	background: url(../images/background_3.gif) repeat-y left;
}
#main {
	margin-left: 160px;
}
#left {
	width: 150px;
	float: left;
	text-align:left;
	
}
#sidebar {
	width: 200px;
	float: right;
}
#footer {
	border: 1px solid #cecea5;
	background: #000;
	text-align: center;
	color: white;
}

.last {
	margin-bottom: 0;
}
.clearing {
	height: 0;
	clear: both;
}

