
body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-y;
	background-position: center;
	background-image: URL(images/background.jpg);
	font-family: palatino, palatino linotype, georgia, times new roman, times, serif;
	font-size: 12px;
	line-height: 18px;
	color: black;
}
a {
	text-decoration: none;
color: #331962;

}
a:hover {
	text-decoration: underline;
color: #331962;

}
h1, h2, h3 {
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
#background {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 562px;
	background-position: center;	
}
#envelope {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -480px;
	width: 960px;
}
#navBar {
	position: absolute;
	left: 301px;
	top: 38px;
	font-size: 18px;
	color: #331962;
}
#navBar ul {
	padding: 0px;
	margin: 0px;
}
#navBar li {
	float: left;
	margin-right: 20px;
}
.subcategory {
	text-transform: capitalize;
}
.selectedCategory {
	font-weight: bold;
}
.selectedCategory ul {
	font-weight: normal;
}
#Text {
	position: absolute;
	left: 240px;
	top: 279px;
	width: 613px;
}
#Text .listing .listpic {
	display: none;
}
#Text .listing .listingfield1label {
	display: none;
}
#Text .listing .listingfield2label {
	display: none;
}
#Text .listing .listingfield3label {
	display: none;
}
#Text .listing .listingfield4label {
	display: none;
}
#Text .listing .listingfield2content {
	font-size: 36px;
	font-family: palatino, palatino linotype, georgia, times new roman, times, serif;
	color: #331962;
	font-weight: bold;
	margin-bottom: 17px;
	line-height: normal;
}

#Text .listing .listingfield3content {
	margin-left: 15px;
	font-size: 16px;
	line-height: 20px;
}
#gallery .listing {
	height: 120px;
	margin-bottom: 10px;
	border-bottom: 1px solid black;
	clear: both;
}
#gallery .listing .listpic {
	display: block;
	width: 110px;
	height: 110px;
	float: left;
	padding: 5px;
}
#gallery .listing .listtext {
	width: 300px;
	height: 110px;
	float: left;
	padding: 5px;
}
#gallery .listing .listtext .listingfield1content {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	line-height: normal;
}
#gallery .listing .listtext .listingfield2content {
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	color: black;
}
.detailfield1label, .detailfield2label, .detailfield3label, .detailfield2content {
	display: none;
}
.detailfield1content {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 5px;
}
.detailfield3content {
	font-size: 16px;
}
.detpic {
	margin: 30px 0px 5px 0px;
	width: 520px;
}
.lgpicbox {
	width: 420px;
	float: left;
	position: relative;
	top: -5px;
}
.detpic img {
	display: block;
	margin: 5px;
	border: 2px solid #331962;
}
.dettext {
	padding-top: 15px;
	clear: both;
	width: 500px;
}

#backLink {
	position: absolute;
	top: 30px;
	left: -140px;
	width: 120px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	text-align: right;
}

#contactForm {
	clear: both;
	margin-top: 10px;
	margin-left: 15px;
}
