	
	body {
		background-color: #C8CEAC;
		margin:0px 0px 0px 0px;
		padding:0px;
		font: Arial;
		color: #00000;
		link: #00000;
		}
	
	
	a:link
	{
		text-decoration: none;
		color: #360A20;
	}
	
	a:visited
	{
		text-decoration: none;
		color: #3A3036;
	}
	
	a:hover
	{
		font-weight: bold;
	}
	
	a:active
	{
		text-decoration: bold;
	}
	
	
	.title{
	    font-family; Arial:
	    font-size: 15px;
	    letter-spacing: 3px;
	    color: #360A20;
	    font-weight: bold;
			}	
	#logo{
	    width: 800px;
	    text-align:left;
			}
	
	#navbar1{
	    width: 100%;
		background: #B1B095;
		height:30px;
		border-top:1px solid #360A20;
		border-bottom: 1px solid#360A20;
		}
		
	#navbar2{
	    padding-top: 8px;
	    text-align: center;
	    font-family: Arial;
	    font-size: 13px;
	    letter-spacing: 6px;
	    width: 800px;
		height:30px;
		}

	#main{
	    padding-top: 20px;
	    text-align: justify;
	    font-family: Arial;
	    font-size: 12px;
	    width: 790px;
		}
		
	#maintext{
	    padding-top: 20px;
	    text-align: justify;
	    font-family: Arial;
	    font-size: 12px;
	    width: 625px;
		}
		
	#bottom{
	    width: 100%;
	    text-align: right;
		background: #B1B095;
		height:17px;
		border-top:1px solid #360A20;
		border-bottom: 1px solid#360A20;
		font-family: Arial;
	    font-size: 10px;
	    letter-spacing: 5px;
		}
		


