/*

      Created by CSS Portal Layout Generator
	  http://www.cssportal.com

	  	  

*/

* {
      padding: 0;
      margin: 0;
}

body {
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 13px;
      background: url("images/Background.jpg") repeat scroll center center transparent;
}

p {
      padding: 10px;
}

.judytitle {
      color: #5442bc;
      font-size: 15px;
      font-weight: bold;
      width: 50%;
      text-transform: capitalize;
      
}

table{
      padding:10px 10px;     
}
.judytext {
      color: #e78d1e;
}

a {
      color: #e78d1e;
      text-decoration: none;
      font-weight: bold;
}

#wrapper {
      margin: 0 auto;
      width: 960px;
}

#content {
      float: left;
      color: #333;
      background: white;
      height: 530px;
      width: 587px;
      display: inline;
}

#header {
      color: #333;
      width: 960px;
      float: left;
      height: 223px;
      background: url("images/Header.jpg");
}

#footer {
      width: 960px;
      height: 185px;
      clear: both;
      color: #333;
      background: url("images/Footer.png");
}

#rightcolumn {
      color: #333;
      background: white;
      height: 530px;
      width: 372px;
      float: left;
}
#html5lightbox-watermark{    display: none!important;}

lightboxcontainer {
      width:100%;
      text-align:left;
    }
    .lightboxcontainer iframe {
      min-height: 780px;
    }
    .lightboxleft {
      width: 40%;
      float:left;
    }
    .lightboxright {
      width: 60%;
      float:left;
    }
    .lightboxright iframe {
      min-height: 590px;
    }
    .divtext {
      margin: 36px;
    }
    @media (max-width: 800px) {
      .lightboxleft {
        width: 100%;
      }
      .lightboxright {
        width: 100%;
      }
      .divtext {
        margin: 12px;
      }
    }