@charset "UTF-8";
@import 'reset.css';
html {
	background-image: url(../images/screen_layout_04.png);
	background-repeat: repeat-x;
	margin-top: 0px;
}
body { margin-top: 0px;	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #C71628;
}
p {
	padding-bottom: 10px;
}

#Wrapper{
	width: 898px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#header {
	background-image: url(../images/screen_layout_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 118px;
}#header-2 {
	background-image: url(../images/screen_layout_06.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
	height: 20px;
}
#content {
	background-image: url(../images/screen_layout_08.png);
	width: 898px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 30px;
	height: 900px;
}
#content .topimage {
	margin-left: 9px;
}
#leftcolumn  {
	float: left;
	width: 868px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	background-image: url(../images/screen_layout_08.png);
}
#leftcolumn .videotitle  {
	background-image: url(../images/bkgd-uppercontent.gif);
	height: 45px;
	width: 250px;
	line-height: 30px;
	padding-left: 15px;
	float: left;
}
#leftcolumn .videotitle p.title {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 15px;
	float: left;
}
#leftcolumn .videotitle p.email {
	text-transform: uppercase;
	color: #C71628;
	float: right;
	font-weight: bold;
	font-size: 10px;
	padding-right: 15px;
	padding-top: 15px;
}
#leftcolumn .videotitle p.email a{
	color: #C71628;
	text-decoration: none;
}
#leftcolumn .videotitle p.email a:hover {
	color: #C71628;
	text-decoration: underline;
}
#leftcolumn .videoarea {
	background-image: url(../images/bkgd-video.gif);
	height: 300px;
	width: 600px;
}
#leftcolumn .videoinfo {
	padding-left: 15px;
	padding-top: 5px;
	padding-right: 15px;
}
#rightcolumn  {
	float: right;
	margin-right: 15px;
}
#rightcolumn .thumbnails a.thumbnail {
	height: 70px;
	width: 125px;
	border: 1px solid #000;
	float: left;
	text-align: left;
	text-decoration: none;
}
#rightcolumn .thumbnails a.title {
	width: 125px;
	padding-left: 10px;
	font-weight: bold;
	color: #C71628;
	float: left;
	padding-top: 27px;
	text-decoration: none;
}
#rightcolumn .thumbnails a.title:hover {
	text-decoration: underline;
}
#footer {
	background-image: url(../images/screen_layout_09.png);
	background-repeat: repeat-x;
	clear: both;
	height: 15px;
	width: 898px;
	background-position: bottom;
}
