﻿@import url(layout.css);
#column_l {
	position: relative;
	float:none;
	padding: 10px;
	margin: 5px 350px 5px 5px;
	height:100%;
	background-color: #fff;
	font: Arial;
	color=#000000;
}
#column_r {
	margin: 0;
	padding: 10px;
	background-color:#D8DFEA;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 330px;
}
#footer {
	background-color: #eee;
	padding-bottom: 5px;
}

