@import "style.css";

div.nav {
float:left;
width:20%;
background:#EDE6CB;
border:5px ridge #CC6666; 
border:5px ridge #cc3333;
border:double #660000;
margin-left:5px;
padding:20px 5px 20px 10px;
}

div.content, div.form, div.book{
float:left;
width:75%;
margin:15px;
}

div.foot{
float:left;
clear:both;
}

.foot td p{
line-height: 100%;
}

div.results{
float:left;
clear:both;
width:100%;
}

div.help{
float:left;
clear:both;
width:75%;
}

.results td{
text-align:left;
}

p.noind{
text-indent: 0em;
}

.book p{
text-indent: 2em;
}

p.allind, p.address{
margin-left:4em;
text-indent: 0em;
}

td p{
text-align:center;
margin:0em;
padding:0em;
text-indent:0em;
}

.ra{
text-align:right
}

.content table{
margin-left:2em;
}

