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

body
{
    background:     url('../images/blue/bg.png') fixed;
    font-family:    arial;
}

ul
{
    margin-left:    40px;
}

#wrap
{
    margin:         0 auto;
    width:          650px;
    min-height:     1000px;
    background:     white;
}

#shadow
{
    margin:         0 auto;
    width:          654px;
    min-height:     1000px;
    background:     gray;
}

#header
{
    background:     white;
    padding-top:    10px;
    padding-left:   20px;
    padding-right:  20px;
    text-align:     center;
}

#header h1
{
    color:          black;
    font-size:      2.2em;
}

.subtitle
{
    color:          black;
    font-size:      1.5em;
}

#vote
{
    background:     white;
    padding-top:    20px;
    padding-left:   75px;
    padding-right:  75px;
}

#about
{
    height:         300px;
    background:     white;
    padding-top:    20px;
    padding-left:   75px;
    padding-right:  75px;
}

#content
{
    background:     white;
    padding-top:    20px;
    padding-left:   20px;
    padding-right:  20px;
    padding-bottom: 20px;
    color:          gray;
}

#single
{
    clear:          both;
    text-align:     center;
    padding-top:    25px;
}

#single img
{
    border:         0px solid black;
}

#footer
{
    text-align:     center;
    background:     white;
    margin-left:    2px;
    margin-right:   2px;
}


.buttonL
{
    height:         46px;
    width:          201px;
    background:     red url('../images/blue/button.png');
    text-align:     center;
    padding-top:    25px;
    font-size:      1.5em;
    float:          left;
    color:          white;
    cursor:         pointer;
}

.buttonR
{
    height:         46px;
    width:          201px;
    background:     red url('../images/blue/button.png');
    text-align:     center;
    padding-top:    25px;
    font-size:      1.5em;
    float:          right;
    color:          white;
    cursor:         pointer;
}

.imgL
{
    margin-top:     10px;
    float:          left;
}

.imgL img
{
    border:         0px solid black;
}

.imgR
{
    margin-top:     10px;
    float: right;
}

.imgR img
{
    border:         0px solid black;
}

.click
{
    text-align:     center;
    font-size:      0.9em;
}

.rss_box
{
    background:     #f0f0f0;
    width:          275px;
    border:         solid 1px #D0D0D0;
    margin:         5px;
    padding:        5px;
    text-align:     left;
}

