@CHARSET "ISO-8859-1";
#main {
	width: 970px;
	margin: 10px auto;
	padding: 0 15px;
}

#header {
	width: 970px;
	height: 170px;
	margin-bottom: 20px;
}

#menu {
	float: left;
	width: 175px;
	margin-right: 35px;
}

#menu ul li {
	width: 175px;
	margin-bottom: 3px;
}

#content {
	float: left;
	width: 760px;
}
#content div.twothirds {
	width: 300px;
	float: left;
}
#content div.third {
	margin-right: 25px;
	width: 150px;
	float: left;
}
#footer {
	height: 20px;
	line-height: 20px;
	clear: both;
	background: transparent url('/styles/images/footer.jpg') top left no-repeat;
}

.heading {
	width: 475px;
	height: 36px;
	line-height: 36px;
	margin: 20px 0 25px 0;
}

.intro {
	width: 475px;
}

.title {
	width: 452px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 2px;
	margin-top: 25px;
	background: #afdedb url('/styles/images/title-bg.png') top left no-repeat;
	padding-left: 18px;
}
.right {
	width: 250px;
	margin-left: 25px;
	float: right;
	padding-top: 20px;
}

.spotlight {
	width:275px !important;
	height:340px;
	float: right;
	padding-top: 20px;
	background:url('/styles/images/spotlight_box.png') no-repeat right;
}

.spotlight a {
	text-decoration: none !important;
}
	
.spotlight div {
	width:165px;
	height:88px;
	padding-left:100px;
	padding-right: 10px;
	margin-bottom:5px;
}

.spotlight div.tv {
	margin-top: 30px;
	_margin-top: 50px;
	*margin-top: 50px;
	background:url('/styles/images/spotlight_tv.png') no-repeat;
}
	
.spotlight div.radio {
	background:url('/styles/images/spotlight_radio.png') no-repeat;
}
	
.spotlight div.magazines {
	background:url('/styles/images/spotlight_magazines.png') no-repeat;
}
	
.box {
	width: 475px;
	clear:left;
}

.item {
	width: 225px;
	float: left;
}

.book {
	float: left;
	width: 145px;
	margin-right: 25px;
	overflow: hidden;
	margin-bottom: 25px;
}

.blurb {
	float: left;
	width: 305px;
}

.readmore {
	width: 100%;
}
.readmore img {
	float: right;
	margin-right: 30px;
}

label {
	display: block;
	margin-bottom: 3px;
}
input, select, textarea {
	width: 250px;
	margin-bottom: 6px;
}
input.submit {
	margin-top: 6px;
}
table.edit td, table.edit th {
	padding: 2px 5px;
}
table.edit tr.odd {
	background: #eee;
}

table.edit th {
	font-weight: bold;
	text-align: center;
}