
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin : 0;
	padding : 0;
}

body{
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:center;
	background-color: #FFFFFF;
}

#top {
	margin : 0px auto;
	text-align:right;
	padding : 28px 3px 0px 0px;
	height: 58px;
	width: 777px;
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
}

#pagebottom {
	text-align:center;
	margin : 0px auto;
	padding : 40px 0px 0px 140px;
	width: 610px;
	height: 55px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#container {
	width: 780px;
	text-align:left;
	margin : 0px auto;
	background-color: #ffffff;
	background-image: url(images/wrap_back.gif);
}

#searchField {
	width: 250px;
	color: #000000;
	font-size: 12px;
	}

#leftnav {
	float : left;
	width: 200px;
	padding: 0px 0px 20px 30px;
	margin : 0px;
}

#rightnav {
	float : right;
	width: 200px;
	padding: 0px;
	margin : 0px;
}

#content {
	width: 530px;
	margin-left : 20px;
	padding : 0px 0px 0px 0px;
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.imgleft {
float: left;
padding: 0px 10px 4px 0px;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
	background-color : #ffffff;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
}

.copyright {
	font-size: 11px;
	color: #555555;
}

hr {
	border: 0px;
	color: #3d3318;
	background-color: #3d3318;
	height: 1px;
}

.title,h1 {
	font-size: 20px;
	color: #545454;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 14px;
	color: #aaaaaa;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
}
.video-title {

	font-weight:bold;
	text-decoration : none;
	color: #c80000;
}
/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a.vid_title:link, a.vid_title:active, a.vid_title:visited {
	font-weight:bold;
	text-decoration : none;
	color: #c80000;
	}

a.vid_title:hover {
	font-weight:bold;
	text-decoration : underline;
	color: #464646;
	}

a:link, a:active, a:visited {
	color : #464646;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color : #c80000;
	font-weight:bold;
	text-decoration:none;
}


