#body .submenu {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2.5em 0 2.5em -5px;
}

#body .submenu a, #body .submenu span {
	margin: 0 5px;
}

#body .video {
	margin: 0 0 2em 0;
}

#body .video:after {
	content: '';
	display: block;
	clear: both;
}

#body {
	width: 912px;
	margin: 0 auto;
	text-align: left;
	padding: 0px 0;

	font-family: Arial, Sans-Serif;
	font-size: 0.75em;
	background: #f4f4ed;
	color: #666;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #acacac;
	text-decoration: underline;
}
#body .video .source {
	float: left;
	width: 500px;
}
h1 {
	font-size: 1.5em;
	margin-bottom:20px;
}

#body .video .data {
	float: right;
	width: 400px;
}

#body .warning {
	font-style: italic;
	background-color: #ecece5;
	background: #ecece5;
	padding: 5px;
	line-height:20px;
	margin-top:10px;
}
#body .data p {
	line-height: 1.4em;
}
#body .content p {
	line-height: 1.4em;
}
#body .data ol li{
	list-style-type: disc;
	margin-left:30px;
	margin-top:8px;
}
#body .data ol {
	margin:10px;
	margin-left:0;
}
#body .data object {
    margin-bottom:10px;
}
#body .warning p {
    position:relative;
}
