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


/*********
BODY
*********/

    BODY {
       background: #000000;
       margin: 0px;
	   margin-top: 25px;
       text-align: center;
	   padding: 0;
	   background: #000000 url(Images/BGTexture.jpg) no-repeat center top fixed;
	   width: 100%;
    }
/*********
CONTAINER
*********/
    #Container {
	width: 1011px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 14px;
	background: #FFFFFF;
    }
	
/*********
CONTENT
*********/
    #Content {
		width: 960px;
		background: #FFFFFF;
		border: #FFF solid 25px;
    }
	
	#TextBox {
		width: 200px;
		float: left;
		margin-right: 20px;
	}
	
/*********
NAV BAR
*********/
	#NavBar {
		width: 960px;
		margin-bottom: 25px;
		background: #FFFFFF;
	}

/*********
BODY BANNER
*********/
	#Banner {
		width: 960px;
		height: 419px;
		margin-bottom: 25px;
		z-index: 2;
	}
	
	#SpeakerBanner {
		width: 960px;
		margin-bottom: 25px;
		z-index: 2;
	}
	
/*********
3 AD BANNERS
*********/
	#SmallAd {
		width: 305px;
		height: 107px;
		float: left;
		margin-right: 22px;
		background: #FFFFFF;
	}
	
	#SmallAdEnd {
		width: 305px;
		height: 107px;
		float: left;
		background: #FFFFFF;
	}
	
/*********
VIDEO
*********/
    #Video {
	width: 290px;
	height: 240px;
	position: relative;
	left: 550px;
	top: -400px;
	z-index: 1;
    }
	
/*********
FOOTER
*********/
    #Footer {
	float: left;
	width: 961px;
	height: 25px;
	margin-top: 10px;
    text-align: left;
    background: #FFFFFF;
    }

	h1 { 
    color: #333;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif; 
    text-align: left;
	letter-spacing: -1px;
	margin-bottom: -10px;
	border-bottom:solid;
	border-width: 1px;
    border-color:#333; 
    }
