    body
    {
	 background-color: #5e3c1a; /*#5e3c1a;*/
	}
    #mainDIV
    {
     background-image:url('../images/Squires_Stables.jpg');
	 margin-left: auto;
	 margin-right: auto;
	 background-repeat:no-repeat;
	 width:800px;
	 height:800px;
	 min-height:800px;
    }
    #menuDIV
    {
	 float:left;
	 margin-top: 200px;
	 width: 185px;
	 height:575px;
	}
    #videoDIV
    {
	 float: right;
	 width: 270px;
	 height: 220px;
	 margin-top: 33px;
	 margin-right: 73px;
	}
	#contentDIV
	{
	 float:right;
	 height: 410px;
	 width: 530px;
	 margin-right: 80px;
	 margin-top: 65px;
  	 overflow-x: hidden;
  	 overflow-y: auto;	 
	}

#footerDIV
{
	text-align: center;
	clear:both;
}

.fineprint
{
 font-size: 10px;
}
.imgBtn_up
{
 border: transparent 2px solid;
}
.imgBtn_dwn
{
 border: #FF0000 2px solid;
}   
.imgBtn_hover
{
 border: #0000FF 2px solid;
}   
#mainVideo
{
	width: 234px;
    overflow: hidden;
  -moz-transform:rotate(9.4deg);
  -webkit-transform:rotate(9.4deg);
  -o-transform:rotate(9.4deg);
  -ms-transform:rotate(9.4deg);
  transform:rotate(9.4deg);
}