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


.about {    
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#ffffaa;
}

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

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


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

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

body {
	font:  Helvetica, Arial, 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: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#ffffaa;
	padding-top:5px;
}

