body {
	margin:0px;
	padding:0px;
	font-family:'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
	color:#678;
	background-color:#000;
	background-image:url(http://armour.inspiracy.com/art/bkg.gif);
	text-decoration:none;
	}

h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', LucidaGrande,  sans-serif;
	font-size:12px;
	line-height:14px;
	font-weight: 700;
	color:#000;
	background-color: inherit;
	}

h2 {
	color: #999;
	background-color: inherit;
	font-family: Georgia, serif;
	font-size: 13px;
	font-weight:600;
	line-height: 11px;
	text-align: left;
	margin: 30px 0px 0px 0px;
	}

p {
	font-size: 10px;
	line-height: 14px;
	text-align: justify;
	margin:10px;
	padding:0px;
	}

a {
	color:#f0f8ff;
	background-color: inherit;
	text-decoration:none;
	font-weight: normal;
	}
a:link {
	color:#660;
	background-color: inherit;
	}
a:visited {
	color:#456;
	background-color: inherit;
	}
a:hover {
	color:#03F;
	background-color: inherit;
	border-bottom: 1px dotted #999;
	}

img {
	border: none
	}

#Header {
	font-size:9px;
	line-height:22px;
	text-align: left;
	margin:40px 0px 0px 30px;
	/* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
	height:322px;
	\height:72px; /* 300px + 22px = 322px */
	he\ight:322px;
	background-color: transparent;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:322px;}

#Content {
	margin:28px 190px 55px 190px;
	padding:0px 40px 20px 40px;
	color: inherit;
	background-color: #f8f8ff;
	border:1px solid #667788;
	}

#Content a:link {
	font-weight: normal;
        color:#600; 
        background-color: inherit;
        }
#Content a:visited {
        color:#456;   
        background-color: inherit;
        }
#Content a:hover {
        color:#03F;
	font-weight: bold;
        background-color: inherit;
        border-bottom: 1px dotted #999;
        }

#menu-l {
	position:absolute;
	top:390px;
	left:30px;
	width:132px;
	\width:152px;
	w\idth:132px;
	padding:0px 0px 0px 10px;
	background-color: transparent;
	border:1px solid #600;
	font-size:9px;
	line-height:11px;
	}
/* Again, "be nice to Opera 5". */
body>#menu-l {width:132px;}

#menu-l a { 
	color:#f0f8ff;
	background-color: inherit;
	text-decoration:none;
	font-weight: normal;
	}
#menu-l a:link {
	color:#600;
	background-color: inherit;
	}
#menu-l a:visited {
	color:#345;
	background-color: inherit;
	}
#menu-l a:hover {
	color:#FF0000;
	background-color: inherit;
	border-bottom: none;
	}

#menu-r {
	position:absolute;
	top:390px;
	right:30px;
	width:132px;
	\width:152px;
	w\idth:132px;
	padding:0px 0px 0px 10px;
	background-color: transparent;
	border:1px solid #600;
	font-size:9px;
	line-height:11px;
	}
/* Again, "be nice to Opera 5". */
body>#menu-r {width:132px;}

#menu-r a {
	color:#f0f8ff;
	background-color: inherit;
	text-decoration:none;
	font-weight: normal;
	}
#menu-r a:link {
	color:#600;
	background-color: inherit;
	}
#menu-r a:visited {
	color:#345;
	background-color: inherit;
	} 
#menu-r a:hover {
	color:#FF0000;
	background-color: inherit;
	border-bottom: none;  
	}

.time {
	color: #778899;
	background-color: inherit;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}

.blogComment {
	color: #778899;
	background-color: inherit;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}

.blogComments {
	color: #778899;
	background-color: inherit;
	font-size: 9px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	}

.byline {
	color: red;
	background-color: inherit;
	font-size: 9px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
