@charset "utf-8";
body {
	background: #83320a;
	background-image:url(images/BKGD_stars.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment: fixed;
	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: #000000;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;	
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #993300;
	background-image:url(images/crimson_star_graphic.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #612304;
	border-right: 1px solid #612304;
	border-bottom: 1px solid #612304;
	border-top: 1px solid #83320a;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#navigation {
	width: 520px;
	position: relative;
	left: 137px;
	top: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.oneColFixCtr #mainContent {
	padding: 80px 93px 12px 82px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent h1 {
	font-size: 14px;
	color: #3f1211;
	padding-left: 200px;
}

.oneColFixCtr #mainContent h2 {
	font-size: 12px;
	color: #3f1211;
	margin-bottom: -8px;
	_margin-bottom: -16px;
	padding-top: 8px;
	_padding-top: 4px;
}

#TTL {
	padding-left: 200px;
}

.oneColFixCtr #mainContent blockquote {
	color: #999999;
	font-style: italic;
}

.oneColFixCtr #mainContent a:link, .oneColFixCtr #mainContent a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.oneColFixCtr #mainContent a:hover, .oneColFixCtr #mainContent a:active {
	color: #000000;
	background-color:#FFFFFF;
	text-decoration: none;
}

.oneColFixCtr #mainContent a.imageLink:link, .oneColFixCtr #mainContent a.imageLink:visited {
	color: #993300;
	text-decoration: none;
}

.oneColFixCtr #mainContent a.imageLink:hover, .oneColFixCtr #mainContent a.imageLink:active {
	color: #993300;
	background-color:#993300;
	text-decoration: none;
}

#pic_border {
	padding: 4px;
	border: 1px solid #333333;
	background-color:#FFFFFF;
	margin-right:16px;
	margin-top: 4px;
}



#copyright {
	padding-top: 8px;
	padding-bottom: 10px;
	color: #552107;
}

#copyright a:link, #copyright a:visited {
	color: #552107;
	text-decoration: underline;
}

#copyright a:hover, #copyright a:active {
	color: #552107;
	text-decoration: none;
}