/* picland.css (for landscape images) */

/*imported sans-serif font for heading - Generated by Font Squirrel (http://www.fontsquirrel.com) on September 7, 2011 09:28:13 AM America/New_York */
@font-face {
  font-family: 'CopystructNormal';
  src: url('../fontface/copystruct/COPYN___-webfont.eot');
  src: url('../fontface/copystruct/COPYN___-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fontface/copystruct/COPYN___-webfont.woff') format('woff'),
  url('../fontface/copystruct/COPYN___-webfont.ttf') format('truetype'),
         url('../fontface/copystruct/COPYN___-webfont.svg#CopystructNormal') format('svg');
      font-weight: normal;
  font-style: normal;
}


/* Style for body and background */
html {
  margin:0; 
  padding:0; 
  height:100%;
  width:100%; 
  overflow:hidden;	
}

body {
  background-image: url("../../assets/bkg_misc/grsqrbkcg.png");
  background-repeat: repeat;
  margin:0;
  margin-right: 2%; 
  padding:0; 
  width:100%;
  height:100%;   
  overflow:hidden;
  position: relative;	
}

/* Style for h1 */
h1 {
  font-family: CopystructNormal, Arial, Helvetica, sans-serif;
  color: #002824;
  text-align: center;
  font-size: 1.5em;
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 20px;
  
}


/* Paragraph style */
p {
  font-family: Arial, Helvetica, sans-serif;
  color: #002824;
  font-size: 1.2em;
  word-wrap:break-word;
}

img {
  max-height: 1200px;  
}

img.background {
  position:absolute;   
  height:100%;
  width:66%;
  border-right: thick double #002824;
}

.text {
  position:relative;
  left: 68%;
  width: 30%;
  height: 100%;
  max-height: 1200px;
}

