
/* Body shit */
body, td, input, textarea, select {
    font-family: Verdana, Helvetica, Sans-serif;
    font-size: 12px;
    color: #000;
}

body {
    margin: 40px;
}

/* Link styles */
a:link, a:visited  {
    color: #000;
}

/* Text stylez */
h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, Times New Roman, Times, Serif;
    font-weight: normal;
}

h1 {
    font-size: 24px;
}

.frontpage {
    font-size: 42px;
    margin: 0px;
}

.frontpage span {
    padding: 3px 6px;
    margin-bottom: 1px;
    color: #fff;
    background-color: #000;
    line-height: 100%;
    float: left;
    position: relative;
}

.first {
    margin-top: 0px;
}

.selected, a:link.selected, a:visited.selected {
    color: #fff;
    background-color: #000;
}

/* Blocks and shit */
#logo {
    margin-bottom: 20px;
}

#content {
    width: 680px;
    margin-bottom: 40px;
}

#menu {
    margin-bottom: 20px;
    font-family: Georgia, Times New Roman, Times, Serif;
    font-size: 16px;
}

#menu a {
    padding: 3px;
}


#content_left {
    float: left;
    width: 330px;
    position: relative;
}

#content_right, #sidebar {
    float: right;
    width: 330px;
    position: relative;
}

#footer {
    font-size: 10px;
}

/* Hacks */
.clear {
    clear: both;
}

/*
div {
    border: 1px solid #f00;
}
*/
