body { 
    background-image: url(../graphics/new/bg.png); 
    padding: 0px;
    margin: 0px;
}

/* LINKS */

a {
    color: black;
}

a:hover {
    color: #353535;
}

/* MAIN LAYOUT */

.layout {
    position: absolute;
    border: solid 1px black;
}

#topLeft, #menu {
    left: 10px;
    width: 173px;
}

#topLeft, #topRight {
    top: 10px;
    height: 148px;
    background-position: bottom left;
}

#menu, #mainContent {
    top: 168px;
    bottom: 10px;
}

#topRight, #mainContent {
    left: 193px;
    right: 10px;
    max-width: 810px;
}

#mainContent {
    z-index: 2;
    overflow: auto;
}

#mainContentBg {
    position: absolute;
    left: 194px;
    right: 11px;
    top: 169px;
    bottom: 11px;
    max-width: 810px;
    background-color: white;
    filter: alpha(opacity = 80);
    opacity: .80;
    -moz-opacity: .80;
    -khtml-opacity: 0.80;
    z-index: 1;
    
    background-image: url(../graphics/manwithguitar.jpg);
    background-attachment: fixed;
    background-position: bottom right;
    background-repeat: no-repeat;
}

/* MENU */

#menu { 
    background-color: rgb(221, 136, 11);
    background-image: url(../graphics/menuBg2.jpg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

#menuLinks {
    position: relative;
    z-index: 4;
    margin-top: 10px;
    margin-left: 10px;
    font-family: "Verdana", sans-serif;
    font-size: 1.4em;
}

.submenuHidden { display: none; }

.submenuHidden, .submenuNonJs {
    margin-left: 10px;
    font-size: 0.6em;
}

#menuLinks img {
    width: 173px;
    border-width: 0px;
}

#menuLinks a {
    color: #fefefe;
    text-decoration: none;
}

#menuLinks a:hover {
    color: #eeeeee;
}

/* GENERAL FORMATTING */

.bold { font-weight: bold; }











