﻿/*footer*/
footer {
	
	width:100%;
}

.topfooter
{
  clear:both;
  width:950px;
  height:70px;
  margin: 0 auto;
}
  .topfooter #leftmenu
    {
      float:left;

    }
     .topfooter #rightmenu
    {
      float:right;
    }
   #rightmenu > ul> li {
	display: inline-block;
    margin-left:7px;
}
#rightmenu > ul
{
   margin-top:15px;
}
#leftmenu > ul> li {
	display: inline-block;
    
}
#leftmenu > ul
{
  margin:0px;
  padding:0px;
}

.bottomfooter
{
width:950px;
   margin: 0 auto;
    background-color:#2b2b2b;
     color:white; 
     height:30px;
     padding-top:5px;
}
#bottom
{
 background-color:#2b2b2b;
}
#footer {
	width:100%;
	height: 100px;

    text-align:right;
  
    font-size:0.9em;
    line-height:1.7em;
    position:relative;
    clear:both;
}



    

