﻿@import url(layout.css);
body {
	color: #000;
	background-image: url('../images/background3.jpg');
	font-weight: 700;
}
#container {
	width: 795px;
	margin: 0 auto;
	background: #fff;
}
#masthead {
	width: 795px;
	padding: 0;
	height: 175px;
}
#navigation {
	margin-right: 0px;
	margin-left: 0px;
	height: 30px;
}
#column_l {
	width: 781px;
	top: 0px;
	left: 0px;
	}
#column_r {
	width: 0px;
	margin: 0;
	float: right;
	background-color: #eef;
	position: relative;
}
#footer {
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	overflow: hidden;
	padding: 2px;
	height: 45px;
	background-color: #B60302;
	font-family: Garamond, Arial, "Times New Roman", sans-serif;
	clear: both;
	width: auto;
	color: #F0EDCC;
	font-size: small;
}
