body{
    color:#333333;
}
.header .inner h1{
    color:#d91a3b;
    margin:0px 10px 0px 10px;
    font-size:1.4em;
    line-height:1.8em;
    text-transform:uppercase;
}

.header{
    background-color:#e6e6e6;
    background-image:url(/img/topleft.png);
    background-repeat:no-repeat;
    background-position:top left;
}

.header .inner{
    background-image:url(/img/topright.png);
    background-repeat:no-repeat;
    background-position:top right;
    margin:0px;
    height:50px;
}

.infobody{
    background-color:#e6e6e6;
    background-image:url(/img/botleft.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    margin:0px 0px 10px 0px;
}

.infobody .inner{
    background-image:url(/img/botright.png);
    background-repeat:no-repeat;
    background-position:bottom right;
    padding:10px;
}

p, h3{
  width:440px; 
}
h3{
    font-size:1em;
}
.countrylist li{
    display:block;
    width:200px;
    float:left;
    margin:5px;
}
.countrylist li a{
    color:#333333;
    text-decoration:none;
}
.countrylist li a:hover{
    color:#d91a3b;
    text-decoration:none;
}
