
	
	#subNav
	{
		width: 196px;
		height: 350px;
		float: left;
	}
	
		ul
		{
			margin-top: 35px;
			
		}
	
			li
			{
				font-style: normal;
				font-size: 10px;
				font-family: Arial, Helvetica, Verdana, sans-serif;
				text-align: right;
				list-style-type: none;
				line-height: 1.3em;
				padding: 0px 10px 0px 0px;
			}
	
			
			#contact
			{
				color: #f2fcd9;
				text-decoration: none;
				background-image: url(../images/arrow.gif);
				background-position: right 3px;
				background-repeat: no-repeat;
			}
			
			#email a
			{
				color: #000000;
				text-decoration: none;
			}
			
			#email a:hover
			{
				color: #b8b17d;
			}
			
			
	
	#content
	{
		width: 398px;
		height: 350px;
		float: left;
	}
		#subhead
		{
			display: block;
			height: 50px;
			width: 300px;
			margin: 100px 70px 0px 10px;		
		}
	
		#body
		{
			margin: 0px 50px 0px -1px;
		}
			
	
	
	#contactInfoTopLeft
	{
		
		margin-left: 16px;
		line-height: 1.1em;
		font-style: normal;
		font-size: 10px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #a11204;
		width: 135px;
		height: 50px;
		float: left;
	}
	
	#contactInfoTopRight
	{
		margin-left: 0px;
		line-height: 1.1em;
		font-style: normal;
		font-size: 10px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #a11204;
		width: 130px;
		height: 70px;
		float: left;
	}
	
	#contactInfoBottom
	{
		clear: left;
		padding-top: 20px;
		margin-left: 16px;
		line-height: 1.1em;
		font-style: normal;
		font-size: 10px;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		color: #a11204;
		width: 200px;
		height: 40px;
	}
	
	