/* CSS Document */
	
	body {
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
		color: #000;
		background: #fff; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		}
	
	#frame {
		width:900px;
		margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
		text-align:left;
		}
		
	#contentheader {
		height: 30px;
		background: #fff;
		text-align: left;
		margin-top:70px;
		padding-left: 40px;
		font-size: 18px;	
		font-weight: bold;
		}
			
	#contentleft {
		width:275px;
		background: #fff;
		padding:0px;
		float:left;
		}	

	#navcontainer ul { 
		list-style-type: none;
		text-align: left; 
		margin: 0 0 0 0px;
		color: #4e331a;
		
		font-size: 10px;
		padding-bottom:3px;
		}
		
	#contentcenter {
		width:530px;
		background: #fff;
		padding:0px;
		float:left;
		}
			
	#contentcenter2 {
		width:275px;
		background: #fff;
		padding:0px;
		float:left;
		}
	
	#contentright {
		width:3275px;
		background: #fff;
		padding:0px;
		float:left;
		}	
	
	#contentfooter {
		height: 126px;
		text-align: left;
		padding-left: 0px;
		color: #fff;
		background: #fff; 
		}
		
	#contentfooter p  {
		marginright: 0px;
		}
	
	#contentfooter p a:link {
		margin: 0;
		color: #666;
		text-decoration: none;
		}
	
	#content {
 		background: #fff;
		}
		
	.clear {
		background: #fff;
		clear:both;
		height:0;
		}
	h1 {
		margin:0 10px 0 25px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		}
	p {
		margin:0 10px 0 25px;
		}
	a:link {
		background-color : transparent;
		color : #4e331a;
		border-bottom : none;
		text-decoration: none;
		}
	a:visited {
		background-color : transparent;
		color : #4e331a;
		border-bottom : none;
		text-decoration: none;
		}
	a:hover {
		background-color : transparent;
		color : #4e331a;
		border-bottom : none;
		text-decoration: underline;
		}	
	a:active {
		background-color : transparent;
		color : #4e331a;
		border-bottom : none;
		text-decoration: none;
		}		
	
	img  {
		display: block;
		margin: 0 0 0 0;
		}
