﻿body{
    background-color: #000;
    color: #fff;
    font-family: helvetica;
    font-size: 12px;
}
a{
    color: #ff0000;
}
a:hover, a:active{
    text-decoration: none;
}
ul
{
	padding: 0px;
	margin: 0px 0px 0px 25px;
}
#main{
    width: 350px;
    text-align: left;
    margin-bottom: 20px;
}
#left{
    width: 350px;
}
#right{
    width: 350px;
    float: right;
}
#main div{
    margin-bottom: 6px;
}
.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
}
.center{
    text-align: center;
}
.breaker{
    margin-top: 21px;
}
.caption{
    font-style: italic;
    text-align: center;
    margin-top: 4px;
}

#poster { border: 1px solid #f00; }
