img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}

border-top:1px solid #564b47;
padding:5px 15px;
margin: 0px 190px 0px 190px;
}

.spacer {

margin: 10px 10px 10px 10px;
  }


.floatbox_home {
  float: right;
  width: 230px;
  height: 380px;
background-image: url('http://www.mechanismstudios.com/websites/mechanismstudios/images/floatbox.png');
margin: -25px 0px 0px 25px;
position: relative;
top: 40px;
right: -1px;

  }
  
.spacer_home {

margin: 0px 10px 0px 10px;
  }

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
