@charset "UTF-8";
/* CSS Document */
body {
	background-color: #2b2b2b;
	margin: 0px;
	padding: 0px;
	font-family: Lucida, Grande, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-image: url(../images/body-background.png);
	background-repeat: repeat-x;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}
#outerWrap {
	background-image: url(../images/page-background.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
}
#header {
	font-weight: bold;
	color: #FFF;
	height: 81px;
	padding-top: 19px;
	text-align: center;
	background-image: url(../images/heading-background.png);
	background-repeat: repeat-x;
}
#header h1 {
	font-size: 19px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#pageTopNav a {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
	color: #FFD51F;
}
#cvPlayer {
	width: 768px;
	margin-right: auto;
	margin-left: auto;
}
#mainWrap {
	width: 896px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
#pageTopNav {
	height: 24px;
	padding-top: 8px;
	text-align: center;
}
#footer {
	width: 768px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 12px;
	margin-top: 0px;
	color: #B0B0B0;
}
#footer a {
	text-decoration: none;
	color: #315c9a;
	margin-right: 2px;
	margin-left: 2px;
}
#footer a:hover, #pageTopNav a:hover {
	text-decoration: underline;
}
#cr  {
	font-size: 11px;
	color: #999;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
}
#cr a  {
	color: #B0B0B0;
	text-decoration: none;
}
#bottomNav a {
	font-size: 12px;
	padding: 0px;
	margin-top: 25px;
	text-decoration: none;
	color: #CCCCCC;
	text-align: center;
	margin-bottom: 25px;	
}
#content {
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-bottom: 17px;
	width: 768px;
}
#fbComments, #fbLike {
	width: 768px;
	margin-right: auto;
	margin-left: auto;	
}

#footer {
	background-image: url(../images/page-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 34px;
	width: 916px;
}
#fbLike {
	z-index:999;
}
#videoDiv {
	z-index:0;
	clip: rect(auto,auto,auto,auto);
}
#header h1 {
	color: #000;
	font-size: 36px;
	padding-top: 11px;
	font-weight: bolder;
}
#mainWrap #toBannerAd {
	text-align: center;
}
img {
	max-width:768px;
}
