body {
background: #c62127 url(images/super_skewer_bg.jpg);
background-repeat: no-repeat;
background-position: top center;
margin:0; 
padding:0;
color: black;
font-family: arial, sans-serif;
}

#container {
width: 690px;
margin-left:auto;
margin-right:auto;
border: solid black 6px;
background: white;
padding:0px;
}

#navcontainer {
background: #c62127 url(images/super_skewer_nav_bg.jpg);
background-repeat: repeat;
border-top: 2px black solid;
border-bottom: 2px black solid;
text-align: center;
padding: 5px 0 2px 0;
margin: 0 0 0 0;
}

        ul#navlist
        {
        white-space: nowrap;
        padding: 0;
        margin: 0;
        }
        
        #navlist li
        {
        display: inline;
        list-style-type: none;
        }
        
        #navlist a { padding: 5px 20px 3px 20px; }
        
        #navlist a:link, #navlist a:visited
        {
        color: black;
        /*background-color: #c62127;*/
        font-size: 1.2em;
        font-weight: bold;
        font-family: times, serif;
        text-decoration: none;
        }
        
        #navlist a:hover
        {
        color: white;
        /*background-color: white;*/
        text-decoration: none;
        }
        
#content {
padding: 20px;
}
	
	ul {
	list-style-type: disc;
	padding-left:1em;
	margin-left:1em;
	}
	
	li {
        font-size: .9em;
        }
	
	h1 {
	margin: 10px 0 -10px 0;
	font-size: 1.2em;
	}

	h2 {
	margin: 20px 0 -10px 0;
	font-size: 1.2em;
	color:black;
	}
	
	h3 {
	font-size:1em;
	color:#e23b25;
	margin-bottom:-10px;
	}

 	p {
        font-size: .9em;
        }

	a {
        color: black;
        }

	a:hover {
        color: #e23b25;
        text-decoration: none;
        }