*{
   margin: 0px;
   padding: 0px;
}
h1{
   font: bold 25px Tahoma;
}
h2{
   font: bold 14px Tahoma;
}
h3{
   font: normal 14px Tahoma;
}
h4{
   font: bold 14px Tahoma;
}
header, section, footer, aside, nav, article, hgroup{
   display: block;
}
/* UN Flexible Box Model */
body{
   width: 100%;
   	
}
#big_wrapper{
   width: 1000px;
   margin: 15px auto;
   border-radius:15px; 
   border:3px solid white;
 
   
}
#top_header{
    padding:20px;      
}  
#top_menu{
   
   padding: 0px;
   background: #5dbebf;
   
   
}
#top_menu li {
    display:inline-block;
    list-style: none;
    padding: 7px;
    font:  bold 14px Tahoma;
}

#main_section {
                float: left;
				width:660px;
				border:3px solid white;
				 margin: 20px;
				padding:20px; /*720,280 left */
               border-radius:15px; 
}
article  {
       background: #FFFBCC;
       border : 2px solid red;
       padding: 20px;
       margin-bottom :15px;	  
       margin-top :15px;
	   border-radius:15px; 
}

#side_news{
   float:left;
   border: 2px solid red;
   width: 175px;
   margin: 20px 0px;
   padding: 30px;
   background: #5dbebf;
   border-radius:15px; 
}

#the_footer{
   clear:both;
   text-align: left;
   padding: 20px;
   border-top: 2px solid green;
   margin: 20px 0px;
   color: black;
   font : 14px ;
   font-weight:bold;
}

#the_footer li{
                     display:inline-block;
                     list-style: none;
				 padding:0px;
		font-weight:bold;
        font-family: Tahoma;
		font: 10px;
		color: #010284;
		text-decoration:none;
		
 }	              
article footer {
          text-align:right;
 }
a.link-style1:link { 
        padding: 7px;
		font-weight:bold;
        font-family: Tahoma;
		font: 14px;
		color: #010284;
		text-decoration:none;
		background-color:#5dbebf;
}
a.link-style1:Visited {
        padding: 7px;
		font-weight:bold;
        font-family: Tahoma;
		font: 14px;
		color: #010284;
		text-decoration:none;
		background-color:#5dbebf;
}
a.link-style1:hover { 
         padding : 7px;
		 font-weight:bold;
         font-family: Tahoma;
		 font: 14px; 
		 color: white;
		 text-decoration:none;
	     background-color:black;
}
a.link-style1:active {
        
		 padding : 7px;
		 font-weight:bold;
         font-family: Tahoma;
		 font: 14px; 
		 color: orange;
		 text-decoration:underline;
		 background-color:black;
}
