@charset "UTF-8";
/* CSS Document */
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: #000000;
	background-color: #FFF;
	background-image: url(/images/body/back.jpg);
	background-repeat: no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-position: center top;
}
.bakerhouse1885 #container {
	width: 954px;
	margin: 0 auto;
	text-align: left;
} 
.bakerhouse1885 #header {
}
.bakerhouse1885 #topmenu {
	margin-top: 6px;
	height: 30px;
}
.bakerhouse1885 #topImages {
	height: 235px;
	width: 944px;
	margin: 18px 5px 5px;
}
.bakerhouse1885 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	margin-top: 20px;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
}
.bakerhouse1885 #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.bakerhouse1885 #footer {
	padding: 0 10px 0 20px;
	border-top: 1px dashed #999;
	border-bottom: 1px dashed #999;
} 
.bakerhouse1885 #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 */
	letter-spacing: 1px;
}
.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;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #036;
}
a:visited {
	color: #600;
}
a:hover {
	color: #F00;
}
a:active {
	color: #603;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #888065;
	font-variant: small-caps;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
.imageShadow {
   -moz-box-shadow: 2px 2px 10px #000;
   -webkit-box-shadow: 2px 2px 10px #000;
   -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6)";
   filter: progid:DXImageTransform.Microsoft.Glow(color=#333333,strength=2) progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=6);
}
.bakerhouse1885 #studio11 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333;
	letter-spacing: 2px;
	text-align: right;
	width: 90%;
	text-decoration: none;
	top:0;
	clear: both;
	margin: 0px auto;
	height: 60px;
	padding: 20px;
}
.bakerhouse1885 #studio11 a:link {
	color:#333;
	text-decoration: none;
}
.bakerhouse1885 #studio11 a:visited {
	color:#333;
	text-decoration: none;
}
.bakerhouse1885 #studio11 a:active {
	color:#333;
	text-decoration: none;
}
.bakerhouse1885 #studio11 a:hover {
	color:#F00;
	text-decoration: none;
}

