@charset "UTF-8";
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;
	padding: 35px 0px 35px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background-image: url(images/bggradient7.jpg);
	background-color: #996600;
	background-repeat: repeat-x;
}
.bistrohenry #container {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.875em;
	line-height: 1.4em;
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: fefbec;
	color: #333;
} 
.bistrohenry #header {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #fefbec;
} 
.bistrohenry #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 */
}
.bistrohenry #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 10px;
	background-color: #f4f0db;
	background-image: url(images/papyrus.png);
	background-repeat: repeat-y;
	color: #000;
}

.bistrohenry #mainContent {
	margin-top: 50px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 20;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.bistrohenry #footer {
	background:#000;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
} 
.bistrohenry #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 */
	color:#FFF;
}
.bistrohenry #footer a:link {
	text-decoration: underline;
	font-weight:normal;
	color: #FFF;
}
.bistrohenry #footer a:visited {
	text-decoration: underline;
	font-weight:normal;
	color: #FFF;
}
.bistrohenry #footer a:hover {
	color: #996600;
	text-decoration: none;
	font-weight:normal
}
#outer
{
	z-index: 2;
	position: relative;
	width: 784px;
	border: 7px solid #E9E0C4;
	background-color: #fefbec;
	margin: 0 auto;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}
.rightpic {
	margin: 0.5em 0pt 0.5em 0.8em;
	float:right;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.bistrohenry #outer #container #sidebar1 p {
	line-height: 16px;
	margin-top: 10px;
}

.leftpic {
	float:left;
	margin-top: -0.5em;
	margin-right: 0.8em;
	margin-bottom: 0.5em;
	margin-left: 0;
}

img.topright {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
 }
img.topleft {
	margin-right: 10px;
	margin-bottom: 20px;
	float: left;
}
img.center {
   display: block;
   margin-left: auto;
   margin-right: auto;
 }

.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;
}
.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;
}
a:link {
	text-decoration: underline;
	font-weight:normal;
	color: #333;
}
a:visited {
	text-decoration: underline;
	font-weight:normal;
	color: #333;
}
a:hover {
	color: #622F00;
	text-decoration: none;
	font-weight:normal
}
p {
	font-size: 0.875em; /* 16x0.875=14px */
	margin: 1.286em 0; /* 14x1.286=18px */
  }

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	color: #000;
}

h1 {
	font-size: 1.375em; /* 16x1.375=22px */
	line-height: 1.536em;/* 16x1.636=36px */
	
}

h2 {
	font-size: 1.125em; /* 16x1.125=18px */
	margin:1em 0; /* 18x1=18px */
}
h4 {
	font-size: 1.0em;
	font-weight:bold;
	color: #000;
	line-height: normal;
}
h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #000;
	line-height: normal;
}
h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #000;
	line-height: normal;

}
.nolinestable {
	width: 100%;
	text-align: left;
	font-size: 0.875em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #333;
}
.nolinestable td, th {
	vertical-align:top;
	border:none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 5px;
}

ol, ul, li {/*
	list-style: none;*/
	font-size: 12px;
	margin-top: 0.1em;
	margin-bottom: 0.5em;
	line-height: 140%;
	white-space: normal;
	margin-left: 0.5em;
	padding-left: 0.5em;
	color: #333;
	}
	
/*
	yDSF (ydnar Drop-Shadow-Fu)
	ydnar@sixapart.com - http://www.sixapart.com
*/

.ydsf {
	display: block;
	position: relative;
	background-image: url(images/shadow-grid.gif);
	background-repeat: repeat;
	margin-top: 4px;
	margin-right: -4px;
	margin-bottom: 6px;
	margin-left: 20px;
}

/* ie6 ignores this selector */
html>body .ydsf {
	background-image: url(images/shadow.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	background-position: right top;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
}

.ydsf:after {
	background-position: left bottom;
	margin-top: -10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}
.slideshow { 
	height: 200px; width: 250px; margin: auto }
.slideshow img { 
	padding: 0; border: 0;}
