		/*** The Essential Code ***/
   html, body {
   margin:0px; 
   padding:0px;
   width: 95%;
   background:#660000; 
   color: #FBE5B5;   
   font-family:verdana; 
   font-size:12px;
   }
   
	/* The header and footer */
	.headfoot {
	display:block; 
	height:70px; 
	background:#660000; 
	color:#FBE5B5; 
	text-align:center; 
	padding:5px;
	font-size:30px;
	}
	
	#footer {
	font-size: small;
	text-align: center;
	padding: 0.3em 0;
	background: #660000;
	}		

	/* This bit does all the work */
	#container {
	position:relative; 
	display:block; 
	background:#660000; 
	border-left:190px solid #660000; 
	border-right:190px solid #660000; 
	overflow:transparent;
	width: 55%;
	padding: 5px;
	}
	
	#left {
	float:left; 
	position:relative; 
	width:185px; 
	margin-left:-209px; 
	display:inline;
	background:transparent; 
	padding: 1px;		
	}
	
	#right {
	float:right; 
	position:relative; 
	width:198px; 
	margin-right:-209px; 
	display:inline;
	background:transparent; 
	padding: 1px;	
	}
	
	.clear {
	clear:both;
	height:1px;
	overflow:hidden;
	}
	
	a:visited {
	color:#99CCCC;
	}
	
	/* Just to extend each column */
	#container a:visited, a {
	color:#99CCCC; 
	text-decoration:none;
	}
	
	#container a span {
	display:none;
	}
	
	#container a:active, #container a:focus {
	color:#fff; 
	text-decoration:none; 
	background:transparent; 
	cursor:default;
	}
	
	#container a:active span, #container a:focus span {
	display:inline; 
	left:0;
	}
	
	.comment {
	text-align:center;
	}
	
	.comment a {
	text-decoration:underline;
	}
	
	em {
	font-weight:bold;
	}
	
	img.floatLeft { 
    float: left; 
    margin: 25px; 
}

img.floatRight { 
    float: left;
	margin: 25px; 
}
img.floatRight2 { 
    float: left;
	margin: 25px; 
}
  /* Main Navigation Structure
-------------------------------------------- */
	
#menu { 
	width: 50px; 
	padding: 0px;
	margin: 0px;
	background-color: transparent;
	}

#menu_list {
	padding: 5px;
	margin: 10px 10px 10px 40px;
	font-size: 12px;
	font-family: verdana;			
	}

#menu li {
	border-bottom: 1px solid #CCCC99;
	width: 100px; 
	font-size: 12px;
	font-family: verdana;			
	}

#menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: small;
	}
	
	