					  html  {
                      	font-family : Arial,Helvetica,Geneva,sans-serif;
						height: 100%; width: 100%;
                      }
                      
                      a:link  {
                      	color : blue;
                      }
                      
                      a:visited  {
                      	color : blue;
                      }
                      
                      a:active  {
                      	background-color : #E6E6FF;
                      }
                      
                      a:hover  {
                      	color : #8080FF;
                      }
                      
                      #logo  {
                      	position : absolute;
                      	top : 0px;
                      	left : 0px;
                      	width : 98%;
                      }
                      
                      #headerposition  {
                      	position : absolute;
                      	top : 75px;
                      	right : 30px;
                      	font-weight : bold;
                      }
                      
                      #search  {
                      	position : absolute;
                      	top : 105px;
                      	left : 0px;
                      	width : 98%;
                      	text-align : center;
                      	border-width : thin;
                      	border-color : Blue;
                      	border-style : solid;
                      	background-color : #FFDDDD;
                      	height : 25px;
                      	margin-top : 0px;
                      	margin-bottom : 0px;
                      	margin-left : 10px;
                      	margin-right : 10px;
                      	padding-top : 5px;
                      }
                      
					  
                      #nodesearch  {
                      	width : 98%;
                      	text-align : center;
                      	border-width : thin;
                      	border-color : Blue;
                      	border-style : solid;
                      	background-color : #FFDDDD;
                      	height : 25px;
                      	margin-top : 0px;
                      	margin-bottom : 0px;
                      	margin-left : 10px;
                      	margin-right : 10px;
                      	padding-top : 5px;
                      }
					  					  
                      #bookcover  {
                      	float : left;
                      	padding-bottom : 80px;
                      	padding-right : 15px;
                      }
                      
                      #Content1  {
                      	position : absolute;
                      	width : 68%;
                      	min-width : 420px;
                      	top : 150px;
                      	left : 0px;
                      	padding-left : 10px;
                      	padding-right : 10px;
                      }
                      
                      #Content2  {
                      	position : absolute;
                      	width : 98%;
                      	top : 340px;
                      	left : 0px;
                      	padding-left : 10px;
                      }
                      
                      #purchase  {
                      	position : absolute;
                      	width : 200px;
                      	top : 150px;
                      	right : 30px;
                      	background-color : #FFDDDD;
                      	padding : 20px 20px 20px 20px;
                      	border-width : thin;
                      	border-color : Blue;
                      	border-style : solid;
                      }
                      
                      #smaller  {
                      	font-size : x-small;
                      }
                      
                 
				  

					  #indexleft  {
                      	position : absolute;
                      	top : 0px;
						left: -170px;						
                      } 

                      #indexright  {
                      	position : absolute;
						right : -175px;
                      	top : 0px;
                      }
					  
                      #indexcentre  {
                      	position : absolute;
						
                      	top : 150px;
                      	left : 180px;
						right : 180px;
                      }
					  
                      #nodecentre  {
                      	position : absolute;
						
                      	top : 105px;
                      	left : 0px;
						right : 0px;
                      }					  
