body
{
    font-family: sans-serif;
    margin: 7px;
    background: #e3e3e3;
}

#main {
    text-align: center;
    width: 700px; 
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;  
    /* opera does not like 'margin:20px auto' */
    background: #ffffff;
    border: 3px solid #699600;
    text-align:left; 
    /* part 2 of 2 centering hack */
    width:700px; /* ie5win fudge begins */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 670px;
}
                                            
html>body #content {
    width: 670px; /* ie5win fudge ends */
}
/*/ 699600 green
// 965f00 brown
// 1c1c1c black
// e3e3e3 grey */

img {
    margin-left: auto;
    margin-right:auto;
}

#copyright{
    font-size: smaller;
    color: #555555;
    font-style:italic;
    text-align: left;
}

#about {
    font-size:normal;
    color:#1c1c1c;
    text-align:center;
    margin: 3px;
    }

#myheading {
    font-size:normal;
    color:#1c1c1c;
    text-align:left;
	font-weight: bold;
    }
    
#mytabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	color:#965f00;
	} 

#mytabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 15px 5px;
	list-style: none;
	display: inline;
	color:#965f00;
	}
	
		
#mytabs ul li.here {
	border-bottom: 1px solid #1c1c1c;
	list-style: none;
	display: inline;
	font-weight: bold;
	color:#965f00;
	background:#red;
	}

#maintext {
	text-align: justify;
	margin: 3px;
	color: #1c1c1c;

}