* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px Arial, Helvetica, sans-serif;
    text-align: center;
    color: #72382C;
    background: #B62129;
}

h1, h2, h3 {
    font-weight: normal;
    font-family: Georgia, Times, serif;
}

h1 {
    float: left;
    padding-left: 90px;
    width: 410px;
    font-size: 28px;
    line-height: 60px;
    color: White;
}

h1 a {
    color: White;
    text-decoration: none;
}

h2 {
    font-size: 24px;
    padding: 50px 0 0 620px;
    color: #C6774E;
}

h3 {
    font-size: 22px;
    color: Black;
}

h4 {
    font-weight: normal;
    font-size: 0.9em;
    color: #E7B185;
}

p {
    padding: 10px 0;
    line-height: 1.7em;
    text-align: justify;    
}

a {
    color: #DB232C;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
    padding: 4px;
  
}

#header, #intro, #middle, #footer {
    width: 100%;
    min-width: 960px;
}

#header {
    background: #A21D24 url(images/bg.gif) repeat-x top;
}

#header2 {
    margin: 0 auto;
    width: 960px;
    height: 60px;
    text-align: left;
    background: url(images/header.jpg) no-repeat;
}

#menu {
    float: right;
    height: 60px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    line-height: 60px;
    color: White;
}

#menu ul li a {
    float: left;
    display: block;
    padding: 0 15px;
    text-decoration: none;
    color: White;
}

#menu ul li a:hover {
    color: #F4B7BE;
}

#intro {
    background: White;
}

#intro2 {
    margin: 0 auto;
    width: 960px;
    height: 300px;
    text-align: left;
    background: url(images/img.jpg) no-repeat left;
}

#intro ul {
    list-style: none;
    margin-top: 30px;
}

#intro ul li {
    position: relative;
    margin: 0 0 0 620px;
    padding: 0 0 0 40px;
    width: 260px;
    font-size: 16px;
    font: normal 16px/32px Georgia, Times, serif;
    background: url(images/tick.gif) no-repeat left;
}

#middle {
    background: White  url(images/middle.gif) repeat-x bottom;
}

#middle2 {
    margin: 0 auto;
    width: 800px;
    padding: 80px 70px 0 90px;
    text-align: left;
    background: url(images/middle.jpg) no-repeat top;
}

#left {
    float: left;
    padding-bottom: 30px;
    width: 460px;
}

.box {
    margin: 10px 0 30px 0;
}

#left ul {
    padding: 10px 0 10px 40px;
}

#left ul li {
    padding: 0;
    line-height: 1.7em;
    text-align: justify;
}

#sidebar {
    float: right;
    padding-bottom: 30px;
    width: 260px;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    padding: 10px 0;
    list-style: none;
}

#sidebar ul li {
    padding: 0;
    line-height: 2.2em;
}

#sidebar ul li a {
    padding: 0;
}

#middle_img {
    clear: both;
    height: 1%;
}

.right_img, .left_img {
    position: relative;
    padding-bottom: 60px;
    width: 340px;
    height: 122px;
}

.left_img {
    float: left;
}

.right_img {
    float: right;
}

.cont_img {
    float: right;
    padding: 0;
    width: 160px;
}

.more {
    position: absolute;
    top: 100px;
    left: 180px;
    width: 60px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    background: #F4D0B6 url(images/button.gif) no-repeat;
}

.left_img img, .right_img img {
    float: left;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

#footer {
    text-align: center;
    background: #B62129 url(images/footer.gif) repeat-x top;
}

#footer_2 {
    padding: 40px 0;
    margin: 0 auto;
    width: 918px;
}

#footer p {
    text-align: center;
    color: White;
}

#footer  a {
    color: #F4B7BE;
}
