body {
	margin-top: 30px;
	text-align: center;
	font-family: "Lucida Grande", verdana;	
}

div#container {
	width: 760px;
	text-align: center;
	margin: 0 auto;
}


h1 {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

h1 a  {
  display: block;
  margin: 0 auto;
  background-image: url('../images/fblood-logo.jpg');       
  width: 150px;
  height: 150px;  
    text-indent: -9999px;   
}

h2 {
  color: black;
  font-size: x-large;
  text-transform: lowercase;
  border: 1px outset black;
  background-color: #eee;
  color: green;
  padding: 0.5em;
  width: 60%;
}

p, table, th, td, tr {
  font-size: 13px;
  line-height: 16px;
}

p.quote {
	font-size: 16px;
	font-weight: normal;
	width: 550px;
	margin: 40px auto 10px auto;
	line-height: 130%;
	text-align: center;
	margin-top: 10px;
	font-family: georgia;
	color: #393;
}

ul#nav, form#login {
  display: inline;
  background-color: orange;
  margin: 0;
  padding: 0;
}

form#login {
  background-color: green;
  margin-left: 10px;
}

input, select, textarea {
  padding: 5px;
  font-size: medium;
}

ul#nav li {
  font-size: 13px;
  display: inline;
  margin-left: 10px;
}

ul#nav li a {
  color: black;
  text-decoration: none;
  border-bottom: 5px solid orange;
}

ul#nav li a:hover {
  color: black;
  border-bottom: 5px solid red;
}

#content {
  text-align: left;
  padding-bottom: 2em;
}

select#location_id {
  width: 50%;
}

ul.listing li {
  width: 60%;
  list-style: none;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 0.5em;
}

ul.listing li p a {
  color: black;
  text-decoration: none;
  border-bottom: 2px solid black;
}

ul.listing li p.number {
  font-size: x-large;
  float: right;
  clear: none;
}

ul.listing li p {
  margin-top: 2em;
  line-height: 0.5em;
}

p.links {
  font-size: large;
}

p.links a {
  text-decoration: none;
  color: black;
  border-bottom: 2px solid green;
}

p.links a:hover {
  color: green;
}