#aboutWrapper {
	float: right;
	width: 600px;
	padding-right: 20px;
}

#aboutWrapper p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#aboutWrapper h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#aboutWrapper ul li {
	margin: 7px 0;
	list-style-type: none;
}

#leftNavBar {
	margin-bottom: 150px;
}

#aboutWrapper a:link, #aboutWrapper a:visited {
	color: black;
}

#aboutWrapper a:hover {
	color: #839B48;
}

/*  TRADE  */

#tradeWrapper {
	float: right;
	width: 600px;
	padding-right: 20px;
}

#tradeWrapper p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#tradeWrapper h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#tradeWrapper h3 {
	margin: 25px 0 5px 0;
	font-size: 1.1em;
}

#tradeWrapper a:link, #tradeWrapper a:visited {
	color: black;
}

#tradeWrapper a:hover {
	color: #839B48;
}

/* SPECIAL OF THE MONTH */

#specialWrapper {
	float: right;
	width: 550px;
	padding-right: 70px;
}

#specialWrapper p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

#specialWrapper h2 {
	font-size: 1.4em;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

#specialWrapper h3 {
	margin: 20px 0 3px 0;
	font-size: 16px;
}

#specialWrapper ul {
	margin: 10px 0 20px 0;
	text-align: left;
}

#special-fabrics ul li {
	list-style-type: none;
	display: inline;
}

#leftNavBar {
	margin-bottom: 150px;
}

#specialWrapper a:link, #specialWrapper a:visited {
	color: black;
}

#specialWrapper a:hover {
	color: #839B48;
}

#special-fabrics {
	text-align: center;
	margin-top: 15px;
}

#special-fabrics p {
	padding: 7px 0 10px 0;
}


