body {
  margin:0px 0px 0px 0px;
  background: #111;
  color: #333;
  font-family: "Verdana", sans-serif;
  font-size: 11px;
  }

#left small {
  display: block;
  margin-top: 5px;
  font-style: italic;
  border-top: 1px #999 dotted;
  padding-top: 5px;
  }

a {
 color: #777;
 }
 
#header-content a {
  color: #000;
  font-size: small;
  text-decoration: none;
  margin: 40px 0 0 0;
  padding: 5px 20px 20px 20px;
  float:right;
  }

#header-content a:hover, #archives a#nav-archives, #header-content a.on {
  color:#ffe;
  background: #111;
  }

#topnav {
  height:20px;
  background: #333;
  text-align: right;
  }
	
#topnav-content {
  margin: 0 auto;
  width: 1000px;
  line-height: 20px;
  }

#topnav-content a {
  color: #fff;
  font-size: x-small;
  margin: 0 0 0 15px;
  text-decoration: none;
  }

h2 {
  font-size: 12px;
  padding: 5px 0 5px 5px;
  line-height: 1;
  background: #eee;
  border-top: 3px #fff double;
  border-bottom: 3px #fff double;
  color: #bbb;
  }

h3 {
  color: #82260d;
  font-size: 160%;
  margin-bottom: 3px;
  }

h4 {
  margin-top: 0;
  background: #333;
  width: 194px;
  text-align: right;
  border-bottom: 3px solid #555;
  font-weight: normal;
  padding: 5px 5px 0 0;
  font-size: small;
  color: #999;
  }

#left h4 {
  color: #111;
  font-size: 115%;
  background: transparent;
  width: auto;
  border: none;
  font-weight: bold;
  padding: 0;
  margin: 10px 0;
  text-align: left;
  }

a img {
  border: 1px #333 solid;
  width: 200px;
  height: 67px;
  }
	
a:hover img {
  border-color: #f30;
  }

li a:hover {
  color: #b3592c;
  }

#left {
  float:left;
  width:600px;
  padding: 0 20px 20px 20px; 
  border: 5px #999 solid;
  background: #eeeeea; 
  color: #111;
  margin-top: 40px;
  font-family: "Georgia", serif;
  font-size: 14px;
  }

#left p {
  line-height: 1.3;
  }

#header {
  background:#777;
  height:67px;
  }

#header-content {
  margin: 0 auto;
  width: 1000px;
  }

#logo {
	position:relative;
	width: 350px;
	float:left;
	margin: -19px 0 0 0;
	}

#lead-photo {
	padding: 1px;
	border: 1px #555 solid;
	width:600px;
	margin: 0 0 0 20px;
	}

#wrap {
	clear:both;
	width: 1000px;
	margin: 0 auto;
	}
	
#infobar {
	margin-left: 660px;
	padding-top: 30px;
	}
	
.infobar-item {
	margin-bottom: 20px;
	width: 200px;
	text-align:left;
	}

#com-info {
	float:left;
	width: 240px;
	margin: 0 20px;
	}

.com-info-thumb {
	float:left;
	padding:1px;
	border: 1px solid #999;
	margin: 0 5px 5px 0;
	}

#list-info {
	width: 220px;
	margin: 30px 20px 0 340px;
	}
	
.imgbord img {
	padding: 2px;
	width:200px;
	height:67px;
	float:left;
	}

#footer {
  clear: both;
  border-top: #999 1px solid;
  padding: 20px 0;
  margin: 20px 0 0 0;
  }

#footer p {
  text-align: center;
  }

ul {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: none;
  }

li {
  padding: 0;
  margin: 8px 0 0 0;
  list-style: none;
  }

li a {
  text-decoration: none;
  }


