@charset "utf-8";
/* CSS Document */

body {
	background-color:#7F7A79;
	background-image:url(layout/body.jpg);
	background-position:center;
	background-repeat:repeat-y;
	margin-top:0px;
}

#header {
	background-image:url(layout/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:178px;
}

#navigation {
	height:53px;
}
.past_video_box {
	width:460px;
	height:310px;
	overflow:scroll;
	overflow-x:hidden;  
}

.body_text {
	padding-left:5px;
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
}

.video_credit {
	color:#700002;
}

.date{
	margin-left: 25px;
	float:left;
	line-height: 40px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
}

.gallery_text {
	line-height:normal;
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: normal;

}
.gallery_text a:link {
	color: #000000;
	text-decoration: none;
	font-style:normal;
}
.gallery_text a:visited {
	text-decoration: none;
	color: #000000;
	font-style:normal;

}
.gallery_text a:active {
	text-decoration: none;
	color: #000000;
	font-style:normal;

}
.gallery_text a:hover {
	text-decoration: underline;
	color: #000000;
	font-style:normal;

}
a:link {
	color: #000000;
	text-decoration: none;
	font-style:normal;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-style:normal;

}
a:active {
	text-decoration: none;
	color: #000000;
	font-style:normal;

}
a:hover {
	text-decoration: underline;
	color: #000000;
	font-style:normal;