body { 
	background-color: #6d0000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: .7em;
	color: #6d0000;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 100%;
	}
#container { 
	margin: 0 auto;
	margin-top: 25px;
	height: auto;
	width: 602px;
	text-align: left;
	padding-bottom: 0;
	}
#bottom{
	height: 81px;
	width: 482px;
	background-image: url(../images/btm_bar.jpg);
	background-repeat: no-repeat;
	}
/* navigation bar */
#nav { 
	height: 101px;
	width: 482px;
	background-image: url(../images/top_bar.jpg);
	background-repeat: no-repeat;
	!padding-left: 42px;
	}
#nav ul {
  margin-left: -32px;
  font-weight: bold;
  padding-top: 70px;
}
#nav li{
  margin: 0;
  display: inline;
}
#nav a{
  color: white;
	text-decoration: none;
	padding: 0 2px 0 2px;
	}
/*content area*/
#content{
  height: 400px;
  font-weight: bold;
  padding-left: 10px;
	padding-right: 220px;
	margin-bottom: 0;
	margin-top: -1px;
	line-height: 1.em;
	background-image: url(../images/slice.jpg);
	background-repeat: repeat-y;
	}
#content h2{
  border-bottom: 4px solid #6d0000;
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	}
#content h3{
  margin-bottom: 4px;
}
#content a{
  color: #6d0000;
  text-decoration: none;
}
#content a.resume{
  text-decoration: underline;
}
#content a.link{
  padding-left: 10px;
  text-decoration: underline;
}
/*bottom*/
#bottom p{
  margin: 0;
  padding: 22px 0 0 11px;
  font-weight: bold;
}
