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


body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-image: url(../images/bkgnd.jpg);
	background-repeat: no-repeat;
}

/* ~~ Element/tag selectors ~~ */
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ This fixed width container surrounds all other divs ~~ */
.container {
	width: 1008px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */
.header {
}
.sidebar1 {
	float: left;
	width: 183px;
	padding-bottom: 0px;
	height: 600px;
}
.content {
	padding: 0px 0;
	/*width: 600px;*/
	float: left;
}
.sidebar2 {
	float: right;
	width: 183px;
	height: 600px;
}
.banner {
	height: 317px;
	width: 1008px;
}
.middle-section {
	height: 88px;
	width: 1008px;
	padding: 0px;
}
.videos {
	width: 642px;
	height: 600px;
	float: right;
}
.videos .video-box {
	height: 415px;
	border: thin solid #FFF;
	color: #FFF;
}
.video-section {
	background-color: #000;
	height: 603px;
	width: 1008px;
}

/* ~~ The footer styles ~~ */
.footer {
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	color: #FFF;
	font-size: small;
	height: 30px;
	width: 1008px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}

/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.middle-section .social {
	float: right;
	height: 85px;
	width: 224px;
	color: #FFF;
}
