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

body {
	background-color:#2B2B2B;
	/* background-image: url(images/gradientBackground.jpg);
	background-repeat: repeat-x; */
	color:#999;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#pageWrapper {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:100%;
}

#contentWrapper {
	width:980px;
}

#sidebarLeft {
	float:left;
}

#sidebarRight {
	float:left;
}

#container {
	width:900px;
	height:100%;
	background-color:#2B2B2B;
	display:block;
	float:left;
}

#blogLink {
	color:#F47726;
	text-decoration: none;
	font-size:16px;
	line-height:20px;
	position:absolute;
	margin-top:10px;
}

#introduction {
	background-image:url(images/introBack.jpg);
	background-repeat:no-repeat;
	width:900px;
	height:350px;
	background-color:#2B2B2B;
	margin-left:auto;
	margin-right:auto;
}

#headline {
	padding:30px 20px 0px 20px;
	font-size:20px;
	width:400px;
	color:#c0d3d1;
	line-height:28px;
	float:left;
}

#videoPlayer {
	float:right;
	width:415px;
	height:350px;
	text-align:center;
}

#content {
	position:relative;
	padding:20px 40px 20px 40px;
}

#header {
	width:900px;
	background-color:#2B2B2B;
	margin-left:auto;
	margin-right:auto;
}

#t_container{
}

#t_thumb {
	float:left;
	width:110px;
	padding:0 0 15px 0;
}

#t_text {
	float:right;
	width:680px;
	height:110px;
	vertical-align:text-top;
	text-align:left;
	font-size:13px;
	line-height:20px;
}

#block_2 {
	clear:both;
}

a:link {
	color:#F47726;
	text-decoration: none;
	font-size:12px;
	line-height:20px;
}

a:visited {
	color:#F47726;
	text-decoration: none;
	font-size:12px;
	line-height:20px;
}

h1 {
	font-size:32px;
	line-height:40px;
	color:#F47726;
	margin-bottom:10px;
}

h2 {
	font-size:18px;
	color:#FFF;
	padding-top:20px;
}

p {
	font-size:13px;
	line-height:20px;
}
