clear {
    clear:both;display:block;
    height:0px;font-size:0;
    overflow:hidden;
}
/*
  Custom classes
*/

html{
    background-color: #1D1314;
    color: white;
}


#wraper{
      background-color: #464646;
}

#content{
      background-image: url("../images/backcolors.png");
      background-repeat: repeat-y;
      overflow: hidden;
}

#left_col{
   /* background-color: #180000; */

}

#right_col{
   /* background-color: #000011; */
}
.header{
    text-align: center;
}

.footer{
    padding: 5px;
}

h1{
    text-align: center;
    vertical-align: middle;
    color: black;
}

.border{
    border: 1px solid grey;
}

h2{
    margin-bottom: 0px !important;
    color: white;
    font-size: 26px;
    font-family: Arial;
}

.nav_bar_li{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 5px;
    text-decoration:underline;
}

.nav_bar_li a{
    text-decoration: none;
    color: white !important;
}

.references a, #left_col a{
    text-decoration: none;
    color: white;
} 

#left_col ul li a{
    text-decoration: none;
    color: white;
} 

#left_col ul li ul{
    margin-left: 10px;
}

#left_col ul li{
   margin-bottom: 10px; 
}

#left_col ul li ul li{
   margin-bottom: 5px; 
}

.nav_bar{
    text-align: center;
    height: 85px;
    padding-top: 7px;
    /*background-image: url("../images/navback.png");*/
}

ul{
    margin-bottom: 0px !important;
}

.langs_li{
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

#right_col{
    padding: 5px;
}
#left_col{
    padding: 5px;
}

.left_video{
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
    font-size: 14px;
}

.float_left{
    float: left;
    text-align: center;
    font-weight: bold;
    margin-right: 5px;
}

.float_right{
    float: right;
    text-align: center;
    font-weight: bold;
    margin-left: 5px;
}

.float_center{
    text-align: center;
    font-weight: bold; 
}

.intro{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.larger{
    font-size: 18px;
}

.closer{
    line-height: 1;
}
.right_img{
    text-align: center;
}

.bold{
    font-weight: bold;
}

.health_intro{
    color: yellow;
    font-style: italic;
    margin-top: 15px;
    text-indent: 20px;
}

.construction{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: yellow;
}
#right_col a{
    font-size: 14px;
    color:yellow;
}
