body {
		background: url('ALbg.jpg') fixed center no-repeat; 
		font-family: "Century Gothic", verdana, lucida, sans-serif;
		margin:10px; 
		padding:0px;
		}
		
A			{COLOR: #8B2252; TEXT-DECORATION: none;}
A:link 		{COLOR: #8B2252;}
A:visited	{COLOR: #8B2252;}
A:hover		{COLOR: #8B2252; BACKGROUND: #CD5C5C;}
A:active	{COLOR: #8B2252;}

#leftcontent {
	position:absolute;
	width:210px;
	margin-top:50px;
	margin-left:0px;
	border:1px solid #8B0A50;
	padding:5px;
	background-color:#BC8F8F;
	}
	
#centercontent {
	width:auto;
	min-width: 120px;
	margin-left: 230px;
	margin-right: 90px;
	margin-top: 30px;
	margin-bottom: 10px;
	background: none;
	padding:10px;

/* Layout a combo of Eric Costello/glish.com & Rob/bluerobot.com. Comments theirs.
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. */

	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left: 230px;
	margin-right: 90px;
	}
	
/* 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>#leftcontent {width:190px;}
		
#rightcontent {
	position:absolute;
	width:100px;
	margin-top:50px;
	margin-right:10px;
	border:1px solid #8B0A50;
	background-color:#fff;
	padding:10px;
	
/* Again, the ugly brilliant hack. */

	voice-family: "\"}\"";
	voice-family:inherit;
	width:148px;
	}
	
#banner {
		height:40px;
		background: #FFEFDB;
		padding: 5px;
   		margin-left: 230px;
		margin-right: 90px;
		min-width: 120px;
		border:1px solid #8B0A50;
		voice-family: "\"}\"";
		voice-family:inherit;
		}
		
/* Again, "be nice to Opera 5". */

body>#rightcontent {width:90px;}

html>body #centercontent {font-size: 13px;}

html>body #banner {height:39px;}

#footer {
	padding: 3px;
	}	
	
	p 	{
		padding-left: 30px;
		padding-left: 20px;
		}
	
	p.centercontent	{
		font-size: 10px;
		margin-left: 20px;
		padding-left: 20px;
		}
		
	p.banner {
		font-size:18px;
		text-transform:uppercase;
		text-align: center;
		color: #B22222;
		padding:5px;
		margin:0px;
		}
		
	p.quote {
		font-size:14px;
		text-align: center;
		color: #8B0A50;
		padding:10px 10px 10px 10px;
		margin:0px;
		}

	#rightcontent p {
		font-size:12px;
		}

	#leftcontent p {
		font-size:12px;
		}

	h1 {
		font-size:14px;
		padding:2px;
		}
		
	h1.banner {
		font-size: 24px;
		color: #B22222;
		text-decoration: bold;
		text-transform: uppercase;
		text-align: center;
		padding:5px;
		margin:0px;
		}

	h2 {	
		color: #8B0A50; 
		padding: 5px;
		}

	h2.section {	
		font-size: 12px; 
		color: #B22222; 
        text-transform: uppercase;
		letter-spacing: 0.09em;
		margin-top: 10px; 
		margin-bottom: 2px; 
		border-bottom: #B22222 1px solid;
		}
		
	h2.leader {	
		font-size: 14px; 
		font-weight: bold; 
		color: #8B0A50; 
		letter-spacing: 0.09em;
		text-align: left;
		text-transform: uppercase;
		margin-left: 0px; 
		margin-top: 10px; 
		padding-top: 2px; 
		padding-bottom: 1px; 
		padding-left: 5px; 
		border-left: #8B0A50 5px solid; 
        border-top: #8B0A50 1px solid; 
		}

	h3.subject {	
		font-size: 14px; 
		color: #8B0A50; 
		text-transform: lowercase;
        text-decoration: overline underline;
		letter-spacing: 0.09em;
		padding-left: 10px;
		margin-top: 13px;
		margin-bottom: 13px;
		}
		
	ul {	
	    list-style-type: square;
	    font-size: 12px;
	    padding-left: 20px; 
	    margin-top: 2px; 
	    margin-bottom: 0px; 
	    margin-left: 1em; 
	    }
	    
	li {	
	    font-size: 12px; 
	    }

#navcontainer {
	height: 20px;
	margin: 10px 0 0 10px;
	padding: 0;
	}

#navcontainer ul {
	list-style-type: none;
	text-align: center
	margin: 0;
	padding: 0;
	border: 0px none;
	}

#navcontainer ul li	{
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navcontainer ul li a {
	font: normal 12px/18px Tahoma, verdana, "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
	text-align: center;
	background: #fff;
	width: 150px;
	height: 20px;
	color: #8B0A50;
	text-decoration: none;
	text-transform: lowercase;
	margin: 0 0 0px 0;
	padding: 0;
	border-top: 1px solid #8B0A50;
	border-left: 1px solid #8B0A50;
	border-bottom: 1px solid #8B0A50;
	border-right: 1px solid #8B0A50;
	display: block;
	}

#navcontainer ul li a:hover	{
	color: #8B0A50;
	background: #CD5C5C;
	}

#navcontainer a:active {
	background: #8B0A50;
	color: #CD5C5C;
	}

#navcontainer li#active a {
	color: #003366;
	background: #CD5C5C;
	border: 1px solid #8B0A50;
	}
	
#navH {
	height: 20px;
	margin: 10px 0 0 10px;
	padding: 0;
	}

#navH ul {
	border: 0px none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center
	}

#navH ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	}

#navH ul li a {
	background: #fff;
	width: 75px;
	height: 20px;
	border-top: 1px solid #8B0A50;
	border-left: 1px solid #8B0A50;
	border-bottom: 1px solid #8B0A50;
	border-right: 1px solid #8B0A50;
	padding: 0;
	margin: 0 0 0px 0;
	color: #8B0A50;
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	text-align: center;
	font: normal 12px/18px Tahoma, verdana, "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
	}

#navH ul li a:hover	{
	color: #8B0A50;
	background: #CD5C5C;
	}

#navH a:active {
	background: #CD5C5C;
	color: #8B0A50;
	}

#navH li#active a {
	background: #CD5C5C;
	border: 1px solid #8B0A50;
	color: #8B0A50;
	}
