@charset "utf-8";
body {
	background-color: #CCC;
	background-attachment: fixed;
	background-image: url(images/metback.png);
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
#primary {
	position: relative;
	width: 630px;
	min-height: 650px;
	max-height: 1000px;
	text-align: left;
	margin-left: 225px;
	margin-right: auto;
	margin-top: 110px;
	background-color: #FFF;
	border-top: 3px solid #666666;
	Border-bottom: 3px solid #666666;
	Border-right: 3px solid #666666;
	padding-left: 20px;
}
#navigation {
	position: absolute;
	top: -3px;
	width: 150px;
	height: 100%;
	text-align: left;
	left: -152px;
	background-color: #666666;
	border-top: 3px solid #666666;
	Border-bottom: 3px solid #666666;
	Border-left: 3px solid #666666;
	padding-left: 5px;
	padding-right: 5px;
}
#content h1 {
	font-size: 36pt;
}

#logo {
	background-image: url(images/cmdlogo.png);
	position: absolute;
	width: 300px;
	height: 163px;
	left: -223px;
	top: -110px;
}


