@charset "UTF-8";

.oneColFixCtrHdr #container {
	height: auto;
	width: 825px;
}

#ul {
	text-decoration: none;
	list-style-type: none;
	width: 300px;
	font-size: 120%;
	line-height: 200%;
	float: left;
	height: 175px;
	vertical-align: middle;
}
#gallery  {
	height: auto;
	width: 820px;
	background-color: #fffef0;
}
#div2  {
	height: 376px;
	width: 818px;
	display: block;
	clear: left;
	border-top: 1px solid silver;
}
#div2b  {
	height: 300px;
	width: 800px;
	display: block;
	clear: left;
}
#div3  {
	height: 500px;
	width: 800px;
	display: block;
	clear: right;
	float: left;
	border: 1px solid silver;
}
#div3b  {
	height: 200px;
	width: 800px;
	display: block;
	clear: right;
	float: left;
}
#div4  {
	height: 375px;
	width: 272px;
	clear: right;
	display: block;
	float: left;
	font-size: 90%;
}
#div5 {
	display: block;
	height: 320px;
	width: 265px;
}
#div6  {
	height: 295px;
	width: 266px;
	clear: right;
	display: block;
	float: left;
}
#txtbg {
	padding-top: 2px;
	width: 805px;
	height: auto;
	}

#footer  {
	padding: 0 0 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fffef0;
	text-align: center;
	height: 30px;
	width: 800px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadow{
border:1px solid silver;
font:10pt arial;
position:relative;
display:inline;
background:white;
z-index:100
}

.shadow_inner{
overflow:hidden;
position:absolute;
top: -1000px;
filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.1; /*firefox 1.5 opacity*/
-moz-opacity:0.1; /*mozilla opacity*/
-khtml-opacity:0.1; /*opacity*/
z-index:10
}

