body  {
	margin: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	background-image: url(background_tile.jpg);
	background-repeat: repeat;
	line-height: 1.2;
}
#sidebar img {
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background-image: url(container_background.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFCC;
} 
#stripebar {
	height: 26px;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #990000;
}
h2 {
	color: #990000;
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	padding-top: 10px;
	font-style: italic;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: .1 em;
}
.twoColFixLtHdr  #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-right: 10px;
}
h4 {
	background-color: #FFCC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	color: #990000;
	margin: 0;
	line-height: 2em;
	text-align: center;
	width: 200px;
	padding: 5px 0px;
}
#sidebar #required ul, #sidebar #archive ul{
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar #archive ul li{
	margin:0;
	padding:0;
}
#sidebar #archive ul a{
	font:12px/30px Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	margin:0;
	width:170px;
	padding-left:30px;
	display:block;
	background: url(archive_bkg.gif) no-repeat left center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	}
#sidebar #archive ul a.last{
	border-bottom:none;
	}
	#sidebar #archive ul a:hover{
	background-position: -200px 0px;
	color:#fff;
	}
#sidebar #archive ul a.current {
	background-position:top right;
	color:#990000;
	cursor:default;
	}
.twoColFixLtHdr #footer p {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
}
#footer {
	background-color: #990000;
}
#footer p {
	text-align: center;
}
#header {
	height: 215px;
	background-image: url(header.png);
	background-repeat: no-repeat;
	position: relative;
	background-position: center 20px;
}
#header h1 {
	left: 0px;
	position: relative;
	width: 500px;
	text-indent: -2000px;
}
#header ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	position: absolute;
	bottom: 0px;
	width: 780px;
	left: 0px;
	text-align: center;
	background-color: #990000;
}
#header li {
	float: left;
}
#header li a:link, #header li a:visited {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	margin-right: 0em;
	line-height: 1.3;
	display: block;
	padding-top: 0.5em;
	padding-right: 5em;
	padding-bottom: 0.5em;
	padding-left: 5em;
}
#header li a:hover, #header li a:active {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	margin-right: 0em;
	line-height: 1.3;
	display: block;
	padding-top: 0.5em;
	padding-right: 5em;
	padding-bottom: 0.5em;
	padding-left: 5em;
	background-color: #FFCC33;
}
#header li a.current,#header li a.current:hover,#header li a.current:active{
	color: #990000;
	background:#fff;
	cursor: default;
	}	

#gallery {
	position:relative;
	padding: 10px;
	height: 640px;
	background-color: #999999;
}
#gallery b.default {
	position:absolute;
	top:11px;
	width:385px;
	height:380px;
	text-align:center;
	left: 192px;
}
#gallery b.default img {
	display:block;
	margin:auto;
	border:1px solid #eee;
	border-color:#555;
}

