body {
	color:#000;
	background: #8a9c64;
	margin:1px;
	padding:10px;
	font:12px verdana, arial, helvetica, sans-serif;
	}
p {margin: 8px 0 8px 0;} 
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#000;
	}
h2 {
	font:bold 12px/14px verdana, arial, 

helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h3 {
	margin:0px 0px 5px 0px;
	padding:0px;
	}
a {	color:#09c;
	font-size:12px;
	font-family:verdana, arial, helvetica, 
	font-weight:800;
sans-serif;

	text-decoration:none;
	}
a:link {color:#930;}
a:visited {color:#930;}
a:hover {background-color:#FFF;}
h1, h2, h3 {
		margin: 0px;
		padding: 0px;
	}
	  .blogbody {
		font-family:verdana, arial, sans-

serif;
background: #CCC;
		color:#000;
		font-size:normal;
		font-weight:normal;
  		  			
border-top:1px solid #333;
border-right:1px solid #333;
border-left:1px solid #333;
border-bottom:1px solid #333;		  		

	  		
  		padding:10px;
		}
.posted	{ 
		font-family:verdana, arial, sans-
	color:#000;
serif; 
		font-size: x-small; 
		padding:0px;
		}
  .margbody {
		font-family:verdana, arial, sans-

serif;
		color:#000;
background-color: #CCC;
	font-size:12px;
	font-family:verdana, arial, helvetica, 

sans-serif;
	font-weight:600;
	
border-top:1px solid #333;
border-right:1px solid #333;
border-left:1px solid #333;
border-bottom:1px solid #333;		  		

	  		
  		padding:10px;
		}
  .margbody2 {
		font-family:verdana, arial, sans-serif;
		color:#000;
background-color: #CCC;
	font-size:11px;
	font-weight:600;
		}
	.comments-body {
		font-family:verdana, arial, sans-
	color:#000;
serif;

		font-size:small;
		font-weight:normal;
  	
  		line-height:140%;			

		
		}		

	.comments-post {
		font-family:verdana, arial, sans-
	color:#000;
serif;

		font-size:x-small;
		font-weight:normal;
  		
 		margin-bottom:25px;
  		border-top:1px dashed #666;
		}	
		
	.comments-head	{ 
		font-family:verdana, arial, sans-

serif; 
		font-size: small; 

		font-weight:bold;
		text-transform:uppercase;
		border-bottom:1px solid #666;		
		}		



/* All the content boxes belong to the content 

class. */
.content {
	position:relative; /* Position is declared 

"relative" to gain control of stacking order (z-

index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;

	z-index:3; /* This allows the content to 

overlap the right menu in narrow windows in good 

browsers. */
	}

#navAlpha {
	position:absolute;
	width:130px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;

/* 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;
	width:160px;
	}
/* 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>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}




