.container { 
	border-left: 2px solid black; 
	border-right: 2px solid black; 
}
a { 
	color: #383838; 
	text-decoration: none; 
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
h1 { 
	color: #383838; 
	margin: 10px; 
	padding: 0px; 
	text-align: center;
}
.thumbnail {
	text-align: center;
}
.thumbnail img { 
	border: 2px solid #383838; 
	vertical-align: middle;
}
#videoclip { 
	border: 1px solid #000;
	width: 640px;
}
.flvplayer { 
	border: 1px solid #383838; 
}
.footer { 
	color: black; 
	font-weight: bold; 
	padding: 10px 0px; 
}
.footer a { 
	color: red; 
}
.desc {
	font-family: verdana;
	padding: 0 45px;
	text-align: justify;
}
div.thumbnail {
	float: left;
	margin: 5px 0 10px 0;
	text-align: center;
	width: 33%;
}
.thumbnail {
	text-align: center;
}
.thumbnail a img {
	text-decoration: none;
}
.thumbnail img { 
	border: 1px solid #383838; 
	vertical-align: middle;
}
