/* CSS Document *//* ---------- TOP NAVIGATION ---------- */#nav {	margin: 14px 0px 4px 0px;	text-align: center;	width: 100%;}/* ---------- BODY LINKS ---------- */.body-links ul {	margin: 0px 0px 0px 0xp;}.body-links li {	list-style-type: square;	margin: 5px 0px 0px 15px;}.body-links li a {	list-style-type: none;	color: #A55115;	text-decoration: none;}.body-links li a:hover {	color: #4B3334;}.body-links a {	list-style-type: none;	color: #A55115;	text-decoration: none;}.body-links a:hover {	color: #4B3334;}/* ---------- FOOTER NAVIGATION ---------- */.footer-links a {	font-size: 10px;	color: #4B3334;	line-height: 14px;	text-decoration: none;}.footer-links a:hover {	color: #4B3334;}