* {
	margin: 0;
	padding: 0;
}
body { 
	color: #fff;
	background-color: #000;
	font-family: "ArialMT", Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
}
p {
	font-size: 0.9em;
	line-height: 1.6em;
	text-indent: 1em;
	margin: 0 0 0.4em 0;
}
a:link {
	text-decoration: underline;
	color: #fff;
}
a:visited {
	color: #969696;
	text-decoration: underline;
}
a:hover {
	color: #b0b0b0;
	text-decoration: none;
}
a:active {
	color: #fff;
	text-decoration: none;
}
a img {
	border-width: 1px;
	border-color: #222;
	border-style: solid;
}
a img:hover {
	border-color: #99a3a8;
	border-style: dotted;
}
a img:visited {
	border-color: #151515;
	border-style: solid;
}
a img:active {
	border-color: #222;
	border-style: dotted;
}
h1 {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
	font-size: 1.8em;
	line-height: 0.5em;
	margin: 2em 0 1em 0;
	text-indent: 0;
}
h2 {
	color: #fff;
	font-family: "ArialMT", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
	margin: 0 0 .4em 0;
	text-indent: 0;
	text-decoration: none;
}
#wrapper {
	width: 686px;
	margin: 0 auto;
	padding: 30px;
	background-color: #090909;
	border-width: 1px;
	border-color: #222;
	border-style: solid;
}
#header_title {
	text-align: center;
	margin: 30px 0 40px 0;
}
#video_main {
	width: 680px;
	border-width: 3px;
	border-color: #99a3a8;
	border-style: dotted;
}
#body_text {}
#left_column {
	float: left;
	width: 290px;
	text-align: justify;
}
#right_column {
	float: left;
	width: 360px;
	margin: 0 0 0 30px;
	text-align: justify;
}
#right_column img {
	float: left;
	clear: left;
	margin: 0.2em 1em 0 0;
}
#right_column p {
	margin-bottom: 0.6em;
}
#footer {
	clear: both;
	padding: 5em 0.5em 0 0.5em;
}
#footer p { 
	color: #666;
	font-size: 0.7em;
}
#footer a { text-decoration: none; }
.description {
	text-indent: 0;
	font-size: 0.8em;
	line-height: 1.4em;
}
.sub_description {
	font-size: 0.7em;
	text-indent: 0;
	line-height: 1.3em;
	color: #969696;
}
.linebreak {
	clear: both;
	line-height: 0.6em;
	margin: 0;
}
.clear {
	clear: both;
}