@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #000;
}
h1 {
	font-size: 24px;
	text-align: center;
	margin-bottom: -15px;
}
h2 {
	font-size: 24px;
}
h3 {
	text-align: center;
	font-size: 18px;
}
.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #000;
} 
.thrColFixHdr #header {
	background-color: #000;
} 
.thrColFixHdr #sidebar1 {
	width: 245px;
	padding-bottom: 15px;
	margin-left: -15px;
	float: left;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* padding keeps the content of the div away from the edges */
	background-color: #000;
	padding-right: 10px;
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
} 
a  {
	color: #92A89B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #92A89B;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #214830;
	border-bottom-color: #214830;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
#footer p a {
	color: #FFF;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainNav {
	background-color: #000;
	width: 835px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #214830;
	border-bottom-color: #214830;
	height: 30px;
	padding-left: 65px;
}
.pageHead {
	width: 418px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#galThumbs {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
}
#galThumbs img {
	margin: 8px;
}
#doorThumbs {
	width: 665px;
	margin-right: auto;
	margin-left: auto;
}
#doorThumbs img {
	margin: 10px;
}
#finishThumbs {
	width: 445px;
	float: right;
}
#finishThumbs img {
	margin: 10px;
}
#finishText {
	width: 430px;
	float: left;
}
.photoCaption {
	text-align: center;
	width: 140px;
	float: left;
}
.photoCaptionSm {
	text-align: center;
	width: 140px;
	float: left;
	padding-top: 65px;
}
