body
{
    background-image:url('../img/background-street.jpg');
    background-repeat:no-repeat;
    background-color:#FCFCFC;
    font:12px Arial, "Droid sans", Verdana, sans-serif;
}

blockquote
{
    border-left:2px solid #be2328;
    padding:0em 0.5em;
    margin:1em 0em 0.35em 1em;
    color:#494949;
}

#placeholder
{
    position:absolute;
    z-index:5;
}

#container
{
    min-height:870px;
    min-width:1000px;
    max-width:1550px;
    position:absolute;
    width:100%;
}


a, a:visited
{
    color:#be2328;
}
.logo
{
    background-image:url('../img/bandoneon-logo.png');
    background-repeat:no-repeat;
    width:250px;
    height:140px;
    left:31px;
    top:33px;
    display:block;
    position:relative;

}
.adress
{
    position:absolute;
    top:678px;
    left:76px;
}

.middle_bar
{
position:absolute;
top:93px;
left:33%;
width:45%;
z-index:1;

}

.content
{
    height:559px;
    overflow:auto;
    padding:28px 30px 28px 35px;
    background-image:url("../img/1px_trans.png");
    background-repeat:x,y;
    border-top:1px solid #FDFDFD;
    line-height:16px;
    clear:both;

}

.content p
{
    margin:0.5em 0em;
    font-size:12px;
}

.content img 
{
    margin:0.1em 1em 1.1em 0em;
    border:1px solid black;
    float:left;
}

.headr
{
    border-bottom:1px solid #E8E8E8;
    height:21px;
    padding-bottom:12px;
}

.right_bar
{
    width:170px;
    left:81%;
    position:absolute;
    top:122px;
    height:100%
    z-index:-1;
    font-size:13px;

}

.right_bar p
{
    margin-left:10%;
}


.left_bar
{
    float:left;
    width:285px;
}

.deco_pair
{
    display:block;
    position:absolute;
    top:311px;

}

h1,h2,h4
{
    color:#b91319;
    font-weight:normal;
}

h1
{
    font-size:1.5em;
    position:relative;
    bottom:-3px;
}

h2
{
    font-size:1.7em;
    text-transform:uppercase;
    font-weight:normal;
    margin-bottom:0.7em;
}

h3
{
    text-decoration:underline;
    font-size:1.3em;
    color:#494949;
    font-weight:normal;
    margin:0.6em 0em;
    clear:both;
}

.inline
{
    display:inline;
}

.nav_panel
{
    float:right;
    text-align:right;
    text-transform:uppercase;
    font-size:14px;
    color:white;
    background-color:black;
    padding:1px 0px 2px 0px;
    border: 1px solid #9c9c9c;
}

.nav_panel:hover
{
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}

.nav_panel ul li
{
    display:inline;
    list-style-type:none;
}



.nav_panel a
{
    color:white;
    text-decoration:none;
    padding:1px 5px 2px 5px;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}


.nav_panel a:hover
{
    color:#be2328;
    background-color:#eaeaea;
    border: 1px solid #e1e1e1;

}

.copyright
{
    position:absolute;
    top:831px;
    left:81px;
}


h5{
    font-size:1.1em;
    font-weight:normal;
    text-transform:uppercase;
    margin-bottom:12px;
}

#splash
{
    background-color:white;
    position:absolute;
    display:none;
    width:1000px;
    height:1000px;
    z-index:50;
    left:0px;
    top:0px;
}

#splash_container
{
    position:absolute;
    text-align:center;
    margin:11% 15%;
    width:70%;
    display:none;
}

#splash_container img
{
    width:100%;
}

#splash_close
{
    background-image:url("../img/close-button.png");
    background-position:top right;
    background-repeat:no-repeat;
    text-align:left;
    width:137px;
    height:40px;
    color:black;
    position:absolute;
    top:-24px;
    right:-15px;
    cursor:pointer;

}

#splash_close a
{
    color:black;
    font-size:10px;
    line-height:35px;
    vertical-align:middle;
}

div.content ul
{
list-style-type: circle;
}

div.content ol
{
list-style-type: decimal;
}
div.content li
{
margin:0.2em 3em;
}

