body	{
	 font-family: lucida sans;
	 font-size: 14px;
	}
	
img 	{
	 border: none;
	}
	
div.imageholder	 {
		  position:relative;
		  left: 5%;
		  top: 40%
		  width: 80%
		  height:80%;
		 }

div.top1left	{
		 position:absolute;
		 top: 0%;
		 left: 0%;
		 height: 4%;
		 width: 5%;
		// background-color: red;
		}

div.top1bar	{
		 position:absolute;
		 top: 0%;
		 left: 5%;
		 height: 4%;
		 width: 90%;
		// background-color: blue;
		}
		
div.top1right	{
		 position:absolute;
		 top: 0%;
		 left: 95%;
		 height: 4%;
		 width: 5%;
		// background-color: yellow;
		}
		
div.top2left	{
          	 position:absolute;
		 top: 4%;
		 left: 0%;
		 height: 10%;
		 width: 5%;
                // background-color: black;
		}		


div.headerbar {
		position:absolute;
		background-color:cyan;
		height:10%;
		width: 90%;
		top:4%;
		left:5%;
	       }
	       
div.top2right	{
		 position:absolute;
		 top: 4%;
		 left: 95%;
		 height: 10%;
		 width: 5%;
		// background-color: black;
		}	       
	       
div.top3left	{
		 position:absolute;
		 top: 14%;
		 left: 0%;
		 height: 1%;
		 width: 5%;
		// background-color: red;
		}
		
div.top3bar	{
		 position:absolute;
		 top:14%;
		 left: 5%;
		 height: 1%;
		 width: 90%;
		// background-color: green;
		}
		
		
div.top3right	{
		 position:absolute;
		 top: 14%;
		 left: 95%;
		 height: 1%;
		 width: 5%;
		// background-color: red;
		}
		
div.leftborder	{
		 position:absolute;
		 top: 15%;
		 left: 0%;
		 height: 135%;
		 width: 5%;
		//background-color: red;
		}
	       
div.left	{
		  position:absolute;
		  top: 15%;
		  left: 5%;
		  height: 230%;
		  width: 19%;
		  background-color:DDDDDD;
		}
		
div.main	{
		  position:absolute;
		  top: 15%;
		  left: 24%;
		  height: 230%;
		  width: 52%;
		  
		}
		
div.right	{
		  position:absolute;
		  top: 15%;
		  left: 76%;
		  height: 230%;
		  width: 19%;
		  background-color:DDDDDD;
		}
		
div.leftxp	{
		  position:absolute;
		  top: 15%;
		  left: 5%;
		  height: 520%;
		  width: 19%;
		  background-color:DDDDDD;
		}
		
div.mainxp	{
		  position:absolute;
		  top: 15%;
		  left: 24%;
		  height: 520%;
		  width: 52%;
		}
		
div.rightxp	{
		  position:absolute;
		  top: 15%;
		  left: 76%;
		  height: 520%;
		  width: 19%;
		  background-color:DDDDDD;
		}
		
div.rightborder	{
		 position:absolute;
		 top: 15%;
		 left: 95%;
		 height: 135%;
		 width: 5%;
		 //background-color: red;
		}
		
div.bottom2left	{
	         position:absolute;
		 top: 136%;
		 left: 0%;
		 height: 3%;
		 width: 5%;
	        //background-color: cyan;
		}
		
div.copyright	{
                 position:absolute;
		 top: 136%;
		 left: 5%;
		 height: 3%;
		 width: 90%;
               // background-color: green;
		}
		
div.bottom2right	{
                 position:absolute;
		 top: 136%;
		 left: 95%;
		 height: 3%;
		 width: 5%;
               // background-color: cyan;
		}		
		
div.bottom1left {
 		 position:absolute;
		 top: 135%;
		 left: 0%;
		 height: 1%;
		 width: 5%;
 		//background-color: red;
		}
		
div.bottom1bar {
		 position:absolute;
		 top: 135%;
		 left: 5%;
		 height: 1%;
		 width: 90%;
		//background-color: blue;
	       }
	       
div.bottom1right {
		  position:absolute;
		 top: 135%;
		 left: 95%;
		 height: 1%;
		 width: 5%;
		//background-color: red;
		 }
		
a.nexty 	{
		  position:absolute;
		  left:90%;
		}
		
a.toppy 	{
		  position:absolute;
		  left:230px;
		}