 body {
	font-family:Georgia, serif;
	color:#FFFFFF;
	font-size: .75em;
	background-color: #333333;
}
.reflect {
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
}
/* position:fixed for modern browsers - header and footer do not scroll */
body>div#headerwrap {
	position: fixed;
}
div#header {
	height:164px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	top: 0px;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
	padding-bottom: 30px;
	padding-top: 150px;
}
/* set left margin for modern browsers */
body>div#middlewrap {
	
}
#middlewrap #middle #content td {
	height: 2em;
}
#footerwrap #footer.links {
	color: #666666;
}
.currentIssue {
	font-size: 1.8em;
	color: #FFCC00;
	font-style: italic;
}
.homeColumnRight {
	float: left;
}
div#middle {
	width:650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#sidebar {
	width:180px;
	float:left;
	position: fixed;
}
div#content {
	width: 650px;
}
/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:100%;
	p\osition:absolute;
	bottom:0;
	left:0;
	height:40px;
	background-color: #333333;
}
body>div#footerwrap {
	position:fixed;
}
div#footer {
	height:40px;
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #999999;
}

/* Styling rules to make this demo page look nice. */

.floatRight {
	float: right;
	margin-left: 15px;
}
h1,
h2 {
	padding:0;
	margin:0;
}
h1 {
	font-size:1.4em;
	text-align:center;
	padding-top:5px;
}
h2 {
	font-size:2.4em;
	margin-top:0;
	font-family: "Gill Sans Light", "Gill Sans MT", Helvetica, sans-serif;
	margin-bottom: 10px;
}
p {
	margin-bottom:1.5em;
	line-height:1.8em;
}
ul {
	font-size:0.8em;
	line-height:1.4em;
}
a {
	color: #FFCC33;
	text-decoration: none;
}
 a:hover {
	color: #FFCC33;
	text-decoration: underline;
}
.heading {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
}
.headcaps {
	font-size: 1.1em;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	display: block;
	margin-top: 2.5em;
}
.floatleft {
	float: left;
	margin-right: 15px;
}
table {
	vertical-align: top;
}
td {
	vertical-align: top;
	line-height: 1.8em;
}
.nowPlaying {
	font-size: 2.2em;
	font-family: "Gill Sans Light MT", "Gill Sans Light", "Gill Sans", "Gill Sans MT", Helvetica, sans-serif;
	margin-bottom: 10px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.firstletter {
	font-size: 2.3em;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.currentIssueTitle {
	font-size: 1.8em;
	font-style: italic;
}
.justify {
	text-align: justify;
}
.homeColumnRight2 {
	width: 160px;
	float: right;
}
