/*paticka*/
html, body {height: 100%;}
body{
  margin:0;
  padding:0;
  background: white url("graphics/background.jpg") no-repeat fixed top center;
  
}
#page{
  margin: 0 auto;
  width: 1024px;
  background: white;
  min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -104px;
	font-family: "Myriad Pro","Gill Sans","Gill Sans MT",Calibri,sans-serif;
  
}


h1{
  margin: 0;
  padding: 0;
  border: none;
  color: transparent;
}
#header{
  margin:0;
  background: white url("graphics/header.jpg") no-repeat fixed top center;
  width: 1024px;
  height: 171px;  
}
#header ul{
  margin: 0;
  padding: 0;
}

#header ul li {
float: left;
list-style-type: none;
}
#header .nav{
  margin-top: 77px;
  margin-left: 64px;
}
#header ul a {
background-image: url('graphics/li.gif');
background-repeat: no-repeat;
background-position: right;
padding-right: 15px;
padding-left: 17px;
display: block;
line-height: 25px;
text-decoration: none;
font-family: "Myriad Pro","Gill Sans","Gill Sans MT",Calibri,sans-serif;
font-size: 16px;
color: white;
}
#header ul a:hover{
  color: #F8860A;
}

#footer, .push {
	height: 104px; /* .push must be the same height as .footer */
}
h2 {
  color:#f8860a;
}
#footer{
  width: 100%;
  background: #d6dadc;
  /*text-align: center; */
 /* margin-top: -104px; */
  position: absolute;
  bottom: 0;
  left: 0;
 /* bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;*/
  /*
#cleaner{
clear:both;
width:1px;
height:1px;
display:none;
}  */
  
}
#footer-in a{
  color: #526371;
  text-decoration: none;
}
#articles{
  margin: 0 25px 10px 25px;
  color: #6b6b6b;
  font-family: "Myriad Pro","Gill Sans","Gill Sans MT",Calibri,sans-serif;
  font-size: 16px;  
}
#footer-in{
  
  margin: 0 auto;
  padding-top: 70px;
  text-align: right;
  width: 900px;
  font-size: 11px;
  color: #526371;
}