@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	color: #CCCCCC;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
}
#divWrapper {
	width: 1000px;
}
#divHeader  {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 75px;
}

#divNavigation  {
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: 66px;
	width: 723px;
	margin-bottom: 17px;
	margin-left: 25px;
	background-color: #000000;
	margin-top: 20px;
}

#divNavigation ul {
	list-style-type: none;
	padding-top: 20px;
	padding-left: 60px;
}
#divNavigation ul li {
	display: inline;
}
#divNavigation ul li a {
	float: left;
	text-decoration: none;
}
#divContent  {
	margin-left: 45px;
	background-attachment: fixed;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	height: auto;
	width: 768px;
	background-color: #000000;
	margin-bottom: 50px;
	padding-bottom: 40px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#divContent p {
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 2px;
	color: #999999;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#divContent h1 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	letter-spacing: 2px;
	color: #666666;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#divWrapper #divContent #FLVPlayer {
	border: 1px solid #2A2A2A;
}
