html,body {
    margin: 0px;
    padding: 0px;
    background-color: #8b8b8b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    background-image: url(grafix/mainback.jpg);
    background-repeat: repeat-x;
}

#wrapper {
    margin: 30px 40px 30px 40px;
}

h1,h2,h3,h4 {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 110%;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

A,A:visited,A:active {
    text-decoration: underline;
    font-weight: bold;
    font-style: italic;
    color: #c4d7f7;
}

A:hover {
    text-decoration: none;
    color: #92b6f6;
}

#header {
    position: relative;
    top: 0;
    left: 0;	
    background-repeat: repeat-x;
    background-image: url(grafix/topback.jpg);
    height: 175px;
}

#header-nav {
    position: absolute;
    top: 85px;
    right: 0px;
}

#header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#header-nav li {
    width: 100px;
    height: 30px;
}

#header-nav a img {
    margin: 0;
    padding: 0;
    border: 0;
}
	
.header-nav-top:hover {
    background: url(grafix/but-top-on.png) top left no-repeat;
}

.header-nav-mid:hover {
    background: url(grafix/but-mid-on.png) top left no-repeat;
}

.header-nav-bot:hover {
    background: url(grafix/but-bot-on.png) top left no-repeat;
}

.header-nav-top {
    background: url(grafix/but-top-off.png) top left no-repeat;
}

.header-nav-mid {
    background: url(grafix/but-mid-off.png) top left no-repeat;
}

.header-nav-bot {
    background: url(grafix/but-bot-off.png) top left no-repeat;
}

#main {
    position: relative;
    top: 0;
    left: 0;
    min-height: 250px;
    padding: 2px 10px 10px 10px;
    margin-top: 15px;
}

#main-player {
    float: left;
    width: 450px;
    height: 220px;
}

#main-about {
    padding: 10px;
    margin: 0 0 0 460px;
    min-height: 220px;
}

#main-loops {
    float: left;
    width: 450px;
    font-size: 80%;
}


#footer {
    width: 100%;
    background-color: #000000;
    border-top: 1px solid #ff7600;
    border-bottom: 1px solid #ff7600;
    margin-top: 10px;
    float: left;
}

#footer p {
    font-size: 90%;
    margin: 0;
    padding: 0px 10px;
}

