/*Used By Two Column Layout */
#header {
	background-image: url(../images/common/header.jpg);
	height: 77px;
}
#top_image {
	background-image: url(../images/common/drop.jpg);
	height: 196px;
}
#columns_top {
	background-image: url(../images/two_column/background_top.jpg);
	height: 20px;
	margin-left: 1px;
}
#columns {
	background: url(../images/two_column/background_middle.jpg) repeat-y;
	min-height: 100px;
	margin-left: 1px;
	/*border: 2px black solid;*/
}
#column_left {
	float: left;
	width: 240px;
	padding-left: 90px;
	/*border: 2px black solid;*/
}
#column_right {
	float: left;
	width: 570px;
	padding-left: 20px;
	/*border: 2px black solid;*/
}
#clear {
	clear: both;
}
#columns_bottom {
	background-image: url(../images/two_column/background_bottom.jpg);
	height: 28px;
	margin-left: 1px;
}
#footer {
	background-image: url(../images/two_column/background_footer.jpg);
	height: 66px;
	margin-left: 1px;
}
#left_footer_content {
	float: left;
	margin-left: 80px;
	width: 400px;
	height: 50px;
	/* border: 2px black solid; */
}
#right_footer_content {
	float: right;
	margin-right: 80px;
	width: 400px;
	height: 50px;
	/* border: 2px black solid; */
}
