@font-face {
  font-family: "ORKRegular";
  src: url("./fonts/orkregular.eot"); /* IE9 Compat Modes */
  src: url("./fonts/orkregular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/orkregular.otf") format("opentype"), /* Open Type Font */
    url("./fonts/orkregular.svg") format("svg"), /* Legacy iOS */
    url("./fonts/orkregular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/orkregular.woff") format("woff"), /* Modern Browsers */
    url("./fonts/orkregular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ORKDemiBold";
  src: url("./fonts/orkbold.eot"); /* IE9 Compat Modes */
  src: url("./fonts/orkbold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/orkbold.otf") format("opentype"), /* Open Type Font */
    url("./fonts/orkbold.svg") format("svg"), /* Legacy iOS */
    url("./fonts/orkbold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/orkbold.woff") format("woff"), /* Modern Browsers */
    url("./fonts/orkbold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ORKLight";
  src: url("./fonts/orklight.eot"); /* IE9 Compat Modes */
  src: url("./fonts/orklight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/orklight.otf") format("opentype"), /* Open Type Font */
    url("./fonts/orklight.svg") format("svg"), /* Legacy iOS */
    url("./fonts/orklight.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/orklight.woff") format("woff"), /* Modern Browsers */
    url("./fonts/orklight.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ORKMedium";
  src: url("./fonts/orkmedium.eot"); /* IE9 Compat Modes */
  src: url("./fonts/orkmedium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/orkmedium.otf") format("opentype"), /* Open Type Font */
    url("./fonts/orkmedium.svg") format("svg"), /* Legacy iOS */
    url("./fonts/orkmedium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/orkmedium.woff") format("woff"), /* Modern Browsers */
    url("./fonts/orkmedium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ORKSigns";
  src: url("./fonts/orksign.eot"); /* IE9 Compat Modes */
  src: url("./fonts/orksign.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("./fonts/orksign.otf") format("opentype"), /* Open Type Font */
    url("./fonts/orksign.svg") format("svg"), /* Legacy iOS */
    url("./fonts/orksign.ttf") format("truetype"), /* Safari, Android, iOS */
    url("./fonts/orksign.woff") format("woff"), /* Modern Browsers */
    url("./fonts/orksign.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


* {
  padding: 0;
  margin: 0;
}

body  {
  font: normal 1em ORKRegular, Verdana, Arial, Helvetica, sans-serif;
  text-align: center; 
  background-color: white;
  margin-top: 10px; 
}

#mother { 
  width: 1040px;
  text-align: left;
  background-color: white;
  margin: 0 auto;
  border: 5px solid white;
}

#header { 
  height: 105px;
  background-color: white; 
} 

#menu {
  
}

#main { 
  background-color: white;
  padding: 10px 0;
} 

#footer {
  height: 90px;	
  padding: 5px 0;
  background-color: white; 
}