body { font-family: 'dobrabook' }

a:link { color: #000; text-decoration: none; } a:visited { color: #444; text-decoration: none; } a:hover { color: #666; } a:active { color: #666; }

#content a:link { color: #fff; text-decoration: none; } #content a:visited { color: #ddd; text-decoration: none; } #content a:hover { color: #eee; } #content a:active { color: #eee; }

#footer a:link { color: #fff; text-decoration: none; } #footer a:visited { color: #ddd; text-decoration: none; } #footer a:hover { color: #eee; } #footer a:active { color: #eee; }


#main_container {
width:100%;
height:100%;
position:absolute;
top:0px;
}

#header_container {
width:100%;
position:fixed;
background: #fff;
}

#header_top {
width:100%;
height:25px;
border-bottom: 1px solid #bbb;
}

#social_icons {
    position: absolute;
    right: 2px;
    top: 2px;
}

#social_icons a {
margin-right:10px;
}

#header_middle {
width:100%;
border-bottom: 1px solid #bbb;
height:60px;
}

#header_bottom {
height:26px;
}

#logo {
    position: absolute;
    left: 18px;
    top: 32px;
}

#main_menu > ul > li, #secondary_menu > ul > li {
cursor:pointer;
}



#menu {
width:750px;
margin-left:auto;
margin-right:auto;
margin-bottom: 10px;
margin-top: 10px;
font-size:14px;
}

#separator_line {
    border-bottom: 1px solid #bbb;
    position: relative;
    top: -1px;
    left: 690px;
}

#main_menu {
font-family: dobrabold;
}

#main_menu > ul {
    text-align: justify;
    height:25px;
    border-bottom: 1px solid #bbb;
}

#main_menu ul:after {
    content: '';
    display: inline-block;
    width: 100%;
}
#main_menu ul:before {
    content: '';
    display: block;
}
#main_menu > ul > li {
    display: inline-block;
    margin-right: -.25em;
    position: relative;
}


#secondary_menu {
    width: 100%;
    top: 10px;
    position: relative;

}

#secondary_menu > ul > li {
display: inline-block;
width:90px;
}

.small {
font-size: 12px;
}

.bold {
font-family:dobrabold;
}

#content {
z-index:9999;
width:750px;
min-height:450px;
overflow-y: auto;
overflow-x: none;
margin-left:auto;
margin-right:auto;
margin-top:145px;
background: #000;
color:#fff;
margin-bottom:25px;
}

#content h1 {
font-size:24px;
padding-left:30px;
padding-top:30px;
margin-bottom:20px;
text-transform: uppercase;
}

#content p {
font-size:12px;
line-height:22px;
padding-left:30px;
padding-right:30px;
margin-bottom:10px;
white-space: pre-line;
}


#content p {
text-align: justify;
}


#footer {
clear:both;
position: fixed;
right:10px;
bottom:10px;
z-index:9999;
}

#footer p {
font-size:10px;
color:#fff;
z-index:9999;
}


#bg_image {
margin-top:25px;
z-index: -9999;
position: fixed;
width:100%;
height:100%;
/* 
  background: url(../images/bg/1.jpg) no-repeat center center fixed; 
 */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
}
 */

