body {
	background-image: url(../images/wood.jpg);
	background-repeat: repeat-x;
/*	background-color: yellow; */
	margin-top:0px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:20px;
	font-family: monospace, lucida console, arial ;
/*	font-family: courier, courier new, monospace, cursive, arial; */
	font-size:12px;
	color: #743F09;
	
}

h1 {
	font-size:23px;
}
h2 {
	font-size:18px;
}

hr {
	border-width:0px;
	border-color:#743F09;
	color:#743F09;
	background-color: #743F09;
	height:1px;
	width: 300px;
}
table {
	font-size:12px;
}

#container  { 
	position: absolute;  
	left: 50%; 
	margin-left: -419px; 	
	top: 20px;
	width: 838px; 
/*	height: 630px;	 */
	height: 650px;	
	background-image: url(../images/greenmat_plain2.jpg);
	background-repeat: no-repeat;
/*	outline: solid 1pt black; */
	}

#homeLeftColumn { 
	position: absolute;
	margin-left: 26px; 
	margin-top: 110pt; 
	top: 0px; 
	width: 100px; 
/*	background-color: red;  */
	clear: both; 
	font-size: 15pt;
	line-height: 18pt;
	}


#homeCenterColumn{
	position: absolute;
	margin-left: 170px; 
	margin-top: 140px; 
	top: 0px; 
	width: 570px; 
	height: 400px;
/*	background-color: yellow;  */
	line-height: 12pt;
	clear: both; 
}

#homeCenterColumnContent{
	position: absolute;
	margin-left: 0px; 
	margin-top: 40px; 
	top: 0px; 
	width: 570px; 
	height: 360px;
/*	background-color: green;  */
	line-height: 12pt;
	clear: both; 
	overflow: auto;
}

#homeCenterColumnText{
	position: absolute;
	margin-left: 0px; 
/*	margin-top: 40px;  */
	top: 0px; 
	width: 540px; 
/*	height: 360px; */
/*	background-color: orange;  */
	line-height: 12pt;
	clear: both; 
/*	overflow: auto;*/
}


#homeRightColumn{
	position: absolute;
	margin-left: 500px; 
	margin-top: 100pt; 
	top: 0px; 
	width: 120px; 
/*	background-color: green;  */
	clear: both; 
}
