
			body
			{
				background-image: url(../images/bg.gif);
				
				margin: 0px;
				padding: 0px;
				
				text-align: center;
			}
			
			img{
        margin: 0px;
        padding: 0px;
			}

			#root{
				position: relative;
	
				margin-left: auto;
				margin-right: auto;

				width: 800px;
				height: 668px;

				background-color: rgb(34,105,198);
				
				border-style: solid;
				border-width: 2px;
				border-color: black;
				
				text-align: left;
				visibility: hidden;
			}
			
			


			#horse{
				position: absolute;
			
				left: 17px;
				top: 3px;
				
			}
			
			#eyes{
				position: absolute;
			
				left: 40px;
				top: 35px;
				
			}

			#rosette{
				position: absolute;
			
				left: 703px;
				top: 2px;
				
			}

			#trophy{
				position: absolute;
			
				left: 641px;
				top: 35px;
				
			}

			#header_bar{
				position: absolute;

				left: 8px;
				top: 127px;
		
				background-image: url(../images/header_bar.gif);
				background-repeat: repeat-x;
			

				width: 784px;
				height: 12px;
			}


			#header_logo{
				position: absolute;
			
				left: 183px;
				top: 39px;
				
			}

			a img{
				border-width: 0;
			}

			a#home{
				background: url(../images/mnu_home.gif) 0 0 no-repeat;
			}	

			a#home:hover {
				   background-position: -74px 0;
  			}
		

			a#rosettes{
				background: url(../images/mnu_rosettes.gif) 0 0 no-repeat;
			}	

			a#rosettes:hover {
				   background-position: -120px 0;
  			}


			a#sashes{
				background: url(../images/mnu_sashes.gif) 0 0 no-repeat;
			}	

			a#sashes:hover {
				   background-position: -91px 0;
  		}
  			
  
			a#tails{
				background: url(../images/mnu_printed_tails.gif) 0 0 no-repeat;
			}	

			a#tails:hover {
				   background-position: -106px 0;
  			}

			a#sundries{
				background: url(../images/mnu_show_sundries.gif) 0 0 no-repeat;
			}	

			a#sundries:hover {
				   background-position: -113px 0;
  			}


			a#contact{
				background: url(../images/mnu_contact.gif) 0 0 no-repeat;
			}	

			a#contact:hover {
				   background-position: -132px 0;
  			}

			#contents{
				position: absolute;
				
				left: 3px;	
				top: 200px;
				
				width: 790px;
				height: 463px;				

				background-color: rgb(240,229,111);

				border-style: solid;
				border-color: black;
				border-width: 2px;

				

			}		

			#contents_inner{
				position: absolute;

				margin: 5px;

				width: 98.5%;
				height: 97%;

				background-color: rgb(240,229,111);
			}

      /* menu */
      #home{
        position: absolute;
        left: 16px;
        top: 147px; 
      }    

      #rosettes{
        position: absolute;
        left: 112px;
        top: 147px;
      }

      #sashes{
        position: absolute;
        left: 251px;
        top: 147px;
      }
      
      #tails{
        position: absolute;
        left: 364px;
        top: 147px;
      }
      
      #sundries{
        position: absolute;
        left: 494px;
        top: 147px;
      }
      
      #contact{
        position: absolute;
        left: 634px;
        top: 147px;
      }
  
      .center{
        width: 100%;
        text-align: center;
      }
      
      .hltext
      {
		font-family: Verdana, Arial;
		font-size: 10pt;
		font-weight: bold;		
      }
      
      #contents_header{
        height: 36px;
        width: 100%;
			}



      p{			
        margin: 0;    
				padding: 0;

				font-family: Georgia;
				font-size: 10pt;
				
			}
			
			#contents_header{
        height: 36px;
        width: 100%;
			}
		
		.bubble
			{
				position: absolute;
				left: 378px; 
				top: 84px;
			}