<style>
/*
====================
 HTML
====================
*/
html,body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #555648;
	background-image: url(img/body_bg.gif);
	background-position: 20px;
	background-repeat: repeat-y;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background: #555648;
	background-image: url(img/body_bg.gif);
	background-position: 20px;
	background-repeat: repeat-y;
}
.imgborder { /* Class for images, so we can have nice white borders around them */
	border: 1px solid #000000;
	_border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 5px;
	min-width: 250px;
	max-width: 95%;
	width: expression(this.width > 95 ? 95: true);
	_max-width: 500px;
	_width: expression(this.width > 500 ? 500: true);
	text-align: left;
}
.imgborder2 { /* Class for images, so we can have nice white borders around them */
	min-width: 250px;
	max-width: 95%;
	width: expression(this.width > 95 ? 95: true);
	_max-width: 500px;
	_width: expression(this.width > 500 ? 500: true);
}
/*
====================
 HEADER
====================
*/
#header {
	height: 171px;
	width: 100%;
	background: url("header/rotator.php") repeat-x right top;
	margin-top: 40px;
	text-align: left;
	z-index: 5;
	position: relative;
}
#line {
	height: 5px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#nav {
	height: 161px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: url("img/soldiers.png") right bottom no-repeat;
	_background: url("img/soldiers2.png") right bottom no-repeat; /* IE hack */
}
			#nav ul {
				list-style: url(none) none outside;
				padding: 0px;
				margin: 0px;
			}
			#nav li {
				height: 19px;
				width: 100%;
				font-family: "Times New Roman", Times, serif;
				font-size: 14px;
				text-transform: uppercase;
				letter-spacing: 0.20em;
			}
			#nav a {
				color: #FFFFFF;
				background: url(img/nav_slant.gif) repeat-x;
				width: 100%;
				height: 19px;
				padding: 0px;
				margin: 0px;
				display: block;
				margin-top: 1px;
				text-indent: 49%;
				text-decoration: none;
				line-height: 130%;
			}
			#nav a:hover {
				color: #000000;
				background: url(img/hover.gif) no-repeat 44%;
				text-indent: 47%;
				text-decoration: none;
				font-style: oblique;
				font-weight: bold;
				line-height: 130%;
			}
#logo {
	width: 44%;
	height: 161px;
	background: url(img/poster_bg.jpg) repeat-x #000000;
	margin-top: -162px;
	float: left;
}
#poster {
	width: 100%;
	height: 161px;
	background: url("header/logo/rotator.php") no-repeat right;
}
/*
====================
 CONTENT
====================
*/
#content { /* This is the big tan rectangle which contains the entire content + sidebar */
	width: 80%;
	position: relative;
	z-index: 1;
	background-color: #E1E2CD;
	border: 3px solid #FFFFFF;
	margin-top: -196px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(img/sidebar_bg2.gif); /* Gives us the dotted sidebar line border between content & sidebar */
	background-repeat: repeat-y;
	background-position: 73% 0;
}
#content_top { /* Gives us the space from the top of the site container + 15 or so px below the header strip */
	width: 100%;
	height: 194px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	line-height: 180%;
	background-color: #E1E2CD;
}
#content_main { /* Raw content area */
	width: 73%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#content_container_wrapper { /* FireFox hack to center our content so we can have some open space on the edges */
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: justify;
}
#content_container { /* So we can have a dotted border at 50% width when we have 2 columns */
	width: 100%;
	margin-bottom: 15px;
	background-image: url(img/sidebar_border.gif);
	background-repeat: repeat-y;
	background-position: 50%;
	overflow: hidden;
	border: none 0px #FFFFFF;
}
			#content_container a {
				color: #9E0B0E;
				padding-left: 2px;
				padding-right: 2px;
				border-bottom: 1px solid #9E0B0E;
				text-decoration: none;
			}
			#content_container a:hover {
				color: #9E0B0E;
				padding-left: 2px;
				padding-right: 2px;
				background-color: #FFFFFF;
				border-bottom: 1px solid #9E0B0E;
				text-decoration: none;
			}
			#content_container a:visited {
				color: #790000;
				padding-left: 2px;
				padding-right: 2px;
				border-bottom: 1px solid #790000;
				text-decoration: none;
			}
#content_left { /* Left column */
	width: 47%;
	float: left;
}
#content_right { /* Right column */
	width: 47%;
	float: right;
}
#content_spanned { /* Column over entire width */
	width: 100%;
	background-image: url(img/content_line.gif);
	background-repeat: repeat-x;
	fong-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 15px;
	overflow: hidden;
	display: block;
}
			#content_spanned a {
				color: #9E0B0E;
				padding-left: 2px;
				padding-right: 2px;
				border-bottom: 1px solid #9E0B0E;
				text-decoration: none;
			}
			#content_spanned a:hover {
				color: #9E0B0E;
				padding-left: 2px;
				padding-right: 2px;
				background-color: #FFFFFF;
				border-bottom: 1px solid #9E0B0E;
				text-decoration: none;
			}
			#content_spanned a:visited {
				color: #790000;
				padding-left: 2px;
				padding-right: 2px;
				border-bottom: 1px solid #790000;
				text-decoration: none;
			}
#content_bottom_space { /* Ensures a small space at the bottom (of the main site div with white border) to make the vertical dotted seperator line look good */
	width: 100%;
	height: 25px;
	clear: both;
	border-right: 2px solid #e1e2cd;
	_float: left;
}
			#content h1 {
				font-family: "Times New Roman", Times, serif;
				font-size: 22px;
				/*font-style: italic;*/
				text-transform: uppercase;
				color: #9E0B0E;
				text-align: center;
				vertical-align: middle;
				letter-spacing: 0.10em;
				font-weight: normal;
				/*border-top: dotted 1px #000000;*/
				border-bottom: solid 1px #cccdbc;
				/*background-color: #EEEDE5;*/
				height: 30px;
				margin-top: 15px;
				_margin-top: 15px;
				line-height: 150%;
			}
			#content h2 {
				font-family: "Times New Roman", Times, serif;
				font-size: 15px;
				font-style: oblique;
				text-transform: uppercase;
				color: #000000;
				text-align: center;
				letter-spacing: 0.10em;
				border-bottom-width: 1px;
				border-bottom-style: dotted;
				border-bottom-color: #B3B4A1;
				padding-bottom: 5px;
				margin: 0px;
				margin-bottom: 10px;
			}
/*
====================
 SIDEBAR CONTENT
====================
*/
#content_sidebar { /* This is the raw sidebar column */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 27%;
	float: left;
	text-align: center;
	margin-top: 5px; /* This ensures a 5px extra whitespace above the sidebar content for seperation with the header bar */
}
			#content_sidebar h2 {
				font-family: "Times New Roman", Times, serif;
				font-size: 15px;
				font-style: oblique;
				text-transform: uppercase;
				color: #000000;
				text-align: center;
				vertical-align: middle;
				letter-spacing: 0.1em;
				margin-top: 10px; /* This ensures a 10px extra whitespace above the sidebar content for seperation with the header bar + seperation between different sidebar blocks */
				margin-bottom: 1px;
				background-color: #C2BB97;
				background-image: url(img/news_slant.gif);
				display: block;
				border: none 0px;
				width: 99%;
				float: right;
			}
/*
====================
 SIDEBAR THREADS
====================
*/
#content_sidebar_threads {
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
			#content_sidebar_threads ul {
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
			#content_sidebar_threads li {
				margin-top: 5px;
				width: 100%;
				display: block;
				float: left;
			}
			#content_sidebar_threads a {
				background-image: url(img/forumpost.gif);
				text-indent: 17px;
				background-repeat: no-repeat;
				color: #000000;
				text-decoration: none;
				display: block;
				width: 100%;
				float: left;
			}
			#content_sidebar_threads a:hover {
				background-color: #ECEFD8;
				color: #9E0B0E;
				display: block;
				width: 100%;
				cursor: hand;
			}
/*
====================
 SIDEBAR JOURNALS
====================
*/
#content_sidebar_journals {
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
			#content_sidebar_journals ul {
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
			#content_sidebar_journals li {
				margin-top: 5px;
				width: 100%;
				display: block;
				float: left;
			}
			#content_sidebar_journals a {
				background-image: url(img/journalentry.gif);
				text-indent: 17px;
				background-repeat: no-repeat;
				color: #000000;
				text-decoration: none;
				display: block;
				width: 100%;
			}
			#content_sidebar_journals a:hover {
				background-color: #ECEFD8;
				color: #9E0B0E;
				display: block;
				width: 100%;
				cursor: hand;
			}
/*
====================
 SIDEBAR NEWS
====================
*/
#content_sidebar_news {
	text-align: left;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
			#content_sidebar_news ul {
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
			#content_sidebar_news li {
				margin-top: 5px;
				width: 100%;
				display: block;
				float: left;
			}
			#content_sidebar_news a {
				background-image: url(img/newsitem.gif);
				text-indent: 17px;
				background-repeat: no-repeat;
				color: #000000;
				text-decoration: none;
				display: block;
				width: 100%;
			}
			#content_sidebar_news a:hover {
				background-color: #ECEFD8;
				color: #9E0B0E;
				display: block;
				width: 100%;
				cursor: hand;
			}
/*
====================
 CONTENT NEWS
====================
*/
#newsad {
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
	float: left;
	width: 120px;
	height: 240px;
}
#newssubject {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #96874B;
	float: left;
	background-image: url(img/news_slant.gif);
	height: 20px;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	margin-bottom: 5px;
	line-height: 1.5em;
}
			#newssubject h3 {
				font-size: 13px;
				font-weight: bold;
				color: #FFFFFF;
				_height: 20px;
			}
#newsdate {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #646432;
	float: left;
	height: 20px;
	margin-bottom: 5px;
}
#newsmessage {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3B4A1;
	width: 100%;
	text-align: justify;
	padding-bottom: 20px;
	float: left;
	display: block;
}
#newsauthor {
	font-style: italic;
	float: left;
	width: 60%;
	text-align: left;
	text-indent: 10px;
	margin-top: 5px;
	margin-bottom: 35px;
}
			#newsauthor a {
				color: #9E0B0E;
				padding-left: 2px;
				padding-right: 2px;
				text-decoration: none;
				font-weight: bold;
				font-style: italic;
			}
			#newsauthor a:hover {
				color: #9E0B0E;
				padding-left: 2px;
				padding-right: 2px;
				background-color: #FFFFFF;
				border-bottom: 1px solid #9E0B0E;
				text-decoration: none;
				font-weight: bold;
			}
			#newsauthor a:visited {
				color: #790000;
				padding-left: 2px;
				padding-right: 2px;
				text-decoration: none;
				font-weight: bold;
			}
#newsstats {
	float: left;
	text-align: right;
	width: 40%;
	margin-top: 5px;
	margin-bottom: 35px;
}
			#newsstats a {
				color: #9E0B0E;
				padding-left: 2px;
				padding-right: 2px;
				text-decoration: none;
				font-weight: bold;
				font-style: italic;
			}
			#newsstats a:hover {
				color: #9E0B0E;
				padding-left: 2px;
				padding-right: 2px;
				background-color: #FFFFFF;
				border-bottom: 1px solid #9E0B0E;
				text-decoration: none;
				font-weight: bold;
			}
			#newsstats a:visited {
				color: #790000;
				padding-left: 2px;
				padding-right: 2px;
				text-decoration: none;
				font-weight: bold;
			}
/*
====================
 CONTENT ABOUT
====================
*/
#about_title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #96874B;
	float: left;
	background-image: url(img/news_slant.gif);
	height: 20px;
	width: 100%;
	margin-bottom: 5px;
	line-height: 1.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: oblique;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.10em;
	clear: both;
	display: block;
}
#about_arrow {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1.7em;
	background-color: #646432;
	float: left;
	height: 20px;
	margin-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}
/*
====================
 CONTENT JOURNALS
====================
*/
#journalcontainer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	padding: 0px;
	display: block;
	float: left;
	margin-bottom: 20px;
}
			#journalcontainer a {
				background-repeat: no-repeat;
				color: #000000;
				text-decoration: none;
				text-align: justify;
				display: block;
				cursor: hand;
			}
			#journalcontainer a:hover {
				background-color: #FFFFFF;
				color: #9E0B0E;
			}
#journalsubject {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-color: #96874B;
	float: left;
	background-image: url(img/news_slant.gif);
	height: 20px;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	margin-bottom: 5px;
}
#journaldate {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #646432;
	float: left;
	height: 20px;
	margin-bottom: 5px;
}
#journalmessage {
	font-size: 12px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3B4A1;
	width: 100%;
	text-align: justify;
	padding-bottom: 20px;
}
#journal_other_entries {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	width: 100%;
	float: left;
	display: block;
}
			#journal_other_entries ul {
				list-style-type: none;
				margin: 0px;
				margin-top: 5px;
				padding: 0px;
			}
			#journal_other_entries li {
				margin-top: 5px;
				width: 100%;
				display: block;
				background-image: url(img/journalentry.gif);
				background-repeat: no-repeat;
				text-indent: 17px;
			}
			#journal_other_entries a:hover {
				color: #9E0B0E;
				background-color: #FFFFFF;
				border-bottom: 1px solid #9E0B0E;
				text-decoration: none;
				text-indent: 17px;
				background-image: url(img/journalentry.gif);
				background-repeat: no-repeat;
				display: block;
			}
			#journal_other_entries a {
				color: #9E0B0E;
				text-decoration: none;
				width: 100%;
				background-image: url(img/journalentry.gif);
				background-repeat: no-repeat;
				text-indent: 17px;
				display: block;
			}
			#journal_other_entries a:visited {
				color: #790000;
				text-decoration: none;
			}
/*
====================
 CONTACT
====================
*/
#mail_container {
	width: 100%;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	float: left;
	border: none 0px #FFFFFF;
}
#mail_left {
	width: 35%;
	float: left;
}
			#mail_left a {
				color: #9E0B0E;
				padding-left: 2px;
				padding-right: 2px;
				border-bottom: 1px solid #9E0B0E;
				text-decoration: none;
			}
			#mail_left a:hover {
				color: #9E0B0E;
				padding-left: 2px;
				padding-right: 2px;
				background-color: #FFFFFF;
				border-bottom: 1px solid #9E0B0E;
				text-decoration: none;
			}
			#mail_left a:visited {
				color: #790000;
				padding-left: 2px;
				padding-right: 2px;
				border-bottom: 1px solid #790000;
				text-decoration: none;
			}

#mail_right {
	width: 65%;
	float: right;
}
#mail_wrapper {
	width: 95%;
	border: 1px solid #B3B4A1;
	float: right;
	text-align: center;
	background-color: #E1E2CB;
	background-image: url(img/stripe_bg.gif);
}
#mail_thanks {
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#mail_error {
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
#mail_data {
	text-align: left;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
#mail_data textarea {
	width: 100%;
	border: 1px solid #B3B4A1;
	margin-left: auto;
	margin-right: auto;
}
#mail_data input {
	width: 100%;
	border: 1px solid #B3B4A1;
	margin-left: auto;
	margin-right: auto;
}
#mail_submit {
	text-align: center;
	clear: both;
	width: 100%;
	padding: 11px;
}
/*
====================
 FOOTER
====================
*/
#footer_minus {
	background-color: #990000;
	width: 100%;
	height: 35px;
	margin: 0px;
	margin-top: -30px;
	border-top: 5px solid #000000;
	float: left;
	display: block;
}
			#footer_minus a {
				color: #FFFFFF;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
				font-style: italic;
				background-color: #000000;
				height: 20px;
				width: 60px;
				display: block;
				float: right;
			}
			#footer_minus a:hover {
				color: #000000;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				font-weight: bold;
				text-decoration: none;
				text-align: center;
				font-style: italic;
				background-color: #FFFFFF;
				height: 20px;
				width: 60px;
				display: block;
				float: right;
			}
#footer {
	background-color: #990000;
	width: 100%;
	height: 75px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
	display: block;
}
#footer_left {
	width: 35%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	margin-top: 10px;
	display: block;
}
#footer_right {
	width: 65%;
	float: left;
	text-align: center;
	margin: 0px;
	margin-top: 10px;
	display: block;
}
#footer_browser {
	background-color: #000000;
	border: 1px dotted #FFFFFF;
	width: 95%;
	margin: 0px;
	text-align: center;
	float: right;
}
			#footer_browser img {
				border: none 0px;
				margin: 0px;
				padding: 0px;
			}
			#footer ul {
				list-style: url(none) none outside;
				padding: 0px;
				margin: 0px;
			}
			#footer li {
				height: 19px;
				font-family: "Times New Roman", Times, serif;
				font-size: 14px;
				text-transform: uppercase;
				letter-spacing: 0.20em;
				float: left;
				margin-right: 5px;
				margin-left: 5px;
			}
			#footer a {
				color: #FFFFFF;
				text-decoration: none;
				font-style: italic;
				border: none 0px;
			}
			#footer a:hover {
				color: #000000;
				text-decoration: none;
				font-style: oblique;
				font-weight: bold;
			}
/*
====================
 BIOGRAPHY
====================
*/
#bio_container {
	width: 100%;
	min-height: 160px;
	border: 1px solid #B3B4A1;
	margin-bottom: 20px;
	display: block;
	float: left;
	background: url(img/stripe_bg.gif);
}
#bio_avatar {
	margin: 10px;
	height: 120px;
}
#bio_text_wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	margin-top: -130px;
	display: block;
	width: 100%;	
}
#bio_name {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #646432;
	font-family: "Times New Roman", Times, serif;
	color: #646432;
}
#bio_bio {
	margin-top: 10px;
	margin-left: 135px;
	margin-right: 10px;
}
#bio_location {
	margin-top: 15px;
	margin-left: 135px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.smallimg_border { /* Class for images, so we can have nice white borders around them */
	border: 1px solid #000000;
	_border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
/*
====================
 COUNTDOWN INDEX
====================
*/
#countdowndiv {
	width: 643px;
	height: 25px;
	font-family: "Time New Roman", Times, serif;
	font-size: 21px;
	color: #FFFFFF;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#countdown_index_wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 643px;
	height: 573px;
	padding: 0px;
}
.indeximg { /* Class for images, so we can have nice white borders around them */
	border: 1px solid #000000;
	_border: 5px solid #FFFFFF;
	background-color: #FFFFFF;
	padding: 5px;
	_padding: 0px;
}
</style>
