html, body {
	margin: 0;
}
body {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #f60;
  font-family: Verdana, Geneva, Arial, sans-serif;
}
h1, h2  {
  font-family: Garamond, "Times New Roman", serif;
}
#mainwrap {							/* this allows the actual page to center left-right */
	background-color: #fff;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: #f60 5px solid;
}

		#header {
		  margin: 0 20px 20px 20px;
		  padding: 5px;
		  height: auto;
		  border-bottom: #f60 2px solid;
		}
		#leftcol {            /* this controls the presentation of the left column */
			float: left;
			padding: 0 10px 0 20px;
			width: 180px;
			font-size: small;
		}
#leftcol ul {
	list-style: none;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
#leftcol a {
	color: #000;
}

#leftcol a {
	text-decoration: none;
}

#leftcol a:hover {
	display:block;
	color: #fff;
	font-weight: bold;
	background: #f60;
}
p {
	font-size: small;
}

hr {
	color: #f60;
}
li {
	font-size: small;
}
#centercol td {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: small;
}
#centercol table {
  margin-left: auto;
  margin-right: auto;
}
		#main {
			margin: 0px;
			padding-right: 10px;
		}
		#centercol {           /* this controls the presentation of the main section */
			border-left: #f60 2px solid;
			margin: 0 0 0 200px;
			padding-left: 10px;
		}
		#footer {
			text-align: center;
			font-size: small;
			border-top: #f60 2px solid;
			padding-bottom: 5px;
		}
		#footer2 {
			text-align: center;
			font-size: small;
			border-top: #f60 2px solid;
			padding-bottom: 15px;
		}
		#ftleft {
			text-align: left;
			margin-left: 30px;
		}
		#ftright {
			float: right;
			text-align: right;
			margin-right: 30px;
		}
		#footerbr { clear: both; 
			border-bottom: #f60 1px solid;
		}

#souvenir table { 
	width: 100%;
  background-color: #000;
}

div.spacer {
  clear: both;
  }

div.float {
  float: left;
  }
  
div.float p {
   text-align: center;
   color: #fff;
   font-weight: bold;
   }

div.container {
  background-color: #000;
  }

#souvenir td { 
	valign: bottom;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
	.center {
			text-align: center;
	}
	.italic {
			font-style: italic;
	}
	.italic2 {
			font-style: italic;
			text-align: center;
			line-height: .9em;
	}
	
	.tborder {
		border-top-style: solid;
		border-top-color: #f60;
		border-top-width: 2px;
		padding: 20px 20px 3px 20px;
	}
	.orange {
		color: #f60;
		font-weight: bold;
	}

