@charset "utf-8";
/* CSS Document */

/*--- HISTORY --------------------------------------------------------------------------------------*/
.history{
	float:left;
	width:480px;
}	
.utubeVideo{
	float:right;
	width:340px;
	padding:10px;
}
.utubeVideo h1 {
	color:#612989;
}
.utubeVideo h2 {
	color:#caafdd;
	margin:0px;
	padding-bottom:10px;
}
.utubeVideo .vid{
	background-color:#612989;
	background-image:url(../images/vid_bg.jpg);
	background-repeat:repeat-x;
	padding:5px 10px 10px;
	margin-bottom:10px;
}
