
	#about_menu {
		float: left;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		font-size: 10px;
		font-weight: bold;
		margin: 0px 0px 30px 0px;
		padding: 0px 0px 0px 10px;
		position: relative;
		width: 140px;
	}
	#about_menu ul {
		padding: 0px;
		margin: 0px;
	}
	#about_menu li {
		border-bottom: 1px solid #cccccc;
		color: #ffffff;
		list-style: none;
		margin: 0px;
	}
	#about_menu li a {
		background-color: #a1a1a1;
		border-bottom: 1px solid #9e9e9e;
		color: #efefef;
		display: block;
		padding: 5px;
	}
	#about_menu li a:hover {
		background-color: #8d8d8d;
		border-bottom: 1px solid #0099ff;
		color: #ffffff;
	}
	#about_menu p {
		display: block;
		font-weight: normal;
		margin: 5px;
	}
	#about_content {
		float: left;
		font-family: Arial, Helvetica, Verdana, sans-serif;
		margin: 0px;
		padding: 0px 10px 30px 10px;
		width: 600px;
	}
	
	
	/*  used for Sitemap, since that's a "cart-page" instead of 
		a regular "content-page".  I've applied special rules to 
		the card in the master CSS file, so this was needed.  */
	body.cart-page-type td.page-column-center #about_menu {
		padding: 0px;
	}
	body.cart-page-type td.page-column-center #about_content {
		padding: 0px 0px 30px 10px;
	}
	
	
	
	#about_content h2 {
		color: #b45413;
		font-size: 16px;
		font-weight: normal;
		margin: 0px;
		padding: 0px;
	}
	#about_content h4 {
		color: #b45413;
		font-size: 12px;
		font-weight: normal;
		margin: 0px;
		padding: 10px 0px 0px 0px;
	}
	#about_content p {
		font-size: 11px;
	}
	#about_content table.std_table {
		border: 1px solid #d4d4d4;
	}
	#about_content table.std_table tr td, #about_content table.std_table tr th {
		padding: 3px;
	}
	#about_content table.std_table tr td {
		border-bottom: 1px solid #848484;
		color: #242424;
		padding: 3px 4px;
		vertical-align: top;
	}
	#about_content table.std_table tr th {
		background-color: #454545;
		color: #efefef;
		font-weight: bold;
		padding: 3px 4px;
		vertical-align: bottom;
	}
	#about_content ul, #about_content ol {
		margin-left: 10px;
		padding-left: 10px;
	}
	#about_content object {
		float: right;
		padding: 10px 0px 0px 5px;
		position: relative;
	}
	a:link {
		color: #000000;
	}
	.rust {
		color: #b45413;
	}
