@charset "utf-8";
/* CSS Document */
#media-rightcolumn{
	width:590px;
	float: left;
	margin: 0 0px 0 20px;
	-moz-border-radius: 10px;
	background-color:#FFFFFF;
	padding:10px;
	border: 1px solid #666666;
	margin-bottom: 10px;
	
	}
.media-right{
	float:left;
	width:415px;
	margin-left: 10px;
	
}
.media-audio{
	float:left;
	width: 200px;
	color: #93256e;

}
.media-image{
	float:left;
	clear: both;
	width: 400px;
		
}
.media-video{
	float:left;
	width: 200px;
	margin-left: 10px;
}
.media-header{
	float:left;
	color:#93256e;
	font-size:14px;
	width: 200px;
	font-weight: bold;
	}
.media-audio .column, .media-video .column{
	clear:both;
	float:left;
	width:200px;
	color: #93256e;
	}
.media-gallery{
	background-image:url(../images/media/media.gif);
	height:215px;
	padding-left:215px;
	background-repeat:no-repeat;
	
}
