*{
    margin: 0px;
    padding: 0px;
}
h1{
    font:bold 20px Tahoma;
    
}
h2{
    font:bold 14px Tahoma;
    font-style: italic;
}
header, section, footer, aside, nac, article, hgroup{
    display: block;
}
body{
    text-align: right;
    background: gainsboro;
}



a:link, a:visited{
    color:black;
    
    text-decoration: none;
}
#big_wrapper{
   
    
    width: 1200px;
    margin:auto; 
    text-align:left;
    
}

#top_header{
    text-align: left;
    background: black;
    border-bottom: 1px solid gainsboro;
    padding: 20px;
    color:white;
    
}
#top_menu{
    background: black;
    color:white;
    text-shadow: gray 1px 1px 2px;
    
}
nav ul {
    list-style-type:none;
    
}
#navMenu{
    margin: 0;
    padding-bottom: 20px;
    line-height: 30px;
}
#navMenu ul{
    margin: 0;
    padding: 0;
}
#navMenu li{
    margin:0;
    padding:0;
    list-style: none;
    float: left;
    position: relative;
    background:white;
    
        
}
#navMenu ul li a{
    text-align: center;
    font-family:"Tahoma", cursive;
    text-decoration: none;
    height: 20px;
    width:150px;
    display: block;
    color: black;
}
#navMenu ul ul{
    position: absolute;
    visibility: hidden;
    top:31px;
}
#navMenu ul li:hover ul{
    visibility: visible;
    
}
#navMenu li:hover{
    background:grey;
}
#navMenu ul li:hover ul li a:hover{
    color:white;
}
#top_menu ul li li{
    padding: 15px;
    border-bottom: 2px solid silver;
}
.clearFloat{
    clear:both;
    margin:0;
    padding: 0;
}
#top_menu li{
    
    display: inline-block;
    list-style: none;
    padding:5px;
    font: bold 14px Tahoma;
    border-bottom: 2px solid black;
}
#leftbox{
    float:left;
    width: 500px;
    height: 450px;
    text-align: left;
    padding-left: 5px;
  
    border:1px solid gainsboro;
}
#leftbox2{
    float:left;
    width: 500px;
    height: 450px;
    text-align: left;
    padding-left: 5px;
    border:1px solid gainsboro;
}
#rightboxG{
    float:left;
    width: 550px;
    height:500px;
    text-align: justify;
    padding-top: 10px;
    padding-left: 5px;
    border:1px solid gainsboro;
    line-height: 1.5em;
    font-size: 16px;
}
#rightboxGi{
    float:left;
    width: 550px;
    height:770px;
    text-align: justify;
    padding-top: 10px;
    padding-left: 5px;
    border:1px solid gainsboro;
    line-height: 1.5em;
    font-size: 16px;
}
#rightboxGs
{
    float:left;
    width: 550px;
    height:650px;
    text-align: justify;
    padding-top: 10px;
    padding-left: 5px;
    border:1px solid gainsboro;
    line-height: 1.5em;
    font-size: 16px;
}
#centerbox{
    float:left;
    width: 1000px;
    height:100%;
    text-align: justify;
    padding-top: 10px;
    padding-left: 5px;
    border:1px solid gainsboro;
    line-height: 1.5em;
    font-size: 16px;
}
 #right_BIG:first-letter{
    font-weight: bold;
    font-size: 30px;
    color:red;
}

#rightbox{
    float:left;
    width: 500px;
    height: 400px;
    text-align: left;
    padding-left: 5px;
    border:1px solid gainsboro;
}
#rightbox2{
    float:left;
    width: 500px;
    height: 450px;
    text-align: left;
    padding-left: 5px;
    border:1px solid gainsboro;
}

#the_footer{
    clear:both;
    text-align: center;
    padding: 20px;
    border-top:   2px solid red; 
    padding-top: 20px;
    
    
}
article{
    background: gainsboro;
    border: 1px solid black;
    padding: 20px;
    margin-bottom: 15px; 
}
article  footer{
    text-align: right;
    font-size: 12px;
    color:gray;

}
#side_news{
    
    width:150px;
    margin: 0px;
    
    background: black;
    font-family: sans-serif;
    padding-bottom: 15px;
    border:2px solid silver; 
}

aside {
    text-align: center;
    padding-right: 10px;
    width: 155px;
    float: right;
    color: white;
    padding:15px;
    background-color: black;
    border-radius: 15px;
   
}

aside h3 {
    font-size: 16pt;
    padding-bottom: 10px;
    font-variant: small-caps;
    padding-top: 1px;
}

aside p {
    font-size: 12pt;
    font-style: italic;
    font-weight: bold;
    color: #E1E1E1;
}

aside img {
    width: 86px;
    height: 110px;
    border: none;
}
#datum{
    float: right;
    
}
