@charset "windows-1251";
/* CSS Document */

body {
		font-family:Tahoma;
		font-size:14px;
		}

#header {
		width:100%;
		border-bottom-style:solid;
		border-bottom-width:1px;
		border-bottom-color:#c5c5c5;
		padding-bottom:2px;
		}		

#content {
 		padding-top:100px;
		width:100%;
		text-align:center;
		padding-bottom:10px;
		}

#footer {
		width:100%;
		padding-bottom:10px;
		text-align:center;
		}

#footercopy {
		width:100%;
		text-align:center;
			}


#links 
{
  list-style: none;
  padding: 0;
  margin: 10;	
}

#links li
{
  display: inline;
  margin: 0 22px 0 0px;
}		
