body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
    text-align: center;
    color: #333;
}
p {
    margin: 0;
    padding: 0;
}
h3, h2 {
    color: #660000;
}

#wrap {
    position: relative; /* for safari sidebar logo centering */
    width: 745px;
    margin: 75px auto 0 auto;
	text-align: left;
    border-top: 20px solid #660000;
    border-right: 1px solid #660000;
    border-bottom: 1px solid #660000;
    border-left: 1px solid #660000;
	padding: 0 10px 0 10px;
}

#spacer {
    height: 20px;
}
#history {
    float: right;
    margin: 22px 5px 0 0;
}
#logo {
    float: left;
    margin: 5px 0 5px 15px;
}
#logo img {
    border: 0;
}
.navmenu {
    list-style-type: none;
    padding: 5px 0px 10px 0px;
    margin: 0;
    font-weight: bold;
    font-size: 80%;
    text-align: center;
    background: #660000;
    clear: both;
}
.navmenu ul,.navmenu li {
    display: inline;
    padding: 0px 4px; /* spacing */
    background-color: inherit;
}
.navmenu li {
    color: #ffff66;
}
.navmenu a {
    background-color: inherit;
    text-decoration: none;
    color: #fff;
}
.navmenu a:hover {
    text-decoration: underline;
    color: #99ccff;
}
#subheader {
    float: right;
    margin: 0 15px 10px 0;
    font-weight: bold;
    font-size: 90%;
    color: #000;
}
#subheader a, #content a {
    color: #660000;
    text-decoration: none;
}
#subheader a:hover, #content a:hover {
    color: #333;
    text-decoration: underline;
}
.title { /* page headers */
    margin-left: 7px;
}
#content {
	float: left;
}
#content div {
    clear: right;
}
#content div p {
    padding: 5px 10px;
}
#content div h3, #content div h2 {
    margin: 10px 0 0 10px;
}
#homey {
    text-align: center;
    padding: 0;
}
#homey img {
    border-bottom: 1px solid #660000;
}

#homebox {
    border: 2px solid #660000;
    margin-top: 9px;
    color: #000;
    font-size: 11px;
    font-style: italic;
    width: 424px;
    padding: 5px 5px 5px 5px;
}
#homebox .dropcap {
    display: block;
    float: left;
    width: 52px;
    height: 36px;
    background-repeat: no-repeat;
}
#homebox .dropcap span {display:none;}

#sidebar {
	float: right;
}
#footer {
	clear: both;
	padding: 10px 0 5px 10px;
    color: #336666;
    font-size: 80%;
}
#workshops img {
    margin-top: 15px;
}
#workshops ul {
    margin: 0 0 0 20px;
    padding: 0;
}
#workshops li {
    list-style-type: none;
}
#workshops li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 95%;
    color: #660000;
}
#workshops li a:hover {
    text-decoration: underline;
    color: #990000;
}
.upload {
    width: 230px;
}
#workblurb {
    border: 1px solid #660000;
    margin: 15px;
    color: #000;
}
#resform table {
    color: #000;
    text-align: left;
    margin-left: 10px;
}
#resform h4{
    margin: 0;
    padding: 10px 0 10px 10px;
    font-size: 110%;
    color: #000;
}
#resform input, select, textarea {
    background-color: #fff;
    border: 1px solid #333;
}
#resform .right {
    text-align: right;
}
#workshops .family {
    background-color: #ccc;
    width: 458px;
    padding: 5px 0 5px 10px;
    margin: 0 1px 0 1px;
}
#renovations, #renovations table, #renovations td { 
    text-align: center; 
}
#renovations table {
    width: 95%;
    margin: 0 auto;
}
#renovations td {
    width: 50%;
    padding: 0 5px;
    vertical-align: top;
}
.bigrenbox, .renbox {
    border: 1px solid #660000;
    color: #000;
    margin: 0 auto 15px auto;
    padding: 5px;
}
.bigrenbox {
    width: 95%;
    margin-top: 10px;
    font-weight: bold;
}
.renbox {
    font-size: 90%;
}

