@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFF;
}
.oneColFixCtr #container {
	text-align:left;
	width: 600px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	background-color: #FFF;
	width: 600px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;

}
h1 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
}

#menu {
	float: none;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 600px;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	text-transform: lowercase;
	font-weight: bold;
}
a {
	color: #666;
	text-decoration: none;
}
#heading {
	background-color: #FFF;
	width: 600px;
	height: 36px;
}
#menu a {
	color: #000;
	display: block;
	float: left;
	margin: 0;
	text-decoration: none;
	font-weight:normal;
	padding-top: 10px;
	padding-right: 38px;
	padding-bottom: 10px;
	padding-left: 38px;
	background-image: url(images/seperator-regular.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#menu a:hover {
	color: #000;
	padding-bottom: 10px;
	background-color: #FF0;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	}
.oneColFixCtr #container #mainContent table tr td p {
	font-size: 12px;
	color: #333;
}
p {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-align: center;
}
.yellow {
	color: #999;
}
.credit {
	font-size: 9px;
	color: #1A1B1E;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.video {
width:560px; 
text-align:center;
margin:auto
}
