
	
	#subNav
	{
		width: 197px;
		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;
			}
	
			
			#whoWeAre
			{
				color: #f2fcd9;
				text-decoration: none;
				background-image: url(../images/arrow.gif);
				background-position: right 3px;
				background-repeat: no-repeat;
			}
			
			#mission a
			{
				color: #000000;
				text-decoration: none;
			}
			
			#mission a:hover
			{
				color: #b8b17d;
			}
			
			#clients a
			{
				color: #000000;
				text-decoration: none;
			}
			#clients a:hover
			{
				color: #b8b17d;
			}
			#news a
			{
				color: #000000;
				text-decoration: none;
			}
			#news a:hover
			{
				color: #b8b17d;
			}
			
			
	
	#content
	{
		width: 398px;
		height: 350px;
		float: left;
	}
	
		#subhead
		{
			display: block;
			height: 50px;
			width: 300px;
			margin: 100px 70px 0px 10px;		
		}
		
		#body
		{
			line-height: 1.1em;
			font-style: normal;
			font-size: 10px;
			font-family: Arial, Helvetica, Verdana, sans-serif;
			color: #a11204;
			margin: 0px 70px 0px 15px;
		}
	
