* { margin : 0; padding : 0; }
 
/* hide from ie on mac for swfobject \*/


body {
	background: #990031;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
	text-align:center;
	}

img {
	border: 0;
	}

a {
	text-decoration: none;
	color: #FF80A8;
	}

a:hover {
	text-decoration: none;
	color: #FFF;
	}

#centercontainer {
	/*margin-top: 3%;*/
	width: 815px;
	margin:3% auto 0 auto;
	}


#header {
	width: 805px;
	height: 61px;
	letter-spacing: 1px;
	text-align:left;
	background-image:url("images/smebbititle.gif") ;
	background-position:left 10px;
	background-repeat:no-repeat;
	}

#container {
	border: 20px solid #FFF;
	width: 815px;
	height: 350px;
	}

#containerleft {
	float: left;
	width: 200px;
	height: 330px;
	background-image:url("images/ebbiehd5.jpg") ;
	background-position:0 top ;
	background-repeat:no-repeat;
	border-right: 20px solid #FFF;
	padding: 10px 7px 10px 6px;
	display:inline;
	}

#containerleft a{
	text-decoration: none;
	color: #FFF;
	}

#containerleft a:hover{
	text-decoration: none;
	color: #FF80A8;
	}

#containerleft h2 {
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
	}

#containermid{
	float: left;
	width: 331px;
	height: 330px;
	background: #660021;
	overflow: auto;
	padding: 10px;
	}

#containermid h2{
	margin: 0;
	padding: 2px 0 0 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 200%;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	/*width: auto;*/
	text-align:center;
	}
	
#containermid p{
	text-align:left;
	}

#containerright {
	float: left;
	width: 220px;
	height: 328px;
	background-color:#FFCCCC;
	padding: 10px 0 10px 9px;
	margin-left:1px;
	border-bottom:#990031 1px solid;
	border-top:#990031 1px solid;
	}

#containerright a	{
	text-decoration: underline;
	color: #660021;
	}

#containerright a:hover{
	text-decoration: none;
	color: #FF80A8;
	}

#containerright h2 {
	
	padding-right: 15px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 250%;
	text-align: right;
	color: #660021;
	}

div.video {
	float: left;
	width: 165px;
	height: 120px;
	background-color:#FFCCCC;
	padding: 10px 0px 0px 25px;
	}

#videoplay {
  height: 100%;
  background-color:#990031;
  float:left;
  margin: 10px;
  text-align:center;
   }	
  
div.blob1	{
	float:left;
	height:99px;
	width:150px;
	background-color:#ffffff;
	border: 1px solid #990031;
	padding:5px;
	}

div.video p	{
	text-align:left;
	padding: 4px;
	color:#990031;
		}

.clearing	{
	display:block; /* DIV made visible */
    clear:both; /* Normal clearing for IE5.x/Win */ 

    width: 100%; /* IE Clearing with 100% DIV for IE 6 */
    font-size:0; 
    margin: -2px 0 -1em 1px; /* IE clearing with extra-large DIV for IE7 */
}
/*~~~~~~~Aslett Clearing Method~~~~~~~~~~*/
.clearfix:after	{
	content: ".";
	display:block;
	height: 0;
	clear:both;
	visibility:hidden;
	}
.clearfix	{
	display:inline-block;
	}
	
/*~~backslash hack hide from IE6 mac\*/
* html .clearfix	{
	height:1%;
			}
.clearfix	{
	display:block;
	}
/*end clearfix backslash hack*/
	
#footer 	{
	text-align: left;
	color: #FFF;
	width: 815px;
	padding:15px 10px;
	}

#footer a:link{
	text-decoration: underline;
	color: #fff;
	}
#footer a:visited{
	text-decoration: none;
	color:#99FFFF;
	}
	
#footer a:hover{
	text-decoration: none;
	color:#99FFFF;
	}
#footer a:active{
	text-decoration: none;
	color:#FFF;
	}
