/*  ============================================================================================  */
/*  ==================================  Universal Properties  ==================================  */
/*  ============================================================================================  */

body {
background-image: url(art/walt-bg.jpg); 
background-repeat: no-repeat;
background-color: #000034;
}

A:link{COLOR:white;TEXT-DECORATION:none;}
A:visited{COLOR:white;TEXT-DECORATION: none;}
A:active{COLOR:white}
A:hover{COLOR:#0052B6;TEXT-DECORATION:none;}


#tinkerbell { position: absolute; top: 60px; right: 390px; z-index: 8;}
  
  
#startedtxt{
     position: absolute; top: 1px; left: 437px;
     padding: 0pt;
     font-family: Tahoma;
     color: blue;
     font-style: italic;
     font-size: 40px;
     z-index: 7;
  }
  
#the_shadow {
     position: absolute; top: 0px; left: 435px;
     padding: 0pt;
     font-family: Tahoma;
     color: white;
     font-style: italic;
     font-size: 40px;
     z-index: 6;
  }


#waltlogo{ position: absolute; top: 40px; right: 160px; z-index: 5;}

#tinktrip{ position: absolute; top: 220px; right: 115px; z-index: 4;}
  
#waltimg{ position: absolute; top: 0px; left: 0px; z-index: 1;}


#copyrighttxt{
     position: absolute; bottom: 1px; left: 7px;
     padding: 0pt;
     font-family: Tahoma;
     color: white;
     font-size: 12px;
     z-index: 2;
  }

span.overline
{
text-decoration: overline underline;
}

/*- Menu 13--------------------------- */
	
	
#menu13 {
	position: absolute; top: 280px; right: 110px; z-index: 3;
	width: 190px;
	margin: 0px;
	}
	
#menu13 li a {
	height: 80px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	line-height: 80px;
	text-decoration: none;
	}	
	
#menu13 li a:link, #menu13 li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(art/sign.gif);
	padding: 8px 0 0 20px;
	}
	
#menu13 li a:hover {
	color: #C7377D;
	background:  url(art/sign.gif);
	padding: 8px 0 0 20px;
	}
	
