* {
    margin: 0;
    padding: 0;
}

body {
    font: 16px Georgia, Times, serif;
    text-align: center;
    color: #2E2E20;
    background: #6B0003;
}

h1 {
    float: left;
    width: 415px;
    height: 109px;
    margin-top: 16px;
    padding: 0 60px 0 20px;
    font: italic 36px Georgia, Times, serif;
	letter-spacing: .01em;
    text-align: right;
    color: #D4C9BC;
}

h2 {
    float: right;
    width: 290px;
    padding: 50px 0 0 60px;
    font: italic 18px Georgia, Times, serif;
    text-align: left;
    color: #D4C9BC;
}

h1 span, h2 span {
    color: #D0A47A;
}

h3 {
    padding: 10px 0;
	text-align: center;
    color: #6B0003;
}

h4 {
    font: bold 16px Georgia, Times, serif;
}

p {
    padding: 5px 0;
    font: 16px "Trebuchet MS", sans-serif;
    text-align: left;
	line-height: 160%;
}

td {
    padding: 5px 0 5px 25px;
    font: 16px "Trebuchet MS", sans-serif;
    text-align: left;
}

a {
    font-weight: normal;
    color: #6B0003;
}

a:hover {
    color: #5290A7;
    text-decoration: none;
}

img {
    display: block;
    float: left;
    margin: 5px 8px 5px 3px;
    border: 5px solid #D5C9BD;
}

#header {
    position: relative;
    margin: 0 auto;
    width: 950px;
    height: 178px;
    background: #6B0003 url(images/header.jpg);
}

#hor_bar {
    clear: both;
    margin: 0 70px;
    height: 53px;
    background: Black url(images/hor_bar.gif) no-repeat;
}

#menu {
    float: right;
    width: 800px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    display: inline;
}

#menu ul li a {
    padding: 0 30px;
    font: 18px/53px Georgia, Times, serif;
    text-decoration: none;
    color: #D4C9BC;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: White;
}

#middle {
    width: 100%;
    min-width: 950px;
    text-align: center;
    background: #D4C9BC url(images/bg.jpg);
}

#middle_2 {
    margin: 0 auto;
    width: 950px;
    background: #D4C9BC url(images/bg.jpg);
}

#middle_3 {
    margin: 0 70px;
    width: 810px;
    text-align: left;
    background: #CDC1B3 url(images/bg2.jpg);
}

#left {
    float: left;
    padding: 25px 13px 0 13px;
    width: 204px;
}

#left h3 {
    font: 20px Georgia, Times, serif;
    background: #D1C5B7 url(images/lefth3.jpg);
}

#left p {
    padding: 10px 0;
    font: 16px	Georgia, Times, serif;
	text-align: center;
    color: #2E2E20;
}
#left ul {
    list-style: none;
    padding: 10px 15px;
    background: url(images/box.jpg) repeat-x top;
}

#left ul li {
    padding: 0;
    height: 22px;
}

#left ul li a {
    padding: 0;
    font: 16px	Georgia, Times, serif;
    color: #2E2E20;
}

#left ul li a:hover {
    color: #888874;
}

#right {
    float: right;
    padding: 20px 15px 0 0;
    width: 550px;
}

#right h3 {
    padding: 10px 0;
    font: 22px Georgia, Times, serif;
    text-align: left;
    color: #6B0003;
}

#rightlist {
	font: 16px "Trebuchet MS", sans-serif;
	height: 25px;
	float: right;
	padding: 0 340px 0 0;
}

#pad {
    clear: both;
    height: 15px;
    overflow: hidden;
}

#footer {
    clear: both;
    margin: 0 auto;
    padding-bottom: 63px;
    width: 950px;
    height: 1%;
    background: #6B0003 url(images/footer.jpg) no-repeat bottom;
}

#footer_2 {
    margin: 0 70px 20px 70px;
    text-align: center;
    background: #CDC1B3 url(images/bg2.jpg);
}

#footer a{
	text-decoration: none;
}

#footer p.copyright {
    padding: 20px 15px 0 15px;
    text-align: center;
	font-size: 0.70em;
}
