body { 
  background-image : url(afwedge.png);
  background-repeat : repeat-y;
  background-color : white;
  color : black;
  margin-left : 60px;
  margin-right : 30px;
  margin-top : 0px;
  font-family : times, serif;
}
h1 { font-weight : normal; }
h2 { font-weight : normal; }
h3 { 
  font-weight : normal;
  border-bottom: 2px solid #e79983;
}
h4 { font-weight : bold ;
  border-bottom: 1px solid #e79983;
}

a  { text-decoration : none ; font-weight : bold ;  color : #af5f57 }
a:visited { color : #9f4f47; background-color: #ffffff }
a:active  { color : #e79983; background-color: #ffffff }
a:hover   { color : #e79983; background-color: #ffffff }

p + p { text-indent: 1.5em; margin-top: 0 }

img { border: 0px; }

#page {
  margin: 0px;
  background-color: white;
}
	
#title {
  position: absolute;
  top: 44px;
  left: 220px;
  font-style: italic;
  padding: 3px;
  margin: 0px;
}
	
#subtitle {
  position: absolute;
  top: 43px;
  right: 120px;
  color: gray;
  font-size: small;
  padding: 2px;
  margin: 0px;
}
	
#content {
  position: absolute;
  top: 10px;
  left: 300px;
  padding-right: 30px;
}

#picture {
	align:  center;
	width: 320px;
	height: 320px;
	text-align: center;
}

#hot{
 color:  black ;
 font-weight: bold;
 font-size: 120%;
 text-align: center;
 padding: 10px;
 border: 1px solid #7b4d4d;
 background: #f9bba5;
}
	
#footer {
  text-align: center;
  color: black;
  font-size: small;
  border-top: 3px solid #e79983;
  margin-top: 30px;
}

#navlist {
  position: absolute;
  top: 230px;
  left: 80px;
  width: 200px;
}

	
