@charset "UTF-8";
/* CSS Document */

body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
p {
	margin: 2px 16px 2px 16px;
}
a:link,a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #990000;
}
h1 {
	font-size: 18px;
	margin-left: 16px;
}
h2 {
	font-size: 16px;
	margin-left: 16px;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #7F0400;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.imgRt {
	float: right;
	margin: 0 20px 20px 20px;
}
.footer {
	font: 11px Geneva, Arial, Helvetica, sans-serif;
	padding: 5px 20px 5px 20px;
	color: #FFFFFF;
}
.doortable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	border: solid 1px #FFF;
	margin: 0 10px 10px 10px;
}
.gallerytable {
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	line-height: 150%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
}
.gallerytable a:link, .gallerytable a:visited {
	color: #FFFFFF;
}
.gallerytable a:hover {
	color: #990000;
}
.contacttable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
	border: solid 1px #FFF;
}
.gallery_button {
	text-align: center;
	letter-spacing: 1px;
	border: solid 1px #FFF;
	padding: 10px;
	background-color: #666666;
}.black {
	color: #000000;
	font-weight: bold;
}
.black a:link, .black a:visited, .black a:hover {
	color: #000000;
	text-decoration: none;
}
