<style type="text/css">

body{
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  height: 100%; 
  width: 100%;
  max-height: 100%; 
  max-width: 100%;
  background: orange;
  }

#framecontent{
  position: absolute;
  top: 0;
  bottom: 0; 
  left: 0;
  width: 211px; /*Width of frame div*/
  height: 100%;
  background: brown;
  overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
  background-image: url(border.jpg);
  background-repeat: no-repeat;
  background-position: 192 0;
  background-attachment: fixed;
  }

#maincontent{
  position: absolute;
  top: 0; 
  left: 211px; /*Set left value to WidthOfFrameDiv*/
  right: 0;
  bottom: 0;
  background: orange;
  margin: 0px;
  padding: 2px;
  height:100%;
  overflow: auto;
  }


._blank{
height:100%
width:100%
}

.link{
  color: white;
  line-height: 1.3;
  text-indent: 0px;
  text-decoration: none;
  text-align: left;
  margin-left: 1px;
  font-size: 16px;
  }

.active{
  color: orange;
  line-height: 1.3;
  text-indent: 0;
  text-decoration: none;
  text-align: left;
  margin-left: 1px;  
  font-size: 16px;
  }

A{
  text-decoration:none;
  color: black;
  }

li{
  list-style-type:none;
  align: left;
  margin-left: 2px;
  font-size: 13px;
  }


.innertube{
  margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
  }

.innertube a:hover{
  color: red;
  }

* html body{ /*IE6 hack*/
padding: 0 0 0 211px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
overflow-y: auto;
overflow-x: hidden;
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%;
overflow-x: hidden;
overflow-y: auto; 

}


.font 
 {text-align: justify;
  color: black;
  line-height: 1.5;
  text-indent: 30;
  font-size: 14px;
  }

.font1 
 {text-align: justify;
  color: black;
  line-height: 1.5;
  text-indent: 0;
  font-size: 14px;
  text-decoration: none;
  }

.font,.desc,.link,.active,.header1,.logofont,.font1
{font-family: "verdana"}

.header 
 {font-size: 22px;
  text-align: center;
  color: Black;
  letter-spacing: normal;
  font-weight: bold
}

.header {font-family:"lucida console"}


.header1 
 {font-size: 16px;
  text-align: center;
  color: white;
  letter-spacing: 0;
  font-weight: bold;
  text-indent; 0;
  margin-right: 30px;
  margin-top: 15px
  }

.logofont{
  text-align: center;
  font-size: 10px;
  color: white;
  }
  

.space
  {
  height: 7px;
  width:185px;
  background: brown;
  }

.thumblogo img
  {
  position: relative;
  border: white 1px solid;
  margin: 0px;
  text-decoration: none;
  margin-left:auto;
  margin-right:auto;
  width: 170px;
  height:95px;
  left:7px;
  }

.thumbmain img
  {
  border: none;
  margin: 0px;
  text-decoration: none;
  margin-left:auto;
  margin-right:auto;
  float:center;
  width: 512px;
  height:318px;
  cursor: pointer;
  cursor: hand;
  }
 

.thumbnail img
  {
  border: none;
  margin: 0px;
  text-decoration: none;
  margin-left:auto;
  margin-right:auto;
  float:center;
  width: 240px;
  height:175px;
  cursor: pointer;
  cursor: hand;
  }

.thumbvert img
  {
  border: none;
  margin: 0px;
  text-decoration: none;
  margin-left:auto;
  margin-right:auto;
  float:center;
  width: 185px;
  height:230px;
  cursor: pointer;
  cursor: hand;
  }

div.img
  {
  margin: 0px;
  border: black 1px solid;
  height: auto;
  width: auto;
  text-decoration: none;
  background: orange;
  display: block;
  margin-left:auto;
  margin-right:auto;  
}


div.desc
  {
  max-width: 216px;
  color: black;
  text-align: center;
  margin: 0px;
  font-size: 12px;
  text-decoration: none;
  margin-left:auto;
  margin-right:auto;
  }
.galleryleft{
  float:left;
  height: auto;
  width: auto;
  border: none; /*white 1px solid;*/
  padding: 2px;
  text-decoration: none;
  margin-left:auto;
  margin-right:auto;
  position: block;

}
.galleryright{
  float:right;
  clear: right;
  height: auto;
  width: auto;
  border: none; /*white 1px solid;*/
  padding: 2px;
  text-decoration: none;
  margin-left:auto;
  margin-right:auto;
  position: block;
}

</style>