* { 
	margin: 0; 
	padding: 0; 
}

p { 
	padding: 8px 0; 
}
em { 
	padding: 5px; 
	font-weight: bold;
	background: #ffffea;
	width: 100%;
	color: #323219;
	display: block;
}
#wrapper {
	width: 832px;
	margin: 24px auto;
}

h2 {
	padding-top: 5px 0;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -1px;
}
h1 {
	padding: 5px 0;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -2px;
}
	 h1 strong {
		display: block;
		font-size: 42px;
		color: #7c3126;
	}
#content {
	padding: 20px 0;
	width: 832px;
	background: url(../images/content.gif) repeat-y top #fff;
}
#embed {
	height: 340px;
	width: 590px;
	border: 5px solid #eee;
	border-bottom: none;
	padding-bottom: 20px;
	position: relative;
	background: url(../images/video-bottom.gif) no-repeat bottom #fff;
	display: block;
	margin: 10px auto;
}
#form-box {
	width: 577px;
	background: url(../images/form-bottom.gif)  no-repeat bottom ;
	margin: 10px auto;
}
	#form-box form { width: 300px; margin: 0 auto; }
#form-top {
	width: 577px;
	height: 17px;
	background: url(../images/form-top.gif)  no-repeat bottom ;
	display: block;
}

#footer strong {
	float: right;
	padding-right: 15px;
}
#footer span {
	padding-left: 15px;
}

/* Edit */ 


.easyVideo
{
	display: block;
	width: 585px;
  height: 330px;
  background: url(../../../../edit/images/videoplaceHOLDER_585.png) no-repeat 0 0;
	
}


.easyedit
{
  display: block;
  width: 57px;
  height: 40px;
  background: url(../../../../edit/images/edit-tab.png) no-repeat 0 0;
  float: right;
	position:relative;
	right:-65px;
}

.easyedit:hover
{ 
  background-position: -56px 0 ;
}

.easyeditClear
{ 
  display: none;
  clear:right;
}

