﻿body {
    font-family:Tahoma;
    font-size:12px;
    margin:0px;
    padding:0px;
    background-color:#f0f0ee;
}
* {
    box-sizing: border-box;
}
header {
    background: url("images/header-bg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 137px;
    width: 100%;
}
header .body {
    width:960px;
    margin:0 auto;
}
header .body a {
    text-decoration:none;
}
header .body a.logo {
    display: block;
    float: left;
    margin: 30px 0 0 10px;
}
header .body img {
    display: block;
    float: left;
    margin-right: 15px;
}
header .body div.news {
  float: right;
  margin: 30px 0 0 30px;
}
article {
    width: 100%;
    display:block;
    float:left;
}
article .body{
    margin: 0 auto;
    padding: 0 30px;
    width: 960px;
}
article h1{
    color:#2d2d2d;
    font-weight:normal;
    font-size:18px;
}
article .box{
    display:block;
    float:left;
    background-color:#FFFFFF;
    border:1px solid #c0c0be;
    padding:20px 10px;
    margin-bottom:20px;
    width:300px;
}
article .subscription{
    width:500px;
    margin-right: 40px;
}
article h2 {
    color:#2d2d2d;
    font-size:18px;
    font-weight:normal;
}
article .box h2{
    margin:0px;
    font-weight:normal;
    font-size:20px;
}
article .row {
    display:block;
    width:300px;
    float:left;
    margin-top: 10px;
}
article .row label,
article .row input{
    width:100%;
    display:block;
    float:left;
    margin-bottom: 10px;
}
error span {
  color: #95042d;
  display: block;
  font-size: 11px;
  width: 100%;
}
footer {
    display:block;
    float:left;
    background: url("images/footer-bg.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    height: 215px;
    width: 100%;
}
footer .body {
  height: 185px;
  margin: 0 auto;
  padding: 15px 20px;
  width: 920px;
}
footer .body .section {
    float: left;
    height: 100px;
    margin-top: 65px;
}
footer .body .section a {
    text-decoration:none;
}
footer .body strong {
    color: #ffffff;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 26px;
    margin-right: 14px;
}
footer .body p {
    color:#c0606e;
    font-size:12px;
}
footer .body .copyright {
  float: left;
  width: 100%;
  border-top: 1px solid #b74959;
}
footer .body .copyright p {
    font-weight: normal;
    margin: 0;
}
footer .body .copyright p.left {
    display: block;
    float: left;
}
footer .body .copyright p.right {
    display: block;
    float: right;
}
footer .body .copyright span, footer .body .copyright a {
    color: #d697a0;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 34px;
    text-decoration: none;
}
footer .body .copyright a {
    color: #ffffff;
    margin-left: 5px;
}
footer .body .copyright a:hover {
    text-decoration: underline;
}