/* general */

a
{
	outline: 0;
}
div, p, ul, li, span, a, h1, h2, h3 
{
	margin: 0; 
	padding: 0; 
	font: normal 12px arial, sans-serif; 
	color: #000000;
}

h1, h1 a
{
	font: normal 32px Georgia, "times new roman", times, serif;
	color: #000000;
	text-decoration: none;
	margin: 0 0 10px 0;
}

h1 a:hover
{
	text-decoration: underline;	
}

h2, h2 a
{
	font: normal 22px Georgia, "times new roman", times, serif;
	color: #000000;
	text-decoration: none;
}

h2 a:hover
{
	text-decoration: underline;	
}

body
{
	margin: 0;
    background-color: #ebe9e1; 
}

.clear
{
	clear: both;
	float: none;
	height: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}
/* header */

.header
{
	margin: 0 0 10px 0;
}

/* menu */

.menu
{

}

/* content */

.panelholder
{
	margin: 0 0 10px 0;
}

.panel
{
	background: #ffffff url("images/panel_top_bg.jpg") top left repeat-x;
	border: solid 1px #cccccc;
	font: normal 12px arial, sans-serif; 
	color: #000000;
}

.midspacer
{
}

/* footer */

.footer
{
	color: #999999;
}

/* video */

#ytfeature
{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	width: 300px;
	border: solid 1px #999999;
}

#ytfeature p
{
	font: normal 18px Georgia, "times new roman", times, serif;
	color: #000000;
	text-decoration: none;
	margin: 0 0 10px 0;	
}

#ytfeature img
{
	border: 0;
	padding: 0 0 10px 0;
}

#ytlist
{
	padding: 0;
	margin: 0;
	width: 280px;
	height: 500px;
	border: solid 1px #999999;
	overflow: scroll;
	padding: 10px;
}

#ytlist .listrow {padding: 10px 0 20px 0; border-bottom: solid 1px #999999; font: normal 12px arial, sans-serif;}
#ytlist .listrow img {padding: 0 10px 0 0; border: 0; float:left;}
#ytlist .listrow .text {float: right; width: 170px; text-align: left;}

#ytlistbig
{
	padding: 0;
	margin: 0;
	width: 880px;
	height: 380px;
	padding: 10px;
}

#ytlistbig .listrow {padding: 10px 0 20px 0; border-bottom: solid 1px #999999; font: normal 12px arial, sans-serif; clear: both;}
#ytlistbig .listrow .image {padding: 0 10px 0 0; border: 0; float: left;}
#ytlistbig .listrow .text {text-align: left;}

/* subscribe */

#frmsubscribe
{
}

#frmsubscribe .text
{
	border: solid 1px #999999;
	width: 200px;
	height: 17px;
	margin: 5px 0 10px 20px;
}

#frmsubscribe label
{
	font: bold 12px Georgia, "times new roman", times, serif;
	color: #000000;
	margin: 0 0 20px 0;
}

#frmsubscribe p
{
	margin: 5px 0 0 20px;
	font: bold 12px Georgia, "times new roman", times, serif;
	color: #707070;
}