html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}

img, fieldset {
    border: 0;
}
ul, li{
    list-style: none;
}
li{
    padding: 9px 0;
    border-bottom: 1px solid #e7e7e7;
}
/* set image max width to 100% */
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    margin: 0;
    padding: 0;    
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

.clearing{ 
    clear: both;
}

h1, h2, h3, h4, h5{
    font-family: Arial, Helvetica, sans-serif;
}

h1{
    font-size: 45px;
    line-height: 53px;
    margin-top: 5px;
    margin-bottom: 15px;
}
h2{
    font-size: 30px;
    line-height: 32px;
    margin-top: 45px;
    margin-bottom: 20px;
}
p{
    
}
body{
    font: 16px/120% Arial, Helvetica, sans-serif; 
    background: #e0e0e0 url(bg_body.png) center top no-repeat;
}

#root{
    width: 960px;
    margin: 0 auto;
    padding: 0;
}
#header{
    background: url(bg_header.png) center bottom no-repeat;
    height: 135px;
}
#logo{
    background: url(logo.png) left top no-repeat;
    height: 45px;
    width: 295px;
     margin: 39px 29px 0;
     float: left;
}
#logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.mail{
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin-left: 127px;
    margin-top: 55px;
}
.mail a{
    color:#0082c4;
    text-decoration: underline;
}
#leftColumn{
    padding: 30px 0 30px 30px;
    width: 400px;
    float: left;
}
#rightColumn{
    float: left;
    margin-left: 50px;
    margin-top: 15px;
    width: 470px;
}
ul.number li{
    list-style-type: decimal;    
    list-style-position: inside;
}
ul.image{
    margin-top: 20px; 
}
ul.image li{
    list-style-image: url(list-style.png);
    list-style-position: inside;
}