
body {
 font-family: georgia, times, serif;
 font-size: 13px;
 line-height: 24px;
 color: #f0e3c4;
 background-image: url(../images/tile.jpg);
}
A:link { 
  color: #ffffff; 
  text-decoration: none; 
  font-weight:bold;
}
A:visited { 
  color:#ffffff; 
  text-decoration: line-through; 
  font-weight:bold;
}
A:hover { 
  color: #b12700; 
  text-decoration: none; 
  font-weight:bold;
}
#wrapper { 
 margin: 10px auto;
 width: 983px;
 background-image: url(../images/tile_wrapper.jpg);
}
#header {
 position: relative;
 padding: 0px;
 border: 0px;
 margin: 0px;
 width: 983px;
 float: left;
 height: 210px;
}
#leftnav {
 position: absolute; 
 top: 160px; 
 left: 105px; 
 text-align: left;
 font-size: 16px;
 color: #b12700;
 font-weight:bold;
}
#rightnav {
 position: absolute; 
 top: 160px; 
 right: 105px; 
 text-align: right;
 font-size: 16px;
 color: #b12700;
 font-weight:bold;
}
#leftcolumn { 
 position: relative;
 padding: 0px;
 border: 0px;
 margin: 0px;
 width: 599px;
 float: left;
}
#photos {
 position: absolute; 
 top: 425px; 
 left: 0;
 width: 599px;
 text-align: center;
}
.pad {
 margin: 5px;
}
#rightcolumn { 
 padding: 0px;
 border: 0px;
 margin: 0px;
 float: right;
 width: 384px;
 display: inline;
}
#footer { 
 position: relative;
 padding: 0px;
 border: 0px;
 margin: 0px;
 width: 900px;
 clear: both;
}
#address {
 position: absolute; 
 top: 20px;  
 left: 0;
 width: 983px;
 font-size: 14px;
 text-align: center;
}
.indent{
 margin: 0 60px 0 20px;
}