/* CSS Document */
body{
font:large Garamond, serif;
background-color:#94a294;
padding:0px;
margin:0px
}

.headerfooter{
background:#fff;
text-align:center;
vertical-align:middle;
color:#000;
font:bold large Garamond;
border-bottom:1px solid #666;
}

.headerfooter a{
text-decoration:none;
font: bold large;
}

.headerfooter a:hover{
text-decoration:underline;
}

#main{
background-color:white;
margin:1em auto;
width:75%;
padding:1em;
border:1px solid #666;
-moz-border-radius: 10px;
}
h1{
font-variant:small-caps;
text-align:center
}
div.headshot{
margin:5px;
float:right;
font: x-small Tahoma, sans;
text-align:center;
float:right;
}
div.headshot img{
border:1px solid black;
}

div#contact{
text-align:center;
padding:2em;
/* border:1px solid #ccc; */
}

ul#stats{
list-style-type: none;
margin:2em 0px 1em;
padding:0px;
}
h2{
text-align:right;
border-top:1px solid black;
clear:both
}
table.prods{
width:100%
}
tr,td,th{
padding:0px;
margin:0px
}
li.inline{
display: inline;
list-style-type: none;
}

div.float {
float: left;
margin:0px 5px;
}
  
div.float p {
margin-top:5px;
text-align: center;
}