* {
    padding: 0;
    margin: 0;
}

body {
    color: #373737;
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 18px;
}

h1, h2 {
    margin-bottom: 18px;
}

h1 {
    font-size: 20px;
    color: #003468;
}

h2 {
    font-size: 14px;
    color: #313131;
    font-weight: normal;
}

a img {
    float: left;
    border: none;
}

blockquote {
    padding-left: 30px;
    font-style: oblique;
    margin-bottom: 18px;
}

p {
    margin-bottom: 18px;
}

dt {
    font-weight: bold;
    color: #313131;
}

dd {
    margin-bottom: 18px;
}

#wrapper {
    margin: auto;
    width: 861px;
}

#header {
    height: 108px;
    background-image: url(header-back.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-bottom: 10px;
}

#content {
    padding-left: 7px;
}

#whois_box {
    background-repeat: no-repeat;
    height: 170px;
    width: 855px;
}

#truck #whois_box {
    background-image: url(truck.png);
}

#village #whois_box {
    background-image: url(village.png);
}

#whois_box h1 {
    color: #f9f9f9;
    margin-bottom: 36px;
    text-shadow: 1px 0px 2px #000;
}

#whois_box form {
    text-align: center;
}

#whois_search {
    width: 220px;
    font-size: 17px;
    text-align: center;
}

#menu {
    background-image: url(swoosh.png);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: right;
    font-weight: bold;
    padding-bottom: 15px;
}

#main {
    padding-top: 36px;
    float: left;
    width: 539px;
}

#sidebar {
    padding-top: 36px;
    float: left;
    width: 315px;
    overflow: hidden;
    background: #ddd;
    color: #373737;
}

#footer {
    clear: both;
}

#main .module {
    padding-right: 30px;
    padding-bottom: 30px;
}

#sidebar .module {
    padding-left: 30px;
    padding-right: 30px;
}

#whois_box .module {
    padding: 10px;
}

.result h1 {
    color: #FF6B00;
    font-size: 20px;
}

ul {
    list-style: none;
}

#menu li {
    background: #036;
    display: inline; 
    padding-right: 10px;
    padding-left: 10px;
}

#menu li a {
    color: #fff;
}

.language {
    float: right;
    padding-right: 10px;
    padding-top: 80px;
}