body, html {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	display: block;
	font-size: 26px;
}
div.main_flash {
	display: none;
}
.video_box {
	height: 259px;
	clear: both;
	background-image: url(../img/video_box/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.video_box object {
	float: left;
}
.video_box a {
	background-image: url(../img/video_box/link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 28px;
	width: 100px;
	overflow: hidden;
	margin-left: 22px;
	margin-top: 28px;
}
.video_box a:hover {
	background-position: right top;
}
.bio_box {
	background-image: url(../img/bio_box/bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 30px;
	padding-left: 70px;
	padding-bottom: 30px;
}
.bio_box p {
	line-height: 22px;
	padding-bottom: 12px;
}
.bio_box a {
	background-image: url(../img/bio_box/pbi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	float: left;
	height: 13px;
	width: 120px;
	overflow: hidden;
}
.bio_box a:hover {
	background-position: right top;
}
.article {
	margin-right: 20px;
	color: #9a9a9a;
}
.article h2 {
	margin-bottom: 15px;
}
.article p {
	line-height: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	text-align: justify;
	color: #000000;
}
.article_opt {
	display: none;
}
#sub_content {
	display: none;
}
#footer ul {
	margin-left: 50px;
}
#footer ul li {
	list-style-type: none;
	float: left;
	margin-left: 20px;
	display: inline;
}
#footer img.float_left {
	margin-left: 70px;
	margin-top: 20px;
}
#footer img.float_right{
	margin-right: 40px;
	margin-top: 40px;
}
* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;
}
a img {
	border: 0 none;
}
a {
	text-decoration: none;
	color: #9A9A9A;
}
a:hover {
	color: #FFFFFF;
}
p {
	color: #9a9a9a;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
