body {
	background: #ccc;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 10pt;
}

img {
	border: 0;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

.flashBad {
	background: #eccecf;
	border: 2px solid #9e0b0f;
	padding: 10px;
	font-weight: bold;
}

.flashGood {
	background: #e5f2be;
	border: 2px solid #bedf5d;
	padding: 10px;
	font-weight: bold;
}

#container {
	background: #fff;
	margin: 0 auto;
	padding: 10px;
	width: 709px;
}

#banner {
	margin-bottom: 1em;
}

#main {
}

#mainLeft {
	float: left;
	width: 500px; 
}

#mainLeftBody {
	border: 1px solid;
	margin-top: 1em;
	padding: 0 0.5em;
}

#mainLeftBodyHeader {
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}

#mainLeftBody img.author {
}

#mainLeftBody div.presenterImage {
	float: left;
	margin: 0 1em 0.2em 0;
	width: 150px;
}

#mainLeftBody p {
	line-height: 140%;
}

#mainLeftBody img.thumb {
	display: none;
}

#mainLeftBodyFooter {
	clear: both;
}

#mainLeftBodyFooter p {
	font-size: 0.8em;
	line-height: 110%;
	text-align: center;
}

#mainLeftFooter {
	margin-top: 1em;
}

#mainLeftFooter p {
	font-size: 0.8em;
}

#mainRight {
	float: right;
	margin-bottom: 1em;
	width: 200px;
}

#mainRight h3 {
	text-align: center;
}

#mainRight dl {
	clear: both;
}

dl#archives {
	font-size: 0.8em;
}

dl#archives dt {
	clear: left;
	font-weight: bold;
}

dl#archives dd {
	margin: 0.5em 0 0.5em 2em;
}

dl#archives dd.current {
	color: #f00;
	font-weight: bold;
}

dl#archives .presenterImage {
	float: left;
	margin: 0 1em 1em 0;
	width: 100px;
}

dl#archives img.thumb {
	display: none;
}

#pagination {
	clear: both;
}

#pagination .left {
	float: left;
}

#pagination .middle {
	text-align: center;
}

#pagination .right {
	float: right;
}

#footer {
	border-top: 1px solid;
	clear: both;
	font-size: 0.8em;
	text-align: center;
}

/* ========================= */
/* Yahoo Media Player tweaks */
/* ========================= */

/* Hide the album title
.ymp-meta-box a#ymp-meta-album-title {
	visibility: hidden;
}
*/

/* Hide the track title
.ymp-meta-box a#ymp-meta-track-title {
	visibility: hidden;
}
*/

/* Hide the "Learn more about this player" link */
#ymp-relevance {
	visibility: hidden;
}

/* Hide the playlist button
#ymp-tray-body {
	visibility: hidden;
}
*/

/* Hide the Yahoo logo */
#ymp-yahoo-logo {
	display: none !important; 
}
