﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #A22521;
	background-image: url('../IndexImages/CNCbackgroundsheet.jpg');
	background-repeat: repeat;
	position: fixed;
	right: auto;
	left: auto;
}

#masthead {
	background-repeat: no-repeat;
	background-image: url('../IndexImages/CNC_NEWMaster_Banner.jpg');
}

#top_nav {
	font-family: "Albertus Medium", "Arial Black", sans-serif;
	font-size: medium;
	color: #3D0D0C;
	text-decoration: none;
}
#container {
	min-width: 600px;
	right: auto;
	left: auto;
	font-family: "Century Gothic", Arial, sans-serif;
	text-decoration: none;
}
#left_col {
	background-position: center;
	width: 200px;
	float: left;
	font-family: "Century Gothic", Arial, sans-serif;
	text-decoration: none;
	font-size: medium;
	color: #3D0D0C;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../IndexImages/CNC_LeftNavBarBack.jpg');
}
#page_content {
	margin-left: 200px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #A22521;
}
#footer {
	clear: both;
	color: #C98A21;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: small;
	text-decoration: none;
	background-color: #A22521;
	background-repeat: no-repeat;
}

