body {
	margin: 0px;
	background: url(/images/container_bg.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	text-align:center; 
	padding: 20px 0px 20px 0px;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #444444;
	margin: 0 10px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6em;
}

p {
	margin: 0 10px;
	padding: 3px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 10px;
}

.feature_story {
color:#FFFFFF;
}

div.feature_story a:link {
	text-decoration: none;
	color: #FFFFFF;
}
div.feature_story a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

div.feature_story a:hover {
	text-decoration: underline;
	color: #FFAE5E;
}

div.feature_story a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#wrapper {
	width: 800px;
	background-color:#FFF;
	border:#999 1px solid;
	margin: 0px auto;
	position: relative;
}

/* Header */

#header {
	width: 800px;
	height: 104px;
	margin: 0 auto;
}

#container {
	width: 800px;
	margin: 0px auto;
	padding-top: 20px;
	text-align:left;
}

/* video content */

#video_content {
background-image:url(../images/player_bg.gif);
background-repeat:no-repeat;
background-position:center top;
width: 760px;
height:395px; 
padding-bottom: 20px;
margin: 0px auto;
}


#video_content_player {
	position:absolute;
	left:63px;
	top:190px;
	width:340px;
	height:250px;
}



#video_content_list {
	position:absolute;
	left:410px;
	top:200px;
	width:326px;
	height:240px;
	background-color: #333333;
}
/* Footer CSS */
  
  #footer {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0 15px 0;
	background: #444444;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}
    #footer_right {
      float:left;
      color:#FFFFFF;
      font-size: 11px;
      padding: 9px 0 0 0;
	  text-align: left;
    }
    
    .footer_small {
      font-size: 10px;
      font-weight: normal;
      color: #CCC;
    }
	
    #copyright {
	  width: 169px;
      color:#6699CC;
      float: left;
      padding: 9px 0 5px 0;
  	}


