/*ANTIQUE STYLES*/
#pgHeader {
	height: 132px;
	background-image: url(../assets/headerAntique.jpg);
	background-repeat: no-repeat;
}
.contentCol {
    padding: 30px 40px;
    width: 40%;
}
.mainCol {
    padding: 30px 40px;
    width: 75%;
}
h1, h2, h3, strong {
	color: #780200;
}
#antiqueNav {
	height: 40px;
	cursor: default;
	background-image: url(../assets/navBg.jpg);
	background-repeat: repeat-x;
}
#antiqueNav ul {
	margin: 0;
	padding: 0;
	/*width: 620px;*/
	float: left;
	list-style: none;
}
#antiqueNav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 0;
}
#antiqueNav li a {
	display: block;
	height: 37px;
	width: auto;
	padding: 10px 20px 0 20px;
	background-repeat: no-repeat;
	color: #FFF;
	text-decoration: none;
}
#antiqueNav li a:hover {
    color: #D5754D;
}
