a
{
    color: black;
    text-decoration: underline;
    font-style: normal;
    font-weight: normal;
}

ul
{
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
}

li
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

html, body
{
    color: black;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: #505050;
}

#container
{
    width: 60.7em;
    margin: 0px auto 0px auto;
}

#container_content
{
    padding: 0.65em;
}

#head
{
    clear: both;
    background: black url('aaa.gif') no-repeat;
    height: 4.5em;
}

#head_content
{
    color: white;
}

h1
{
    display: inline;
    font-family: "lucida console", "courier new", monospace;
    font-size: 1.875em;
    font-weight: normal;
    color: white;
    position: relative;
    top: 1em;
    left: 20em;
}


#container_nohead
{
    display: block;
    padding: 1em;
    color: black;
    font-size: 0.69em;
    font-family: "tahoma", sans-serif;
    background: #cccccc;
    border: 1px solid black;
}

.horizontal
{
    margin: 0px;
    border: 0px;
    padding-bottom: 1em;
    clear: both;
    display: block;
}

.frame
{
    border: 1px solid black;
}

.frame_content
{
    padding-right: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 1em;
    color: black;
    overflow: hidden;
    background: white;
}

#news
{
    display: block;
    float: left;
    width: 58.5em;
}

#archive
{
    display: block;
    float: left;
    width: 58.7em;
}

#info
{
    display: block;
    float: right;
    width: 24.3em;
}

#work
{
    display: block;
    float: left;
    width: 49.5em;
}

#crap
{
    display: block;
    float: right;
    width: 33.1em;
}


#foot
{
    display: block;
    color: #aaaaaa;
    font-size: 0.8em;
    text-align: center;
}

#foot a
{
    color: #aaaaaa;
}

h2
{
    margin: 0px;
    border: 0px;
    padding: 0px;
    padding-left: 0.5em;
    font-family: "tahoma", sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    background: black;
}


#news li
{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

#news .news_entry ul
{
    padding-top: 0.2em;
    padding-left: 0.8em;
    text-indent: -0.62em;
}

#news .news_entry li
{
    padding: 0px;
    padding-bottom: 0.2em;
}

#archive li
{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

#archive .news_entry ul
{
    padding-top: 0.2em;
    padding-left: 0.8em;
    text-indent: -0.62em;
}

#archive .news_entry li
{
    padding: 0px;
    padding-bottom: 0.2em;
}

#info li
{
    line-height: 1.5em;
}

#crap li
{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

#crap .frame_content
{
    padding-top: 0.3em;
    padding-bottom: 0.3em;
}

#news .more
{
    padding-left: 59em;
    display: inline;
    font-size: 0.7em;
    color: #cccccc;
}

#archive .more
{
    padding-left: 53em;
    display: inline;
    font-size: 0.7em;
    color: #cccccc;
}

#crap .more
{
    padding-left: 25em;
    display: inline;
    font-size: 0.7em;
    color: #cccccc;
}

.more a
{
    display: inline;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    color: #cccccc;
}

h3
{
    display: inline;
    font-family: "tahoma", sans-serif;
    font-size: 1.3em;
    font-weight: bold;
}

h5
{
    display: inline;
    font-family: "tahoma", sans-serif;
    font-size: 1em;
    font-weight: bold;
}

#work .horizontal
{
    padding-top: 0.2em;
}

.work_item
{
    display: block;
    border: 1px solid white; /* IE ain't working without this.. !? */
    clear: both;
}

.work_item .horizontal
{
    padding: 0px;
}

.work_text
{
    display: block;
    width: 35.8em;
    border-top: 1px solid #cccccc;
    margin-left: 11em;
}

.work_item img
{
    border: 1px solid #cccccc;
    width: 9em;
    float: left;
    display: inline;
}

