
.menu { padding: 0; margin:0px; clear: both; }
			.menu li { display: inline; }
			.menu li a { background: #994346; padding:10px 15px; float:left;  border-bottom: none; text-decoration: none; color:#d8a6a8; font-size:16px; font-weight: bold; margin-right:2px;}
			.menu li.active a { background: #d83236; color:#ffffff; }
			.content { float: left; clear: both; border: 3px solid #d83236;  border-left: none; border-right: none; border-bottom: none; padding:20px; width: 90%; }