body {
	width: 500px;
	margin: 0;
	padding: 0;
	background-color: #ffc; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	line-height: 16px;   
	color: #336;
	text-decoration: none;	
}

div#content {
	width: 400px;
	margin: 0 0 0 70px;
	padding: 0;
}

div.audio-widget {
	height: 20px;
	width: 100px;
	float: right;
}

/* news header */
h1 { 
	margin: 14px 0 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #663;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
}

/* subhead */
h2 {
	margin: 14px 0 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 14px; 
	color: #663;
	font-weight: normal;
}

/* article header */
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	color: #663;
}

/* article second header */
h4 {
	font-size: 13px;
	text-align: center;
	font-weight: normal;
}

/* not in frame warning */
h5 {
	font-size: 14px;
	color: #900;
	text-align: center;
	font-weight: normal;
}

p {
	margin: 0 0 10px 0;
}

p.home {
	margin-left: 16px;
}

.captions {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	line-height: 13px; 
	color: #336;
}

/* LINKS */
a:link, a:visited {
	color:#993; 
	text-decoration:none;
}

a:hover, a:active {
	color:#993; 
	text-decoration:underline;
}

/* LISTS */
ul.links {
	list-style: none;
	margin: 0;
	padding: 0 16px;
	}
/*	
ul.links li.pdf {
	padding-left: 30px;
	height: 25px;
	background: url('images/pdf_icon25.gif') left top no-repeat;
	}
	
ul.links li.mp3 {
	padding-left: 30px;
	height: 30px;
	background: url('images/mp3_icon25.gif') left top no-repeat;
	}
*/

ul.links img {
	padding-right: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
	}
	
img.cd_cover {
	float: left;
	clear: both;
	margin: 0 10px 0 -120px;
}

div.cd_text {
	clear: both;
	margin: 0 0 20px 120px;
}

