﻿@import url(layout.css);
@import url(MastAndNav.css);

	
#column_l {
	width: 120px;
	margin: 0;
	padding: 0 15px;
	background-color: #D1D9C1;
}

#column_r {
    width: 600px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #D1D9C1;
	position: relative;
}
