/**
 * snippet_header_logo - style definitions
 * 
 * Copyright (c) 2007, 2008 Glencoe Software, Inc. All rights reserved.
 * 
 * This software is distributed under the terms described by the LICENCE file
 * you can find at the root of the distribution bundle, which states you are
 * free to use it only for non commercial purposes.
 * If the file is missing please request a copy by contacting
 * jason@glencoesoftware.com.
 */

#header {
  width: 100%;
  background-color: #aaa;
  border-top:5px solid #ddd;
  border-bottom:10px solid #fff;
  text-align: center;
  margin: 0px;
  padding: 0px;
  height: 1px;
  font-size: 1em;
}

