@charset "UTF-8";
body {
	min-height: 100%;
	height: auto;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCC;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	background-image: url(images/mess.png);
	background-repeat: no-repeat;
	background-color: #121212;
	background-position: center top;
	background-attachment: fixed;
	letter-spacing: .2em;
	line-height: 1.6em;
}
a:link {
	color: #FFF;
}
a:visited {
	color: #666;
}
a:hover {
	color: #FFF;
}
.oneColFixCtr #container {
	width: 800px;
	height: 100px;
	min-height: 1280px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/content-BG.png);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	position: relative;
	top: 400px;
	background-attachment: fixed;
	background-repeat: repeat;
	overflow: visible;
}
.oneColFixCtr #mainContent {
	height:100%;
	position: absolute;
	width: 760px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	top: -0px;
}
.stack {
	height: auto;
	width: 780px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	top: -400px;
}
.fade {
	background-image: url(images/fade.png);
	background-repeat: repeat-x;
	height: 400px;
	width: 800px;
	position: relative;
	top: -400px;
}
.title {
	width: 760px;
	height:65px;
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
.intro {
	font-size: 14px;
	margin-top: 20px;
	font-family: Georgia;
	width: 380px;
}

.h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 200%;
	font-weight:bold;
	color:#FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: small-caps;
}
.blurb {
	position: static;
	top: 0px;
}

.Menu {
	width: 780px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	top: -450px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.titleImage {
	position: absolute;
	left: 0px;
	top: -440px;
}
.logoAttach {
	background-image: url(images/logoattach.png);
	position: fixed;
	top: 400px;
	left: 0px;
	height: 66px;
	width: 200px;
}

.smallcaps {
	font-variant: small-caps;
	font-weight: bold;
}
