﻿#left_col {
	width: 43px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#right_col {
	width: 43px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#page_content {
	margin-right: 60px;
	margin-left: 60px;
}
	
#container {
	position: relative;
	width: 100%;
}

#left_col img {
float: right;
border: 0px;
position: relative;
top: 190px;
}

#right_col img {
float: left;
border: 0px;
position: relative;
top: 190px;}
