body{
    background: #000;
    color: #fff;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    font-size: 12px;
}

#wrap{
    text-align: center;
}

#head{
    border-bottom: 1px solid #aaa;
    width: 980px;
    margin: 5% auto 0;    
    font-size: 32px;
    text-align: left;
}

#head a{
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}

#head a:hover{
    background: none;
}

#menu{
    float: right;
    font-size: 14px;
    padding-top: 13px;
    width: 250px;
    text-align: right;
}

#menu a{
    color: #ff9;
    text-decoration: none;
    margin-left: 15px;
}

#menu a:hover{
    color: #fff;
}

#menu a.current{
    color: #FF9;
}

#main{    
    width: 940px;
    height: 280px;
    margin: 10px auto;
    border: 10px solid #222;
    padding: 10px;    
    background: #fff url('img/vodka.jpg') no-repeat left top;
    text-align: left;
}

#text{
    padding-left: 190px;
    padding-top: 0px;
    color: #555;
    padding-right: 30px;
}

#contact{
    border-top: 1px solid #aaa;
    width: 980px;
    margin: 10px auto;
    padding-top: 5px;
}

#news{
    background: #eef;
    border: 1px solid #ddd;
    padding: 0px 15px;    
    color: #000;
    
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.transparent_class {
filter:alpha(opacity=10);
-moz-opacity:0.1;
-khtml-opacity: 0.1;
opacity: 0.1;
}

.text{
    color: #000;
}

.pdf{
    width: 50px;
    text-align: center;
}

a{
    font-weight: bold;
    color: #444;
}

a:hover{
    background: #ffc;
}

#download{
    text-align: center;
    padding: 5px 0 15px;
}

#download a{
    color: #222;
    font-weight: bold;
    text-decoration: none;
}

#download a:hover{
    color: #222;
    font-weight: bold;
    text-decoration: underline;
    background: #ffc;
}

.vote a:hover{
    background: none;
}


div.cc {
    border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    background:#F0DB81;
    background:#E0E0D5;
    background:#F4E7C5;
}
