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


.about {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
}

a.about:link {
	color:#fff975;
	text-decoration:none;
	line-height:inherit;
	font-weight:bold;
}
a.about:visited {
	color:#fff975;
	text-decoration:none;
	line-height:inherit;
	font-weight:bold;
}

a.about:hover {
	color:#fff975;
	text-decoration:underline;
	line-height:inherit;
	font-weight:bold;
}


.video {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	line-height:inherit;
}

.video #orange {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CC6600;
	line-height:inherit;
	font-weight:bold;
}
a.video:link {
	color:#FFFFFF;
	text-decoration:none;
	line-height:inherit;
	font-weight:bold;
}
a.video:visited {
	color:#FFFFFF;
	text-decoration:none;
	line-height:inherit;
	font-weight:bold;
}
a.video:hover {
	color:#fff975;
	text-decoration:none;
	line-height:inherit;
	font-weight:bold;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top: 20px;
	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 */
}

.window #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #333333;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.window #BG {
	padding: 0 0px; 
}
.window #nav {
	padding: 0 0px; 
}
.window #header {
	width: 1024px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; 
	padding-top: 65px;

}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	padding-top:5px;
}