/** LAYOUT ********************************************

	This is where all layout-based styles are placed. 
	Rules are indented to represent inheritance 

*******************************************************/

html{margin:0; padding:0; font-family: arial, helvetica, sans-serif;}
  body {margin:0;}
	#container {height:auto;}

	  /************  Header	 **********/
	  #header {border-bottom:1px solid #fff; height:19px; background:#737371;}	
	  /************  Content Area	 **********/
	  #contentArea {padding:0 20px; margin-top:10px;}
	     #contentArea dl {padding: 0 20px; margin: 0;}
	     #contentArea dd {padding: 0 0 0 15px; margin: 0;}
	  #videoArea {padding:20px 40px;background:#000;}
		h1 {padding:0; margin:0px 0px 10px 0px; text-align:left; color:#777; font-size: 28px; font-weight:bold; letter-spacing:-1px; border-bottom:1px solid #BEBEBE;}
		embed {border:1px solid #fff;}

	  /************* Footer ************/
	  #footer {background:#737371; margin:1px 10px 0px 0px; position:absolute; bottom:0; width:100%;}



/*****  General  *****/
b {font-size:12px; font-weight:bold;}
* {font-size:11px; font-family: arial, helvetica, sans-serif;}
a {color:#3355C3; font-weight:bold;}
a:hover	{color:#000;}
p {}
.clear {clear:both; font-size:0;}
.blueList {color: #1a73ba;}
.centered {text-align: center;}

/*****  Safari *****/
#header {}
