html,
body {
height: 100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(/images/star-background.jpg);
	background-repeat:repeat-x;
	background-image: url(/images/star-background2.jpg);
}

.oneColFixCtr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	

}
.oneColFixCtr #flashContent {
	border-color:#FFF;

	text-align: left;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}


#sub {
	font-size:11px;
	text-align:left;
	margin-left:5px;
	background: #900;
	margin-left:0px;	
}

th {font-family:Verdana,Arial;font-size:12pt;}

.podcastimg {
	border:0;
}

.special {
font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
}

.story {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
#HeadlineRed {
	color: #900;
}
.Story_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	color: #666666;
}
.footer_heading {
	color: #900;
	font-size: 75%;
}
.footer_items {
	color: #666666;
	font-size: 95%;
	line-height: -50%;
}
A.footerlink:LINK{ COLOR:#666666; TEXT-DECORATION: none; font-weight: normal }
A.footerlink:VISITED{ COLOR:#666666; TEXT-DECORATION: none; font-weight: normal}
A.footerlink:HOVER {
	COLOR:#900;
	font-weight: bold;
}

A.Authorlink:LINK{ COLOR:#666666; TEXT-DECORATION: none; font-weight: bold }
A.Authorlink:VISITED{ COLOR:#666666; TEXT-DECORATION: none; font-weight: bold}
A.Authorlink:HOVER {
	
	COLOR:#900;
	font-weight: bold;
}

#holdingcontainer {
	width: 980px;
	height: 601px;
	position: relative;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#holdingcontainer #leftmargin{
	margin: 0px;
	padding: 0px;
	float: left;
	height: 601px;
	width: 98px;
	clear: none;
	background-image: url(/images/whtbkgdleft.png);
}
#holdingcontainer #rightmargin{
	margin: 0px;
	padding: 0px;
	height: 601px;
	width: 98px;
	float: right;
	clear: none;
	background-image: url(/images/whtbkdgright.png);
}
#holdingcontainer #bulkofheader{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1em;
	color: #666666;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	width: 784px;
	height: 70px;
	left: 98px;
	position: relative;
}
#holdingcontainer #alphanav {
	background-color: #FFF;
	height: 30px;
	width: 784px;
	position: relative;
	left: 98px;
}
#holdingcontainer #alphadivider {
	background-color: #FFF;
	position: relative;
	left: 98px;
	height: 30px;
	width: 784px;
}
#holdingcontainer #bulkofcontent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: 666666;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;

	position: relative;


}
 #twitter-widget-2{
      width:173px !important;
      min-width:173px !important;
    }
.catalogtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	color: #666666;
	text-align: left;
}
.catalogtextunbold {
	font-weight: normal;
}
.catalogtextunboldred {
	color: #900;
}

.main-nav, #main-nav{
	z-index: 2000;
	font-weight: bold;
	display: block;
	text-decoration: none;
	line-height: 20px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0 2px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: .5s;
	-webkit-transition-timing-function: ease-in;
	cursor: pointer;
	width: 165px !important;
}

#sub{
	width: 165px !important;
}

#nav ul li:hover { background: #5a0c08; }
#nav li ul:hover { background: #5a0c08;}
