/* CSS Document */
#header  { background-position: 50% top; position: fixed; z-index: 1; top: 6px; right: 15px; bottom: inherit; left: 165px; float: none;  }
#content {
	background-image: url("images/bckrnd.jpg");
	position: absolute;
	top: 175px;
	left: 149px;
	width: 600px;
	height: auto;
	border: ridge 1px olive;
	padding: 15px

}
#bckround{
background-color:#006633;
}
#side_bar   {
	background-color: orange;
	position: absolute;
	z-index: 2;
	right: 21px;
	left: 10px;
	width: 120px;
	height: 100%;
	border: outset 1px orange;
	top: 8px;
}
#story {
	padding: 15px;
	font-size: 80%;
	width: 550px;
	position: static;
	height: auto;
	top: auto;
	clip: rect(auto,auto,auto,auto);
	}
	#section {
	padding: 20px;
	font-size: 80%;
	width: 395px;
	}
	#seperate {
	padding: 15px;
	font-size: 80%;
	width: 95%;
	}
#right_sidebar{
  float:right;
	width: 20%;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-right: 2px;
}
#footer{
bottom: 5px;
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
rightheader {
	position: absolute;
	visibility: inherit;
	height: auto;
	width: auto;
	top: 0px;
	right: 20%;
}
table {
	font-size: 12px;
	color: #336600;
	
	}
#id    {
	background-color: orange;
	position: static;
	top: 100px;
	width: 130px;
	height: auto;
	float: right;
	border: outset 1px #000;
	outline-style: ridge;
	outline-color: maroon;
	right: 600px;
}

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
