/* CSS Document */
body { 
	background-color: #460002;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px;
	line-height: 2ems;
}
a {
	color: white;
	text-decoration: underline;
	border: 0px;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: 0px;
	padding: 0px;
	vertical-align:middle;
}
#container {
	background-color: yellow;
	overflow:hidden;
	background-color: #3c7791;
	width: 778px;
	background:url(images/stripes.jpg) repeat;
	border: 5px solid black; 
	border-width: 0px 5px 5px 0px;
}
.video_boxes {
	clear: both;
	float: left;
	width: 525px;
	height: 90px;
	}
.video_thumbs {
	padding: 20px;
	padding-left: 0px;
	padding-top: 0px;
		float: left;
	}
#middle_container {
	float: left;
	width: 644px;
	min-height: 500px;
	background: url(images/bg.jpg) no-repeat top left;
	overflow: visible;
}
#sub_nav {
	width: 220px;
	margin: 10px;
	float: left;
}

a.sm_link {
	text-decoration: underline;
	}
a.nav_link {
	text-decoration: none;
	font-size: 11px;
}
a#title {
	width: 350px;
	float:left;	
	padding: 70px 0px 0px 20px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: normal;
	color: #a6c1cd;
	letter-spacing: 5px;
	text-decoration: none;
	}
a:hover#title {
	width: 350px;
	float:left;	
	padding: 70px 0px 0px 20px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	font-weight: normal;
	color: #a6c1cd;
	letter-spacing: 5px;
	text-decoration: underline;
	}


#subtitle {
	clear: both;
	position: relative;
	top: -5px;
	left: +25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px; 
	font-weight: normal;
	color: #a6c1cd;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
	}
#content {
	clear: both;
	margin: 10px;
	margin-left: 100px;
}
ul {
	padding: 0px;
	margin: 0px;
	}
li {
	padding: 10px 0px 0px 0px;
	list-style-position: outside;
	list-style-type:none;
	}
#left {
	float: left;
	width: 225px;
	}
#right {
	float: left;
	width: 225px;
	}
#left_side {
	float: left;
	width: 92px;
	/*background:url(images/left_bg.jpg) no-repeat top left #386980;*/
	overflow:visible;
}
#right_stripe {
	float: left;
	width: 24px;
	background:url(images/right_bg.jpg) no-repeat top left #658b9d;
	overflow: visible;
}
