/* 	LAYOUT AND POSITIONING STYLES
	Peter Franceschi 2005 */
        .container {
			background-color: black;
			position: absolute;
			left: 50%;
			width: 650px;
			margin-left: -325px;
		}
		.header {
			background-image: url(/images/header.jpg);
			width: 600px;
			height: 70px;
			margin-left: 25px;
			margin-bottom: 25px;
		}
		.imagery {
			background-image: url(/images/imagery1.jpg);
			height: 220px;
			width: 600px;
			margin-left: 25px;
		}
		.panel {
			margin-left: 25px;
		}
		.panel a:hover {
			background-color: transparent;
		}
		.menu {
			margin-top: 25px;
			width: 200px;
			height: 191px;
			position: absolute;
		}
		.content {
			background-color: white;
			margin-left: 25px;
			margin-top: 252px;
			width: 600px;
			clear: both;
		}
		.footer {
			margin-top: 25px;
			margin-left: 25px;
			height: 80px;
			width: 600px;
			background-image: url(/images/bottom_bg.gif);
			background-repeat: no-repeat;
			background-color: #2d66b1;
		}
		.sidebar {
			width: 185px;
			border-left: 1px dotted black;
			float: right;
			padding: 15px;
			padding-top: 10px;
		}
		.main {
			padding-left: 15px;
			float: left;
			width: 360px;
			vertical-align: text-top;
		}
		.qc {
			margin: 20px 0 0 30px;
			text-align: left;
			font-size: 11px;
			color: white;
			float: left;
		}
		.legal {
			margin: 20px 40px 0 0;
			text-align: right;
			font-size: 11px;
			color: white;
			float: right;
		}

