body {
background-color: #5c0800;
font-family: Arial,Helvetica,sans-serif;
}

/*layout*/

#main {
background-color: transparent;
background-image: url(images/header3-4.png);
background-repeat: no-repeat;
background-position: center top;
position: absolute;
width: 880px;
min-height: 1200px;
left: 50%;
margin-left: -440px;
top: 0px;
}
#sub {
background-image: url(images/subhead.png);
background-repeat: no-repeat;
position: absolute;
width: 770px;
height: 50px;
top: 220px;
left: 44px;
}
#sub ul {
float:right;
width:750px;
height:40px;
list-style:none;
margin: 0;
padding: 20px 10px;
}
#sub ul li {
float:right;
display:inline;
padding: 0 10px;
border-left:#ffcc33 solid 2px;
font-weight:500;
font-size:90%;
color:#800b00;
}
#sub ul li a {
text-decoration:none;
color:#800b00;
}
#sub ul li a:hover {
text-decoration:underline;
}
#one {
background-image: url(images/colour3.jpg);
background-repeat: repeat-y;
position: absolute;
width: 770px;
min-height: 1000px;
top: 270px;
left: 44px;
}
#two {
width: 25%;
float:left;
top: 0px;
min-height: 1000px;
}
#two a:hover {
color:#c98824;
}
#two .selected a {
color:#713913;
}
#two ul {
margin: 0 5px 0 0;
padding: 8px 0 0 23px;
list-style-type: none;
}
#two ul li {
border-bottom:#713913 solid 1px;
padding: 10px 0;
margin: 0 5px 0 0;
}

#two ul li a {
font-weight:900;
color:#800b00;
text-decoration:none;
}

#two ul ul li {
font-size:0.75em;
font-weight:200;
text-decoration:none;
border:none;
padding:0 0 5px 0;
}

#three {
float: right;
width: 70%;
padding: 10px 20px 10px 10px;
margin: 0 5px 0 0;
font-size: 85%;
/*????border-style:outset;
border-color:#faedcb;
border-width:2px;????*/
}

/*text*/
h1 {
color:#800b00;
font-weight:500;
font-size:1.2em;
padding:0 0 0 1em;
}
h2 {
font-weight:600;
font-size:90%;
color:#431700;
}
h3 {
font-size:1em;
font-weight:200;
}
p {
font-size:0.9em;
}
hr {
color:#b78043;
width:510px;
}
#three ul {
font-size:0.9em;
}
/*other style elements*/
.button {
background-color:#ffcc33;
border-color:#ffcc33;
}
.box {
border-style:dashed;
border-color:#800b00;
border-width:1px;
}
.title {
border-style:solid;
border-width:0 0 1px 0;
border-color:#d2a388;
}
#three a {
color:#800b00;
}
#three a:hover {
text-decoration:underline;
color:#ffcc33;
}
.b {
font-weight:bold;
color:#431700;
}
.i {
font-style:italic;
}