@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(grafx/bluebkg.gif);
	margin: 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: #000000;
	height: 800px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E2E2F3; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin: 10px auto 0;
}
.oneColFixCtrHdr #header {
	padding: 0 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E2E2F3;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3A4352;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	color: #FFF;
	clear: both;
}
.oneColFixCtrHdr #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 */
	font-size: 10px;
	font-weight: bold;
}#navbar
{
	position: relative;
	clear: both;
	background: #3A4352;
}
.centerimage
{
	text-align: center;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.bolditalic
{
	font-style: italic;
	font-weight: bold;
}
a:link {
	color: #3A4352;
}
a:visited {
	color: #8897CA;
}
a:hover {
	color: #8291A8;
}
#mainContent  h1
{
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h2   
{
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h3
{
	font-size: 18px;
	font-weight: bold;
	display: inline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#mainContent h4
{
	font-size: 16px;
	font-weight: normal;
	display: inline;
}

a.footerlinks:link {
	color: #90A1B9;
	font-size: 12px;
}
a.footerlinks:hover {
	color: #AAC1D7;
	font-size: 12px;
}
a.footerlinks:visited {
	color: #90A1B9;
	font-size: 12px;
}
.smalltext
{
	font-size: 12px;
}

.fltrt
{
	float: right;
	margin-left: 15px;
}
#facebook
{
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	z-index: 100;
	position: relative;
	visibility: visible;
}

#thumbs
{
	float: left;
	width: 170px;
	margin-bottom: 10px;
	clear: both;
	overflow: auto;
	height: 660px;
}
.largeimg
{
	width: 525px;
	clear: none;
	float: right;
	margin-right: 0px;
	text-align: center;
	padding-top: 55px;
}
#video
{
	position: relative;
	text-align: center;
}
.floatlft
{
	float: left;
	width: 200px;
	z-index: 5;
}
#photoarea
{
	height: 600px;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
}
#vanity
{
	float: left;
	padding: 0px 15px 15px;
	margin: 9px;
	border: medium solid #90A1B9;
}
#bench
{
	float: right;
	clear: none;
	margin: 9px;
	padding: 0px 15px 15px;
	border: medium solid #90A1B9;
}
#cabinet
{
	float: right;
	clear: both;
	margin: 10px;
	padding: 0px 15px 15px;
	border: medium solid #90A1B9;
}
#stooloffice
{
	clear: both;
	margin: 9px 6px 9px 9px;
	padding: 0px 14px 15px;
	border: medium solid #90A1B9;
	float: left;
	width: 327px;
}
#endtable
{
	float: right;
	margin: 9px 9px 9px 6px;
	padding: 0px 15px 10px;
	clear: right;
	border: medium solid #90A1B9;
	width: 325px;
}

#dining
{
	float: right;
	margin: 10px;
	padding: 0px 15px 15px;
	clear: both;
	border: medium solid #90A1B9;
}
#interiors
{
	width: 700px;
	margin-left: 40px;
}
.youtube
{
	float: right;
	margin-right: 10px;
	position: relative;
	clear: right;
	margin-top: 5px;
}
.fbbutton
{
	font-size: x-small;
	padding: 3px;
	float: right;
	border: medium double #3A4352;
	background: #E2E2F3;
	color: #000;
	position: relative;
	width: 85px;
	top: 5px;
	left: -14px;
}

