body {
		 text-align:center;
		 background-color: #C5BF9B;
		 font-family: Calibri, sans serif;
		 color: #3B3B3B;
		 }
h1 {
	 position: absolute;
	 left: -5000px;
	 }
 
h2 {
	 margin: 15px 0px 10px 0px;
	 text-align: left;
	 background-color: #a1b4b0;
	 color: #3B3B3B;
	 }
p {
	text-align: left;
}
li {
	 list-style-type: none;
	 }

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

#image {
	line-height: 0%;
}

#main {
		display: block;
		width: 840px;
		background-color: #C5BF9B;
		margin-left: auto; 
		margin-right: auto;
		min-height: 650px;
  		height:auto !important;
  		height:650px;
	}

#nav {
		width: 195px;
		float: left;
	}

#text {
		width: 635px;
		float: right;
	}

#invisible a{
display: none;
color: #C5BF9B;
text-decoration: none;
font-size: 1px;
}

#invisible table{
height: 1px;
}
		
#main img { 
		border: 0;
		margin-left: 3px; 
		}

	 	
