
/* Josephs Luthier homepage styles */

body { 
background: #3D0000 url(../graphics/guitar_bg.jpg) top center no-repeat fixed;
font-family: georgie, Georgia, serif;
text-align: center;
margin: 0px; 
}

a:link { color: #0000ff; text-decoration: none; }
a:hover { color: #0000ff ! important; text-decoration: underline; }
a:visited { color: #0000ff; text-decoration: none; }

#music { visibility: hidden; }

#song { font-size: 1.3em; }

p, li { font-size: 1.4em; }

li { color: #ffffff; }

img { border-width: 0px; }

.j { text-align: justify; }
.r { text-align: right; }
.l { text-align: left; }
.c { text-align: center; }

.imgL { 
float: left; 
margin: 0px 15px 5px 0px; 
}

.imgR { 
float: right; 
margin: 0px 0px 5px 15px; 
}

#envelope { 
margin: 0px auto; 
margin-top: 180px;
padding: 20px;
position: relative;
text-align: right;
width: 950px;
height: 500px;
z-index: 0;
}

#text {
background: transparent url(../graphics/guitar_bg2.jpg) top center fixed;
color: #ffffff;
padding: 0px 20px;
position: absolute;
height: auto;
width: 500px;
right: 160px;
top: 0px;
font-style: italic;
}

#text a:link { color: #ffff99; text-decoration: none; }
#text a:hover { color: #ff9900 ! important; text-decoration: underline; }
#text a:visited { color: #ffff99; text-decoration: none; }

#navs {
position: fixed;
list-style: none;
left: -20px;
top: 10px;
z-index: 5;
}

.not { display: none; }

.fluer { margin: 20px; }