body {
background: #2E1E27; /* purple */
margin: auto;
width: none;
text-align: center;
font-family: georgia, times, serif;
font-size: 10pt;
color: #3B1D2E; /* purple */
}

#wrap {
width: 800px;
margin: auto;
}

#header1 {
height: 96px;
width: 400px;
float: left;
text-align: left;
margin: 0px;
padding: 0px;
background: #2E1E27; /* purple */
display: block;
position: relative;
}

#header1 img {
bottom: 0px;
position: absolute;
}

#header2 {
height: 96px;
width: 400px;
float: left;
text-align: right;
margin: 0px;
position: relative;
color: #B39D73;
font: times, georgia, serif;
font-style: italic;
display: block;
/* border: 1px solid white; */
/* padding-right: 55px; */
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 400px;
}

#header2 .table {
right: 0px;
bottom: 0px;
position: absolute;
/* This is to lock the link table to the lower right corner of the header */
}

#titlebar {
width: 800px;
height: 85px;
padding: 25px 55px 0px 0px;
text-align: right;
float: left;
background: url(../images/titlebar.gif);
font-family: times new roman;
font-size: 38px;
color: #F6EBD3;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 745px;
height: 60px;
}

#content {
width: 800px;
float: left;
padding: 0px 55px 10px 55px;
background: url(../images/content_bg.gif);
text-align: left;
/** ugly brilliant hack **/
voice-family: "\"}\"";
voice-family:inherit;
width: 690px;
}

#footer {
width: 800px;
margin: auto;
float: left;
color: #5D3F50;
font-size: 10px;
font-family: arial, verdana, sans;
background: #2E1E27; /* purple */
}

h1 {
font-size: 21px;
color: #2E1E27;
font-family: times new roman;
font-weight: normal;
}

h2 {
font-size: 14px;
color: #803436;
font-family: georgia, times, serif;
}

h3 {
font-size: 12px;
font-style: bold;
color: black;
margin-bottom: 0px;
font-family: times new roman;
}

.h1 {
font-size: 19px;
color: #2E1E27;
font-family: times new roman;
font-weight: normal;
}

.h2 {
font-size: 14px;
color: #803436;
font-family: georgia, times, serif;
font-weight: normal;
}

/* HEADER2 LINKS */

#header2 a:link {
color: #B39D73;
font: times, georgia, serif;
font-style: italic;
text-decoration: none;
}

#header2 a:visited {
color: #B39D73;
font: times, georgia, serif;
font-style: italic;
text-decoration: none;
}

#header2 a:hover {
color: #A54A4D;
text-decoration: none;
}

/* FOOTER LINKS */

#footer a:link {
color: #5D3F50;
}

#footer a:visited {
color: #5D3F50;
}

#footer a:hover {
color: #9B6985;
}

/* TEXT LINKS */

a:link {
color: #3B1D2E;
}

a:visited {
color: #634054;
}

a:hover {
color: #745A69;
}

.imgleft {
float: left;
margin-right: 15px;
margin-bottom: 10px;
background-color: #2E1E27;
padding: 5px;
}