@charset "utf-8";
/* CSS Document */

body{
	font-family:Garamond;
	font-size:14.5px;
	color:#89828c;
	background-color:#89828c;
	}
	
#container{
	width:920px; 
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
	
#left{
	float: left;	
	text align: left;
	margin-top: 10px;
	margin-right: 7px;
	background-color:#FFFFFF;
	}
		
#right{
	float:right;
	width:710px;
	height:auto;
	text align: left;
	line-height:16px;
	margin-top:10px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	}

h1 {
	text-align:left;
	font-family:Garamond;
	margin-top:30px;
	margin-bottom:20px;
	color:#a56074;
	}



h2 {
	text-align:left;
	font-family:Garamond;
	margin-top:30px;
	margin-bottom:20px;
	color:#a56074;
	}
	
	
h3  {
	text-align:left;
	font-family:Garamond;
	margin-top:30px;
	margin-bottom:20px;
	color:#a56074;
	}
	
h4 {
	font-family:Garamond;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
	color:#a56074;
	}
	
a.heading {
	color:#000000;
	text-decoration: none;		
	}	
	

a.heading:visited {
	color:#000000;
	text-decoration:none;
	}
		
a {
	color:#000000;
	text-decoration:none;
	}

a:visited {
	color:#000000;
	text-decoration:none;
	}
	
a img {
	border: none;
	text-decoration:none;
	}