@charset "UTF-8";
body  {
	background: #ffffff;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 83%;
}
.twoColFixLtHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 10px;
	padding-top: 10px;
	margin: 0px;
} 
.twoColFixLtHdr #header {
	background: #ffffff;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #8D6B46;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #container #mainContent h1 {
	color: #8E6C47;
}
.twoColFixLtHdr #container #mainContent h2 {
	color: #8E6C46;
}
.twoColFixLtHdr #container #sidebar1 h3 {
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
	text-align: right;
	border-right-width: thin;
	border-right-color: #8D6B46;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #333;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #333;
} 
.twoColFixLtHdr #footer {
	background:#ffffff;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	margin-left: 210px;
	color: #443933;
} 
.twoColFixLtHdr #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 */
}
.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;
}
.twoColFixLtHdr #container #sidebar1 h3 {
	font-size: 13.5px;
	text-align: right;
	color: #8E6C46;
}

#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:950px;
	height:72px;
}

#blairbdesigns {
	position:absolute;
	left:0px;
	top:0px;
	width:333px;
	height:72px;
}

#jewelry {
	position:absolute;
	left:333px;
	top:0px;
	width:104px;
	height:72px;
}

#press {
	position:absolute;
	left:437px;
	top:0px;
	width:88px;
	height:72px;
}

#about {
	position:absolute;
	left:525px;
	top:0px;
	width:93px;
	height:72px;
}

#contact {
	position:absolute;
	left:618px;
	top:0px;
	width:104px;
	height:72px;
}

#stores {
	position:absolute;
	left:722px;
	top:0px;
	width:89px;
	height:72px;
}

#spacer {
	position:absolute;
	left:811px;
	top:0px;
	width:139px;
	height:72px;
}
a:link {
	color: #8D6B46;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #8E6D44;
	text-decoration: underline;
}

