@charset "utf-8";
body  {
	background: #403627;
	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: #EEEDD5;
	font-family: "Tw Cen MT", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	}
a img { border: 0}	
	
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #403627;
	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: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #403627;
}
#sidebar1 p {
	font-color: #eeedd5
	font-size: .8ems
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	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;
}

/* Photo Gallery */
#gallery {
	width:650px;
	height:380px;
	padding:10px;
	position:relative;
	float: left;
	background-color: #403627;
}
#gallery b.default {
	position:absolute;
	left:20px;
	top:11px;
	width:450px;
	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: #000;
	border-bottom-color: #000;
	border-left-color: #333;
}
#gallery b.default span {
	display:block;
	color:#eeedd5;
	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-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #555;
	border-bottom-color: #333;
	border-left-color: #000000;
}
#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-top-color: #555;
	border-right-color: #555555;
	border-bottom-color: #000000;
	border-left-color: #333;
}
#gallery ul li a:hover b {
	position:absolute;
	left:-450px;
	top:0;
	width:350px;
	height:380px;
	text-align:center;
	z-index:20;
}
#gallery ul li a:hover span {
	display:block;
	color:#eeedd5;
	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 #000;
	border-color:#555 #ddd #eee #333;
}

#gallery ul li a:active, #gallery ul li a:focus {
	white-space:normal;
	background:#777;
	border-top-color: #555;
	border-right-color: #ddd;
	border-left-color: #333;
}
#gallery ul li a:active b, #gallery ul li a:focus b {
	position:absolute;
	left:150px;
	top:0;
	width:350px;
	height:380px;
	text-align:center;
	z-index:10;
	background-color: #403627;
}
#gallery ul li a:active span, #gallery ul li a:focus span {
	display:block;
	color:#C1272D;
	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 #eeedd5;
	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: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 5px;
}
.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;
}
