body {
	font-family: Georgia;
	color: #b1b1b1;
	background-image: url(/assets/images/mainBG.jpg);
}

h1, h2 {
	border-bottom: 1px dotted #898882;
	font-size: 20px;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: 100;
	color: #fff;
}

h2 {
	font-size: 14px;
	letter-spacing: 0px;
	font-weight: normal;
	color: #ccc;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bodyText, td {
	font-size: 12px;
	line-height: 16px;
}

.contentTop {
	width: auto;
	height: 30px;
	background-image: url(/assets/images/contentBG_top.jpg);
}

.contentBottom {
	width: auto;
	height: 30px;
	background-image: url(/assets/images/contentBG_bottom.jpg);
}

.contentMiddle {
	background-image: url(/assets/images/contentBG_middle.jpg);
}

.sidebar {
	width: 180px;
	border-right: 1px dotted #898882;
	vertical-align: top;
	float: left;
	margin: 0 25px 0 0;
}

.content {
	width: 575px;
	float: left;
}

.logo {
	position: relative;
	top: -35px;
	left: 15px;
	margin: 0 0 -35px 0;
	border: none;
}

.pagePhoto {
	float: left;
	margin: 0 20 0 0;
}

.nav_main_off, .nav_sub_off, .nav_main_on, .nav_sub_on {
	font-size: 13px;
	color: #b1b1b1;
	text-decoration: none;
	display: block;
	background-color: #73716b;
	height: 20;
	margin: 0 0 1 0;
	padding: 5 8 0 8;
	width: 130px;
	text-transform: uppercase;
	border: 1px dotted #6c6b66;
}

.nav_main_on, .nav_sub_on {
	background-color: #84827c;
	color: #fff;
}

.nav_sub_off, .nav_sub_on {
	width: 100px;
	height: 16px;
	font-size: 11px;
	text-transform: none;
}

.nav_main_off:hover, .nav_sub_off:hover {
	color: #fff;
	background-color: #84827c;
	border: 1px dotted #aaa;
}

.photoBox {
	font-size: 11px;
	float: left;
	width: 100px;
	height: 200px;
	margin: 0 5 5 0;
	border: 1px dotted #333;
	padding: 2 6 2 2;
	background-color: #5a5954;
}

.fabricBox {
	font-size: 11px;
	float: left;
	width: 100px;
	height: auto;
	margin: 0 5 5 0;
	border: 1px dotted #333;
	padding: 2 6 2 2;
	background-color: #5a5954;
}

.photoThumb {
	border: 2px solid #000;
	border-bottom: 36px solid #000;
	margin-bottom: -32px;
}

.fabricThumb {
	border: 2px solid #000;
}

.photoThumb:hover {
	border: 2px solid #fff;
	border-bottom: 30px solid #fff;
}