body {

background: #fff url('../graphics/holder.jpg') no-repeat 50% 50%;
font-size: 76%;
height: 50em;
}

h1 {
color: #696969; 
font-size: 2em; 
font-family: tahoma, verdana, Helvetica, sans-serif;  
font-weight: bold;
text-align: center;
}

p, li, a {
color: #696969; 
font-size: 1em; 
font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", tahoma, verdana, arial, helvetica, sans-serif; 
text-align: center;
letter-spacing: .1em;
line-height: 1.5em;
word-spacing: .18em;
}

#pagecontainer {
margin: 40px auto;
padding: 20px;
width: 500px;
height: 25em;
background-color: #E3D5D5;
border: 1px groove #ECE8E8;
}

#pagecontainer ul {
margin: 0em auto;
list-style-type: none;
border: 2px ridge #ccc;
width: 300px;
padding: 1em;
background-color: #F6F1F1;
}

#pagecontainer ul li {
text-align: left;
clear: both;
}

/* the right aligning of things in li such as phone numbers */
#pagecontainer ul li .rightalignli {
float: right;
margin: -17px 0px;
padding: 0em 1em 0em 0em;
}

a {
color: #b22222;
text-decoration: none;
}

a:hover {
color: #d2691e;
}


