img {
	border:none;
}
img#bg {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {
	text-decoration:none;
	color:#CC0000;
}
.gecko img#container_bg {
	display:none;
}
img#container_bg {
	position:absolute;
	width:806px;
	height:100%;
	top:0;
	left:0;
	opacity: .3;
	filter: alpha(opacity=30);
}
div#container {
	position:absolute;
	width:800px;
	height:auto;
	top:25px;
	left:50%;
	margin-left:-400px;
	padding:3px;
	border: 4px double #333300;
}
div#header {
	position:relative;
	z-index:1;
	width:800px;
	height:86px;
	padding-bottom:2px;
}
div#nav_bar {
	position:relative;
	z-index:1;
	width:800px;
	height:25px;
	border-top: 1px solid #333300;
	border-bottom: 1px solid #333300;
}
div#menu_but {
	float:left;
	width:114px;
	height:23px;
	font-family: CaslonAntique;
	text-align:center;
}
div#mid_section {
	position:relative;
	z-index:2;
	width:800px;
	height:auto;
}
#mid_section #left {
	width:600px;
	height:auto;
	float:left;
	border-right: 1px solid #333300;
}
#mid_section #right {
	width:189px;
	height:auto;
	float:right;
	padding:5px;
}
div#mid_section .section_banner {
	padding-bottom:10;
}
div#mid_section .butt {
	font-family: CaslonAntique;
	padding-left:10px;
	color: #000000;
}
#mid_section #right h2{
	font-size:medium;
	font-family: CaslonAntique;
	font-weight:normal;
	line-height:1;
}
#mid_section #right .entry {
	font-size:small;
}
#mid_section #right .postmetadata {
	font-size:small;
}
div#footer {
	position:relative;
	z-index:10;
	float:left;
	bottom:40px;
	width:800px;
	height:28px;
}
