body {
margin: 0 auto;
padding: 0;
background: #7a1021 url(back.gif) fixed top left repeat-y;
font-family: Arial, Helvetica, sans-serif;
}

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

a:hover {
color: #9a4545;
}

#wrap {
width: 800px;
margin: 0 auto 0 auto;
background: none;
}

#header {
width: 800px;
padding-top: 22px;
clear: both;
background: none;
}

#header a {
background: #fff url(tab.gif) repeat-x top;
border-left: 1px solid #dbdbdb;
border-right: 1px solid #dbdbdb;
padding: 6px;
height: 42px;
font-family: Arial, Helvetica, sans-serif;
color: #5a5a5a;
text-decoration: none;
}

#header a:hover {
color: #971736;
}

#image {
width: 800px;
clear: both;
padding: 0;
margin: 0;
border-top: 1px solid #9d8e87;
}

#content {
width: 575px;
margin: 0;
padding: 25px 12px 12px 12px;
border-right: 1px solid #b9828f;
border-bottom: 1px solid #b9828f;
background: #fff url('content.jpg') top left no-repeat;
clear: left;
float: left;
color: #582222;
}

#content img {
margin: 2px;
}

#content h1 {
font-size: 24px;
line-height: 20px;
color: #902828;
padding-left: 15px;
border-left: 6px double #af3f3f;
border-bottom: 1px solid #faebe4;
}

#content h2 {
font-size: 16px;
line-height: 12px;
color: #9b461f;
padding-left: 30px;
}

#content h3 {
font-size: 15px;
line-height: 12px;
color: #932b18;
font-weight: 500;
}

#content li {
line-height: 20px;
}

#content li ul {
font-size: 12px;
}

#content a {
color: #639324;
font-weight: bold;
text-decoration: underline;
}

#content a:hover {
color: #0993e2;
text-decoration: none;
font-weight: bold;
}

#content strong, b {
color: #B24F0D;
}

.section {
font-size: 20px;
color: #c06e1c;
font-weight: bold;
}

#footer {
width: 600px;
background: none;
color: #ecd6db;
margin: 0 auto;
font-size: 12px;
padding-bottom: 14px;
float: left;
clear: left;
text-align: center;
}

#footer a {
font-weight: bold;
color: #c7aab1;
text-decoration: none;
}

#footer a:hover {
font-weight: bold;
color: #ecd6db;
text-decoration: underline;
}

#menu {
float: right;
width: 188px;
background: #ecd6db url('menu.jpg') top no-repeat;
clear: right;
padding: 25px 6px 25px 6px;
color: #601628;
font-family: Arial, Helvetica, sans-serif;
}

#menu h1 {
font-size: 22px;
color: #601628;
}

#menu a {
color: #992440;
text-decoration: none;
font-weight: 500;
}

#menu a:hover {
color: #be1f45;
}

#menu ul {
margin-left: 0;
}

#brochure {
background: none;
font: Arial, Helvetica, sans-serif #000;
border: groove;
padding: 30px;
margin-left: 30px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0 auto auto 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(list.gif) no-repeat left center;
list-style-type: none;
font-size: 15px;
margin-bottom: 3px;
padding-left: 12px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(closed.gif) no-repeat left 5px;
text-align: left;
padding-left: 12px;
font-size: 15px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding-left: 12px;
font-size: 12px;
}
