#MediaRoom 
{
	width: 490px;
}

#MediaRoom .options
{
	float: right;
	margin-left: 15px;
	line-height: .6em;
}

#MediaRoom .options a
{
	font-size: .7em;
}

#MediaRoom h1 {
	color:#790000;
	font-size: .8em;
	margin-bottom: 0px;
	margin-top: 8px;
	border-bottom: 0px;
	padding: 0px;
}

#MediaRoom .date {
	color: black;
	font-size: .75em;
	margin-bottom: 10px;
	font-style: italic;
}

#MediaRoom .description {
	color: black;
	font-size: .8em;
	margin-bottom: 8px;
}

#MediaRoom .tags
{
	color: black;
	font-size: .7em;
}

#MediaRoom .tags a
{
	color: #999999;
}
#MediaList
{
	width: 100%;
}
#MediaList .item
{
	display: block;
	margin-bottom: 5px;
	clear: left;
}
#MediaList .img
{
	float: left;
	margin-right: 3px;
	margin-bottom: 5px;
	border: solid 1px black;
	width: 55px;
	height: 38px;
}
#MediaList a
{
	font-size: .8em;
	color: #999999;
}
#MediaList div .title
{
	color: #666666;
	display: block;
	font-weight: bold;
}
#MediaList .date
{
	font-size: .9em;
}
#MediaList .prevNext
{
	height: 35px;
}
#MediaList .prevNext a
{
	font-size: 1em;
	font-weight: bold;
}

