
body

 {
      
     
        background: #000000;
        font-family: "Century Schoolbook", Century, Georgia, serif;
  	
  }

 #map 

        {


            left: 250px;
            margin-right: 500px;
            height: 300px;
            width= 50px
         
           
        }



#header h1 

   {
      margin-bottom: .5em;
    
   }


#header h1 a 

    {
        font-family: "chunk-1","chunk-2", "Rockwell", "American Typewriter", Georgia, serif;
        font-weight: bold;
        //  font-size: 4em;
        font-size: 3em;
        text-shadow: 2px 2px 0 red, 3px 3px 0 white, 4px 4px 0 red, 5px 5px 0 white;
        //  text-transform: uppercase;
        letter-spacing: 10px;
        //  color: #FFD700;
        color: white;
        text-decoration: none;
        
    }


#header h2 

   {
      font-family: "chunk-1","chunk-2", "Rockwell", "American Typewriter", Georgia, serif;
      font-weight: bold;
      font-size: 1.3em;
      color: red;
      letter-spacing: 5px;
      text-shadow: 0 0 1px #000000;
      line-height: 1.5;

   }

  html, body, div, span, applet, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-size: 75%;
}
