@charset "utf-8";
body  {
	background: #544734;
	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: #C1272D;
	font-family: "Tw Cen MT", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	}
a img { border: 0}	
	
#container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #544734;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 50px;
} 
 #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 235px;
	padding-top: 45px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #544734;
}
#sidebar1 p {
	font-color: #eeedd5
	font-size: .8ems
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #008EB0;
	text-align: left;
	text-indent: 1px;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}
#sidebar1 a {
	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 */
	color: #008EB0;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 a:hover {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #EEEDD5;
	text-decoration: underline;
}

#mainContent {
	margin: 100;
	text-align: left;
	background-color: #eeedd5;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 450px;
} 

#mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.6em;
	color: #494037;
}
#mainContent  h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #494037;
}
#mainContent  h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #8C1E14;
}
#mainContent a {
	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 */
	color: #008EB0;
	text-decoration: none;
	line-height: 2.2em;
}

/* Photo Gallery */
#gallery {
	width:560px;
	height:380px;
	padding:10px;
	border:1px solid #333;
	background: #eeedd5;
	position:relative;
	float: right;
}
#gallery b.default {
	position:absolute;
	left:10px;
	top:10px;
	width:360px;
	height:380px;
	text-align:center;
}
#gallery b.default img {
	display:block;
	margin:0 auto 10px auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #555;
	border-right-color: #ddd;
	border-bottom-color: #eee;
	border-left-color: #333;
}
#gallery b.default span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}

#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000; border-color:#eee #555 #333 #ddd;}
#gallery ul li a span {display:none;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {
	white-space:normal;
	border-color:#555 #ddd #eee #333;
}
#gallery ul li a:hover b {
	position:absolute;
	left:-350px;
	top:0;
	width:350px;
	height:380px;
	text-align:center;
	z-index:20;
}
#gallery ul li a:hover span {
	display:block;
	color:#392F29;
	font-family:verdana, arial, sans-serif;
	font-weight:normal;
	font-size:11px;
	width:350px;
	margin:0 auto;
}
#gallery ul li a:hover img {margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

#gallery ul li a:active, #gallery ul li a:focus {white-space:normal; border-color:#555 #ddd #eee #333; background:#777;}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position:absolute;
	left:-350px;
	top:0;
	width:550px;
	height:380px;
	text-align:center;
	background:#888;
	z-index:10;
}
#gallery ul li a:active span, #gallery ul li a:focus span {display:block; color:#fff; font-family:verdana, arial, sans-serif; font-weight:normal; font-size:11px; width:350px; margin:0 auto;}
#gallery ul li a:active img, #gallery ul li a:focus img{margin:0 auto 10px auto; width:auto; height:auto; border:1px solid #eee; border-color:#555 #ddd #eee #333;}

.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: 15px;
	margin-right: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.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;
}
#footer {
	height: 50px;
	width: 650px;
}
