
/* Layout Stylesheet */ 

body {
 font-family:verdana, sans-serif; 
 font-size:12px;  
 color: #333333;
 background: #3E6E9E;
 margin: 20px;
 border:0;
 }
  
#main {
 border: 2px solid #dddddd;
 color: #333333;
 background: #FBFBFB url("../miscimages/oddskool_blended_background.jpg");
 background-attachment: scroll;
 background-position: top left;
 background-repeat: no-repeat;
 padding: 40px 40px 40px 40px;
 /*max-width: 700px;*/
 min-height: 1000px;
 _height: 10em;
 }

#nest {
 float: right; 
 width: 170px;
 border: 2px solid #dddddd; 
 color: #333333;
 background: #C4DBF1 url("../miscimages/menuBackgroundPale.jpg");
 background-position: bottom;
 background-repeat: no-repeat;
 padding-top: 20px;
 padding-bottom: 30px;
 margin-left: 20px;
 margin-bottom: 20px;
 }

/*
#nest span {
  position: absolute;
  top: 35px;
  right: 208px;
}
*/

.banner {
  /*float: left;*/
  position:absolute;
  left:0px;
  top:0px;
  }

.banner img {
  border: 0;
  }

img.floatLeft { 
clear: left;
float: left;
margin: 5px 5px 5px 0px;
}

img.floatRight { 
clear: right;
float: right;
margin-right: 5px;
}

/*Used for images on the images.php page*/
.picBorder { 
border-color: #dddddd;
border: 2px solid;
margin: 10px;
}