h1 {
text-align: center;
}
h2 {
font-weight: normal;
text-align: center;
font-size: 1.1em;
}

div#content {
width: 650px;
text-align: center;
}
div#content p {
text-align: center;
}
table#contact {
width: 100%;
background-color: #ffffff;
font-size: .9em;

}
table#contact th {
padding: 6px 5px;
font-size: 1em;
font-weight: bold;
background-color: #cdc0a1;
}
table#contact td {
background-color: #eeeadf;
vertical-align: middle;
text-align: left;
padding: 4px 5px;
border-top: none;
border-right: none;
border-bottom: 2px solid #ffffff;
border-left: none;
}
table#contact td.rt {
text-align: right;
width: 25%;
}
table#contact input {
padding-top: 2px;
padding-bottom: 2px;
border: 1px solid #58503f;
}
table#contact textarea {
border: 1px solid #58503f;
margin-bottom: 5px;
}
