body, html {
	font-family: "Trebuchet MS", "Garamond", Georgia;
	font-size: 20px;
	}
.important_lists {
	font-size: 100%;
	color: #eee;
	font-weight: bold;
	text-align: left;
	list-style: none;
	}
.important_lists ul {
	}
#main {
	font-size: 67%;
	color: #c5c5d1;
	}
#main p {
	text-indent: 15px;
	text-align: left;
	}
#main img {
	border: 3px solid black;
	}
#main a {color: #eee; text-decoration: none;}
#main a:hover {text-decoration: underline;}
#all_types {
	text-align: center;
	}
#bottom {
	width: auto;
	border: none;
	margin-bottom: 10px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	background-color: none;
	}
#bottom #contact_info {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	margin-top: 10px; margin-bottom: 10px;
	color: #222;
	}
	#bottom a {
		color: black;
		text-decoration: underline;
		}
#bottom #headline {
	background-color: #ddd;
	color: black;
	font-weight: bold;
	font-size: 140%;
	border-bottom: 2px solid black;
	}
#bottom_nav {
	font-size: 60%;
	padding-top: 2px;
	}
#bottom_nav a {color: black; text-decoration: none;}
	
#content #title {
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
	margin-right: auto;
	}
.note {
	font-size: 70%;
	font-style: italic;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	}
#firstP {
  font-size: 120%;
  }