@media screen, projection
{
  body { overflow-y:scroll; }
  ol,ul { list-style : none; }

body { background: #313131 url(../images/bg_black.png) repeat-x fixed top left; padding:10px 0; }
  body { text-align:center; }
  .page_margins { text-align:left; margin:0 auto; }
  .page_margins { min-width:740px; max-width:90em; background:#000; }
  .page {padding:0px; }
  #header {
    color:#fff;
	 padding:0;
	position:relative;
	height:125px;
	 margin-left: -10px;
    margin-right: -10px;
  }
#main{padding:10px} 
  #footer {
    color:#666;
    background:#f9f9f9;
    padding:10px 20px;
    border-top:5px #efefef solid;
    line-height:1.5em;
  }
  #header, #nav, #main, #footer { clear:both; }
  #col1 { width:33%; }
  #col1_content { padding:0px}

  #col2 { width:33%}
  #col2_content { padding:0px}

  #col3 { margin:0 33%}
  #col3_content { padding:0px}
  #header h1 {
    font-weight:bold;
    font-size:2.5em;
    letter-spacing:-2px;
    line-height:65%;
    color:#fff;
  }
  #header span { color:#7C7F90; }

  #footer a{color:#7C7F90;background:transparent;font-weight:bold}
  #footer a:focus,
  #footer a:hover,
  #footer a:active{color:#fff;background-color:transparent;text-decoration:underline}
  #skiplinks a.skip:focus,
  #skiplinks a.skip:active { 
	color:#fff; 
	background:#333; 
	border-bottom:1px #000 solid;
	padding:10px 0;
	text-decoration:none;
  }
