* {
    margin: 0px;
    padding: 0px;
}

body {
    height: 100%;
}

img {
    border: 0px;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

h1 {
}

h2 {
    margin-top: 25px;
    margin-bottom: 5px;
}

.small {
    font-size: 0.7em;
}

p {
    margin-top: 20px;
}

li {
    margin-left: 20px;
}

#pagebody {
    margin-top: 20px;
}

#sidebar {
    position: fixed;
    top: 0px;
    left: 0px;
    background-image: url(images/gradient.png);
    background-color: #D01F3C;
    width: 175px;
    height: 100%;
    margin: 0px;
}

#lastfm_toolshed {
    margin-left: 13px;
}

#lastfm_red {
    margin-left: 13px;
    margin-top: 20px;
}

#as_grey {
    position: relative;
    bottom: 5px;
    margin-left: 33px;
    margin-top: 20px;
}

#mainmenu li {
    margin-left: 10px;
    margin-top: 10px;
    display: block;
}

#mainmenu li a {
    color: white;
    font-weight: bold;
}

#pagebody {
    margin-left: 186px;
}
