body {
	background-color: #000;
	margin-top: 0px;
}
.pageWrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 423px;
	width: 900px;
	background-image: url(image/header.jpg);
	background-repeat: no-repeat;
}
.navbar {
	padding-left: 320px;
	padding-top: 380px;
}
.content {
	background-color: #FFF;
	overflow: auto;
}
.leftColumn {
	float: left;
	width: 254px;
	background-color: #F6E8C5;
	padding: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.rightColumn {
	float: right;
	width: 586px;
	background-color: #FFF;
	padding: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.imageRight {
	float: right;
	margin-left: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thumbnail {
	margin-top: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 15px;
}
.columnLeftCatalog {
	width: 260px;
	float: left;
	padding-left: 30px;
}
.columnRightCatalog {
	float: right;
	width: 250px;
}
.contactInfo {
	clear: both;
	padding-top: 15px;
}
.contactLeftColumn {
	float: left;
	width: 230px;
}
.contactRightColumn {
	float: right;
	width: 350px;
	text-align: center;
}
.map {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
}


.footer {
	color: #999;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.landingHeader {
	font-size: 14px;
	font-weight: lighter;
	margin-top: 2px;
	margin-bottom: 1px;
}

.footer a:link {
	color: #999;
	text-decoration: none;
}
.footer a:hover {
	color: #999;
	text-decoration: underline;
}
.footer a:visited {
	color: #999;
	text-decoration: none;
}
.linkColumn {
	float: left;
	width: 225px;
	text-align: left;
}
