body {font-family: Century Gothic, CenturyGothic, Helvetica, sans-serif;font-size: 14px;line-height: 20px;color: #000; background-color:#CC9966; }
body > .container {position: relative;z-index: 1;padding: 0;max-width: 800px;}

.header {margin-top: 30px;margin-bottom: 20px;font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif; color: #fff;}
.header .logo {font-size: 33px;line-height: 40px;color: #fff;text-decoration: none;outline: none;}
.header .logo span {font-style: normal;color:#fff;}
.header .slogan {font-size: 20px;line-height:24px;color: #fff;margin: 10px 0 0 30px;padding: 0;}

.navbar {border: 0;background-color: #333;}
.navbar .container-fluid {padding: 0;margin: 0;}
.navbar-nav {font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;font-size: 18px;background-color: #333;}
.navbar-nav a {color: #fff!important;}
.navbar-nav a:hover {background-color: #444!important;}
.navbar-nav .active a {background-color: #005bb6!important;}
.navbar-collapse {border: none;}

.footer {font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;font-size: 18px;line-height: 18px;font-weight: normal;
    margin-top: 30px;margin-bottom: 30px;color: #fff;background: url(i/footer.png) left top no-repeat;padding-left: 45px;}
.footer a { color:#FFF;}

.top-image {margin:0;}
.top-image img {width: 100%;height: auto;}

.content {display: block;background-color: #fff;margin-left: 0;margin-right: 0;padding-top: 30px;padding-bottom: 30px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;}
.content .left-image {text-align: center;}
.content .left-image p { font-size:16px; font-style:italic;}
.content .main h1:first-child {margin-top: 0;}

h1 {font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;font-size: 29px;line-height: 38px;font-weight: normal;margin-bottom: 30px;margin-top: 30px;}
h2 {font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;font-size: 20px;line-height: 22px;font-weight: normal; color:#005bb6;}
em {font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;font-size: 20px;line-height: 20px;font-weight: normal;color: #005bb6;font-style: normal;}
p, ul {margin-bottom: 20px;}
ul.list-image1 {padding-left: 17px;}
ul.list-image1 li {list-style-image: url(i/ul.list-image1.li.png);}


/* wallpaper */
#wallpaper {position:fixed;_position:absolute;overflow:hidden;top:0;left:0;z-index:-1;overflow:hidden;width:100%; }
#wallpaper img {position:relative;display:block;}

@media screen and (max-width: 800px) {
    .header {margin:0;}
    .navbar {margin-bottom:0;padding-right: 10px;}
    .navbar-nav a {text-indent: 10px;}
    .footer {margin-top:10px;margin-bottom: 0;font-size: 17px;}
}