/* 
    Document   : style
    Created on : Nov 10, 2012, 10:02:43 AM
    Author     : Ioana
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}
body
{
    background-color:#060910;
    color: #ffffff;
    font-family: Tahoma;
    text-align: center;
    font-size:14px;
    background-image:url(images/wrapperBg.png);
    background-repeat: no-repeat;
    background-position: center top;
}
ul, li, p {
    padding:0;
    margin:0;
    list-style: none;
}
a{
    text-decoration: none;
    color:#FFCB47;
}
.right{
    float:right;
}
.clear{
    clear:both;
}
.wrapper{
    width:960px;
    margin:0 auto;
    text-align: left;
    background-repeat: no-repeat;
    display: block;
    overflow:hidden;
}
.clear {
    clear:both;
}
.menu{
    clear:both;    
    float:left;
    margin-left:30px;
    margin-top: 30px;
}
.menu li {
    float:left;
    margin-right: 10px;

}
.menu li a{
    float:left; 
    height: 56px;
    background-image:url(images/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    line-height:56px;
    text-align: center;
    font-size: 18px;
    width: 121px;
}
.menu li a:active, .menu li a:hover{
    background-image:url(images/menu-active.png);
}
.content{
    width: 960px;
    margin: 0 auto;
    overflow:hidden;
    padding-left: 13px;
    font-size: 14px;
}
.logo{
    margin: 30px 0 0px 0;
    float:left;
    clear:both;
    width:100%;
    display:block;
}
.columns {
    margin: 0 auto;
    width: 960px;
    overflow:hidden;
}
.leftColumn {
    background: url(images/contentBg.png);
    border: 1px solid #FFCB47;
    width:695px;
    float:left;
    margin:20px 10px 10px 0px;
    overflow: hidden;
    /*width: 695px\9;*/
}
.scrollContent{
    height:660px;
    overflow-y:auto;
    width: 99%;
    overflow: auto;
    padding: 0 0 10px 0 !important;
    margin:0 10px;
    
}

.scrollContent img {
    border:1px solid #826309;
}
h2
{
    color: #FFCB47;
    background: url(images/border.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding:0 0 5px 0;
    margin: 35px 10px 15px 10px;
    font-weight: normal;

}
.rightColumn {
    background: url(images/contentBg.png);
    border: 1px solid #FFCB47;
    width:236px;
    /*width: 236px\9;*/
    height: 750px;
    float:left;
    margin:20px 0px 10px 0px;
    text-align: center;
    overflow:hidden;
}
.rightColumn img{
    margin: 0 10px 0 10px;
}
h3{
    background: url(images/h3Icon.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 50px;
    height: 40px;
    line-height: 40px;
}
.paragraph {
    margin: 0 30px;
}
.footer
{
    background: url(images/border.png);
    background-repeat: repeat-x;
    background-position: top;
    width:960px;
    float: left;
    margin-top: 20px;
}
.footerMenu{
    text-align: center;
    margin:0 auto;
    width:960px;
    color: #FFCB47;
    padding-top: 30px;
}
.footerMenu li
{
    display:inline;
}
.footerMenu li a {
    text-decoration: none;
    margin:0 5px;
}
.copyright{
    margin-top: 20px;
    color: #FFCB47;
    text-align: center;
}

.poza-gallery {
    width: 200px;
    margin: 5px;
    float: left;
    height: 150px;
    overflow: hidden;
}

.member {
    width: 200px;
    margin: 5px;
    float: left;
    height: 200px;
    overflow: hidden;
    text-align:center;
}

