.video {
	margin: 10px 10px 10px 10px;	
}

.video_box {
    width: 160px;
    height: 128px;
    float: left;
	margin: 0 0 15px 15px;
	padding: 0;
}

.video_box a img {
    border: 0;
}

.video_title {
    background-color: #e5e5e5;
    padding: 3px;
}

.content_table {
    border: 2px outset white;
    background-color: #e5e5e5;
    float: left;
	width: 566px;
}

.content_table embed, .content_table object {
	margin-left: 30px;
}

.content_table .video_description {
	margin: 1em 30px 2em 30px;
}

.content_table .video_description p {
    font-weight: normal;
}

