* {
    margin: 0;
    padding: 0;
    border: none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #545a5e;
    line-height: 18px;
}
a {
    text-decoration: none;
}
html, body {
    height: 100%;
}
body {
    text-align: justify;
    background: #ffffff url(images/body.gif) repeat-y;
}
body.opening {
    background: #c8d2d9;
}
#container {
    position: relative;
    width: 100%;
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
}
#header {
    height: 55px;
    background: #4c4d4d;
    background-repeat: no-repeat;
}
#header .inner {
    width: 970px;
}
#middle {
    background-repeat: no-repeat;
    padding-bottom: 26px; /* footer */
    height: auto !important; /* real browsers */
    height: 680px; /* IE6: treaded as min-height*/
    min-height: 680px; /* real browsers */
}
#middle {
}
.opening #middle {
}
#main {
    margin-left: 285px;
    background: #ffffff;
    height:auto !important; /* real browsers */
}
.opening #main {
    background: url(images/main.jpg) no-repeat -285px 0px;
    padding-top: 150px;
}
#content {
    background: #ffffff;
}
#content .inner {
    padding: 44px 0px 51px 50px;
    width: 635px;
}
.opening #content .inner {
    padding-top: 12px;
}
#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 26px;
    background: #4c4d4d;
}
#footer .inner {
    padding-left: 245px;
}
#footer,
#footer * {
    font-family: 'Lucida Grande','Lucida Sans Unicode','Lucida Sans','DejaVu Sans Condensed','Trebuchet MS', Helvetica, Arial, sans-serif;
    font-size: 11px;
    color: #bababa;
    line-height: 26px;
}
#openingmenu {
    height: 45px;
    padding-left: 25px;
}
#openingmenu a {
    float: left;
    margin-right: 5px;
}
#openingmenu img {
    vertical-align: middle;
}
h1 {
    font-family: sans-serif;
    font-size: 21px;
    color: #ee3424;
}
.opening h1 {
    margin-bottom: 10px;
    color: #c90a0c
}
p, ul, ol {
    width: 410px;
    margin-bottom: 18px;
}
p a {
    color: #ee3424;
}
.opening p {
    width: 480px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 20px;
    margin-bottom: 0;
}
h2 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 27px;
    margin-bottom: 18px;
}
h3, h3 * {
    font-weight: bold;
}
ul {
    list-style-type: none;
}
li {
}
li span {
    color: #ee3424;
    margin-right: 1ex;
}

#logo {
    float: left;
}
.menu {
    height: 45px;
    float: left;
    padding-left: 25px;
    padding-top: 10px;
}
.menu a {
    float: left;
    margin-right: 3px;
}
.menu img {
    vertical-align: middle;
}
#right {
    float: right;
    width: 208px;
    margin-top: -44px;
}
a.rightsub {
    display: block;
    padding: 10px 5px 15px 20px;
    border-bottom: 1px solid #c8d2d9;
    background: url(images/rightsub.gif) bottom left;
}
a.rightsub:hover {
    background-image: url(images/rightsub_o.gif);
}
a.rightsub p {
    width: auto;
    padding-right: 20px;
    color: #545a5e;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 5px;
}
a.rightsub span {
    color: #ee3424;
    font-size: 11px;
    line-height: 18px;
}
