@charset "UTF-8";
/* CSS Document */
body{
	margin:0;
	background:#FFFFFF url(../navimages/paws.jpg) no-repeat center center fixed;
}
#wrapper{
	width:950px;
	margin: 0 auto;
	padding:0;
}
#header{
	margin-top:0px;
	height:20px;
}
#toprightnav{
	float:right;
	text-align:right;
	width:100%;
}
#menu{
	margin:0px;
	width:130px;
	float:left;
}
ul.mainNav {
	margin:0px 0px 0px 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
}
.mainNav li {
	list-style: none;
	background: #000000 url(../navimages/bpaw.jpg) no-repeat left center;
	border:#999999 1px dotted;
	margin-left: 0px;
	color:#FFFFFF;
}
.mainNav a {
	display: block;
	padding: 7px 5px 4px 0px;
	text-align: right;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: medium;
}
.mainNav a:hover {
	color:#000000;
	background: #FFFFFF url(../navimages/favicon.jpg) no-repeat left center;
	text-decoration:none;
}
#leftbar{
	float:left;
	width:180px;
	text-align:center;
}
#content{
	margin-top:80px;
	margin-left:130px;
	background-color:#FFFFFF;
	padding:0px 4px 0px 4px ;
	filter:alpha(opacity=75);
	opacity: 0.75;
}
*html #content{
	width:490px;
}
#footer{
	width:100%;
	float:left;
	text-align:center;
}
/*index*/
.storytitle{
	width:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-color:#1A468C;
}