﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
}

#top_nav {
	background: no-repeat center;
	font-family: "Lucida Sans";
	font-size: 50pt;
	font-weight: bold;
	font-style: normal;
	visibility: visible;
	color: #CC0000;
}
#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
	font-family: "Lucida Sans";
	font-size: x-large;
	font-weight: normal;
	font-style: normal;
	color: #CC0000;
	clip: rect(auto, auto, auto, 10px);
	background-image: url('Images/City_Modified.jpg');
}

#page_content {
	margin-left: 200px;
}

#footer {
	clear: both;
}
