body
	{background-image:url(images/wall.jpg);
	background-repeat:repeat;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container 	selector */
 	 margin: 0px; 
	 padding: 0px; 
	 height: 100%;  
	 width: 100%;  
	 font-family: courier new;
	 font-size:90%;
	 color: #000000; /*for IE*/
	
	}


a:link {color:#000; text-decoration:underline;}
a:visited {color:#000; text-decoration:underline;}
a:hover {color:#000; text-decoration:overline;}
a:active {color:#000; text-decoration:overline;}
 

#container { 
	
	width: 900px;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	}
	
#column1, #column2 {
	margin-top:5px;
	float: left;
	
	}

#column1 {
margin-left:2px;
width: 200px;
font-size:12px;
padding:5px;



}

#column2 {
width: 625px;
margin-left:5px;
padding-left:10px;
border-left:1px dashed #666;


}	

	#header {
	

	display: block;
	width:850px;
	clear: both;
	padding-bottom:2px;
	margin-bottom:2px;
	border-bottom:1px dashed #666;
	}
	

	
	#footer {
	display: block;
	clear:both;
	width: 100%;
	border-top:1px dashed #666;
	padding-top:5px;
	text-align:center;


	
	}
	
h1 {color: #000000; /*for IE*/
	 color: rgba(0, 0, 0, .75);}

	
	/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.news {font-family:Courier; color: #000; font-size: 11px;}
i.news  {font-family:Courier; color: #333; line-height:1.2em; font-size:11pt; }
b.news  {font-family:Courier; border-bottom: 0px; }

 
.nonews {font-size:12px; font-style:italic;}

ul {font-family:arial, helvetica, sans-serif; color:#333; line-height:1.2em; font-size:11pt;}

blockquote {border:1px dotted #CCC; padding:3px; color:#333; background-color:#fff; font-style:italic;}