#leftcol {
	float: left;
	width: 200px;
	margin-left: 18px;
	margin-right: 15px;
	padding-bottom: 8px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #B0CC38;
	margin-top: 25px;
}
#main-content {
	float: left;
	width: 340px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B0CC38;
	padding-left: 20px;
	margin-bottom: 25px;
	margin-top: 25px;
}
#hight-holder {
	float: right;
	height: 500px;
	width: 10px;
}
#header {
	margin-left: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
