@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: black;
	/*background: white;*/
	font-size: 14px;
}
#textbox {
	float: left;
	width: 240px;
	margin-right: 80px;
}
#youtube {
	float: left;
	width: 450px;
}
#textbox p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 18px;
}
#textbox .black{
	background-color: black;
	color: white;
	padding: 2px;
}
#textbox .white{
	color: black;
}
#ptext{
	margin: 18px 0 0 8px;
}
img {
	float: left;
	border-left: solid 1px black;
}
#warning {
	background-color: #d60000;
	color: white;
	padding: 2px;
}
#warning a {
	text-decoration: none;
}

