@charset "utf-8";
/* CSS Document */
#page-wrap {
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 30px;
    width: 950px;
    border: 0px solid red;
    border-bottom: solid 1px #666;
}
header {
    position: relative;
    width: 100%;
    height: 115px;
    border-bottom: 2px solid #666;
    background: url(images/header-bck.jpg) no-repeat center top;
    text-align: center;
}
header div {
    margin: 0 auto;
    width: 950px;
    border: 0px solid #666;
    text-align: right;
}
.col {
    float: left
}
.col1 {
    width: 640px
}
iframe {
    border: 1px solid #333
}
.col2 {
    padding: 30px;
    width: 250px;
}
p {
    font-size: 14px;
    font-family: DroidSansRegular, arial, sans-serif;
    line-height: 135%;
}
h1 {
    margin-bottom: 15px;
    font: 21px MuseoSlab700, Times, serif;
}
footer {
    margin: 0 auto;
    padding-top: 10px;
    width: 950px;
}
footer p {
    text-align: center;
    font-size: 12px;
    font-family: DroidSansRegular, arial, sans-serif;
    line-height: 120%;
}