@charset "UTF-8";
/* CSS Document */

<!--
body {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fefaf5;
	margin: 0; 
	text-align: center; 
	color: #000000;
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
	background-image: url(images/bg.gif);
	background-position: center;
	background-repeat: repeat-y;
}
.oneColFixCtrHdr #header {
width: 780px;
padding-top: 66px;
background-image: url(images/nyvideo.jpg);
background-repeat: no-repeat;
	margin: 0 auto;
}

.oneColFixCtrHdr #mainContent {
	width: 780px;
	background: #FFFFFF;
		margin: 0 auto;
}
.oneColFixCtrHdr #footer {
width: 800px;
	padding: 0 0px; 
	padding-bottom: 15px;
}
.oneColFixCtrHdr #footer p {
font-size: 9px;
text-align: center;
}
.menu {
color: white;
font-weight: bold;
height: 33px;
font-size:12px;
overflow: hidden;
}

.menu_td {
padding: 5px;
border-right: 1px solid #ffffff;
}

.menu_td_end {
padding: 5px;
}

.title {
font-size: 13px;
font-weight: bold;
color: #be8535;
}

a:link.header { 
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

a:visited.header { 
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

a:hover.header { 
font-weight: bold;
color: #ffffff;
text-decoration: none;
}

a:link {
color: #be8535;
text-decoration: underline;
}

a:hover {
color: #be8535;
text-decoration: none;
}

a:visited {
color: #be8535;
text-decoration: underline;
}


-->