﻿@import url(layout.css);
@import url(MastAndNav.css);

#page_content {
    text-align: center;
    background-color: #D1D9C1;
}	

#column_l {
	width: 0px;
	margin: 0;
	padding: 0 0px;
	background-color: #D1D9C1;
}

#column_r {
    width: 768px;
	margin: 0;
	float: right;
	padding: 0px;
	background-color: #D1D9C1;
	position: relative;
	text-align: center;
    top: -19px;
    left: 107px;
    height: 669px;
}
