body {
        background: #55767b;
	background-attachment: fixed;
	margin:  0;
   	padding: 0;
}

h3{
  background: #3e1d46;
	margin : 0px 0px 10px 0px;
	/*background: #290831;*/
	width: 100%; height: auto;
	text-align: center;
	color: #fff;
	font: bold 12px/25px Tahoma, Verdana, Arial;
	text-transform:uppercase;
}

#container{
	width: 80%;
	margin: 0px auto 0px auto;
	background: #290831;
	clear: both;
}

#content {
	text-align: left;
	background: #fff;
	padding: 10px 30px 30px 30px;
	clear: both;
  font: 12px/22px  Georgia, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
}

#containerinside{
    margin: 0px 10px 0px 10px;
}

#content a{
	color: #009999;
        text-decoration: none;
}

#content a:hover{
        text-decoration: underline;
        border-color: #fff;
}

.vidThumb{
        width: 120px;
        margin-right: 10px;
        border: solid 10px;
        border-color: #3e1d46;
        
}

.vidThumb:hover{
  border-color: #c9c42c;
}

#topleftbar{
	float: left;
	width: 90%;
	background: url("../wp-content/themes/mysterious-and-misplaced/images/toplbar.png") no-repeat top left;
	height: 10px;
}

#toprightbar{
	float: left;
	width: 10%;
	background: url("../wp-content/themes/mysterious-and-misplaced/images/toprbarr.png") no-repeat top right;
	height: 10px;
}

#topbar{
	margin: 20px auto 0px auto;
	width: 80%;
}

#bottombar{
	margin: 0px auto 0px auto;
	width: 80%;
}

#conbartopl{
	float: left;
	background: url(../wp-content/themes/mysterious-and-misplaced/images/conbartopl.png) no-repeat top left;
	height: 7px;
	width: 90%;
}

#conbartopr{
	float: left;
	background: url(../wp-content/themes/mysterious-and-misplaced/images/conbartopr.png) no-repeat top right;
	width: 10%;
	height: 7px;
}

#conbarbotl{
	float: left;
	background: url(../wp-content/themes/mysterious-and-misplaced/images/conbarbotl.png) no-repeat bottom left;
	height: 7px;
	width: 90%;
	margin-bottom: 10px;
}

#conbarbotr{
	float: left;
	background: url(../wp-content/themes/mysterious-and-misplaced/images/conbarbotr.png) no-repeat bottom right;
	width: 10%;
	height: 7px;
	margin-bottom: 10px;
}

#footer {
	background: #290831;
	color: #fff;
	text-align: center;
	font: 10px/12px Verdana, Arial, Helvetica, sans-serif;
	clear: both;
}

#footer a{
	color: #fff;
}

#footerbotl {
	float: left;
	background: url(../wp-content/themes/mysterious-and-misplaced/images/footerbarl.png) no-repeat bottom left;
	height: 7px;
	width: 90%;
	margin-bottom: 10px;
}

#footerbotr {
	float: left;
	background: url(../wp-content/themes/mysterious-and-misplaced/images/footerbarr.png) no-repeat bottom right;
	width: 9.999%;
	height: 7px;
	margin-bottom: 10px;
}

