
body,table *{
font-family: Arial, sans-serif;
font-size: 13;
color: white;
}
body{
	background-color:#454545;
   padding:0;
   margin:0;
}
body a:link, a:visited {
   color:#CCCCCC;
   text-decoration:none;
}

div.page{
   position:relative;
   z-index:200;
   width:800px;
   background-color:black;
   margin:0 auto;   
   padding: 0 5px 10px 5px;
   margin-top:0px;  
   height:100%;
   
   /*border-left:2px solid #CCCCCC;
   border-right:3px solid #CCCCCC;   */
}

div.error{	
   border: 2px solid red;
   width:700;
   color:red;
   text-align:center;
   font-size: 13;
}

div.banner{
	height:45px;
}

h2.title{
	font-family:Oldtown, Impact, Fantasy;
	color:black;
	margin:0 0 0 0;
}
h2.ensTitle{
	font-family:Oldtown, Impact, Fantasy;
   font-size:20;
	margin:0 0 0 0;
}

span.stamp{
	width:100%;
	height:100%;
	margin:0 auto;
}

/*main style*/
div#main{  
	color:white;
	background-color:black;
	padding:10px 0 10px 0;
	margin-top:30px;
	margin-bottom:30px;
	float:none;
	width:100%;
}
div#main * input{
	color:black;
}
div#main * textarea{
	color:black;
}
div#main input.submit {  
	font-weight:bold;
	color:black;	
	background-color:#CCCCCC;	
	border:0;
}
div#mainRight table td{
   color:white;	
}
div#mainRight{
	float:right;
	width: 25%;
	text-align:left;
	background-color:black;
}
div#mainLeft{
	width:70%;
	float:left;
	padding-right:10px;
	border-right:1px dashed white;
	background-color:black;
}
div#main a{
	color:white;
}
div#mainRight a{
	color:#CCCCCC;
}
div#main a:hover{
	color:red;
	font-weight:bold;
	text-decoration:none;	
}
* html div#left{
	height:400px;
}
div#left {  
   padding: 5px 10px 5px 10px;   
   color:white;
   float:left;
   width:50%;
   min-height:400px;
   height:auto;   
}

div#right {
   padding: 5px 10px 5px 10px;   
   color:black;
   width:40%;
   float:left;
}

div#right a:link , a:visited {color:#FFFFFF; text-decoration:none;}
div#right a:hover , a:active {color:red; text-decoration:underline;}

div#left a:link, a:visited {color:white;}

.login{
   text-align:center;
}
div#header{
	height:100px;
}
div#header table{	
	height:100%;
	color:black;
}
div#footer{
   color:white;
	float:left;
	width:800px;   
	margin:0 auto; 
	text-align:center;
	background-color:black;
}
div.story{
	padding:10px;
}
div.story *{
   color:white;
}
div.storySelect{
	padding:5px;
	text-align:center;	
	margin:0 auto;
}
div.storySelect select{
	width:400px;
   background-color:black;
   color:white;
}

table#catalogListing{
	width:100%;
}

table#catalogListing form input{
	width:20px;
	background-color:white;
	color:black;
	font-size:10px;
	font-weight:bold;
	border:0;
}
table#catalogListing td{
	border-bottom:1px solid white;
	padding:5px;
}
table#catalogListing td a{
	color:white;
	font-weight:bold;
	text-decoration:none;
}
table#catalogListing td a:hover{
	color:red;
	font-weight:bold;
	text-decoration:none;	
}
table#catalogListing table.subListing {
	margin-left:10px;
	margin-bottom:10px;
	width:100%;
	border:none;
}

table#catalogListing table.subListing td{
	border:none;
}

#login input{
	height:15px;
	width:80px;
	font-size:11px;
	color:black;
}

#login input.submit{
	width:50px;
	background-color:black;
	color:white;
	font-size:12px;
	font-weight:bold;
	border:0;
}

#search input{
	color:black;
}
.feature *{
	color:black;
}

.blurb * {
   font-size:11px;
}
.blurb{
   margin-bottom:10px;
}
td#blurbCell a:link , a:visited{
   color: #454545;
}
td#blurbCell a:hover{
	color:red;
	font-weight:bold;
	text-decoration:none;	
}
