body {
	background: #000000 url(../images/background.jpg) repeat-x top;
	text-align: left;
}

#wrapper {
	margin: 34px 0 0 0;
	width: 100%;
}

#headingWrapper, #topNav {
	width: 100%;
	background: transparent;
}

#headingWrapper {
	height: 55px;
	background: transparent url(../images/headerBg.jpg) no-repeat left top;
}

#topNav {
	margin: 0px;
}

#topNav ul {
	margin: 22px 0 0 0;
}

#topNav ul li {
	margin: 0 0 0 12px;
	font-family:"Georgia",Times,Serif;
	font-style: italic;
}

#topNav ul li a {
	color: #ffffff;
	padding: 0 1px 10px 1px;
}

#topNav ul li a:hover, #topNav ul li a.active {
	color: #ffffff;
	border-bottom: 5px solid red;
}


#mastHead {
	margin: 0px;
	width: 1020px;
	background: #000000;
}

#mastHead img, #mastHead object {
	float: left;
	width: 741px;
}

#logo {
	float: right;
	width: 140px;
	height: 181px;
	margin: 48px 120px 0 0;
	background: url(../images/logo.jpg) no-repeat left top;
}

#contentWrapper {
	width: 1020px;
	background: transparent url(../images/contentHeadingBg.jpg) no-repeat top left;
	color: #e3dbcc;
}

#contentHeader {
	background: transparent;
	margin: 22px 0 0 40px;
}

#contentHeader h1  {

	font-family: "athelas-1","athelas-2",serif;
	color: #b49052;
	font-weight: normal;
	letter-spacing: 1px;
	font-size: 2.4em;
}

#contentLeft {
	margin: 38px 0 0 40px;
	width: 618px;
	background: transparent;
}

#contentRight {
	margin: 38px 30px 0 0;
	width: 300px;
	background: transparent;
}

#contentFooter {
	width: 100%;
	border-top: 2px solid #ed0000;
	background: #000000 url(../images/footerTile.jpg) repeat-x;
}

#footerNav {
	margin: 12px 0 0 40px;
	background: transparent;
}

#footerNav li a {
	color: #b5afa3;
	text-decoration: none;
}

#footerLeft, #footerRight {
	float: left;
	background: transparent;
	color: #b5afa3;
}

#footerLeft {
	margin: 12px 0 0 40px;
}

#footerRight {
	margin: 0 0 0 30px;
}

/*---- content ----*/
.colorComp {
	color: #e3d7c1;
}

.pLarge {
		font-family: "athelas-1","athelas-2",serif;
		font-size: 1.65em;
		line-height: 1.7em;
		font-weight: normal;
}

.underline {
	border-bottom: 1px solid #242424;
}

p {
	line-height: 2em;
	letter-spacing: 0.5px;
}

#contentLeft a {
	padding: 5px;
	color: #7eadce;
}

#contentLeft a:hover {
	background: #252525;
}

#contentLeft h2 {
	font-family: "athelas-1","athelas-2",serif;
	font-size: 1.4em;
	color: #c8a466;
	font-weight: normal;
	margin: 0px;
	margin: 6px 0 10px 0;
}

h3 {
	color: #a8a8a8;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0 0 12px 0;
}

dl {
	width: 100%;
}

dt {
	color: #c8a466;
	font-weight: normal;
	font-size: 1em;
}

dl dd {
	margin: 0px;
}

.gallery {
	width: 100%;
	float: left;
	padding: 0 0 6px 0;
}

.gallery a img {
	border: 1px solid #242424;
}

.gallery a {
	display: block;
	width: 112px;
	height: 75px;
	float: left;
	padding: 0px;
	margin: 0 27px 12px 0px;
}

#contentLeft .gallery a:hover {
	background: none;
}

.typekit-badge {
	visibility: hidden !important;
}


