div#banner {
    background-color: #821414;
    color: white;
    text-align: center;
    line-height: 8px;
    padding: 8px;

	padding: 18px 8px 15px 8px;
/*	margin-left: 170px;*/
/*	margin-right: 170px;*/

	min-width: 750px;
	max-width: 1200px;
}

a#banner-link {
    text-decoration: none !important;
}

div#banner-surround{
	background-color: #821414;
}

div#banner a, div#banner a:visited {
    background-color: #821414;
    color: white; 
    text-decoration: none !important;
}

div#banner a:hover {
    background-color: #821414;
    color: white;
}

div#banner pre { 
	font-family: Monaco, Courier, monospace;
/*	margin-left: 400px;*/
}


@font-face {font-family: "AppleChancery";
  src: url("/fonts/Apple-Chancery.eot"); /* IE9*/
  src: local('AppleChancery'),
  url("/fonts/Apple-Chancery.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("/fonts/Apple-Chancery.woff") format("woff"), /* chrome、firefox */
  url("/fonts/Apple-Chancery.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}


div#banner {
  font-family: 'AppleChancery', Garamond, serif !important;
  font-size: 50px;
  padding: 35px 0 45px 0;
}

