/*
 * Jazzie
 */
body {
    background: url(/images/_A2Y4530.jpg) left bottom #000 no-repeat;
    color: #000;
    height: 530px;
}

#header {
	background: #333;
    color: #000;
    text-align: center;
    font-style: oblique;
    opacity: 0.7;
}

#header h1 {
    text-shadow: #6374AB 20px -12px 2px;
}

#menu {
    font-size: 28pt;
}

#menu ul {
    list-style: none;
}

a {
    color: #aaa;
    text-decoration: none;
}

/*
a:hover {
    background: #555;
    }
*/

li:hover {
    background: #555;
    font-style: oblique;
    opacity: 0.9;
    text-shadow: #6374AB 20px -12px 2px; /* safari :-) */

    }
    
#menu {
    background: #fff;
    background: url(/images/_A2Y5056.jpg) right bottom #000 no-repeat; 
    
    position: absolute;
    top: 100px;
    left: 100px;
    width: 800px;
    height: 450px;
    opacity: 0.5;
    filter: alpha(opacity=50);

}

