@import url('960_24_col_responsive.css');

body {
    font: 13px/1.5 "Trebuchet MS", Arial;
    background-image:  url("../images/body-bg-2.png");
    background-color: #000000;
}
img{
    border: none;
}
p {
    font-size:13px;
    font-family:"Trebuchet MS";
    color:#4a4a4a;
    line-height:1.6;
}
a {
    text-decoration:none;
    color:#1B2982;
}
a:hover {
    color: #1B2982;
}
h2 {
    font-size: 24px;
    margin:0px;
    padding:0px;
    color: #1B2982;
}

.header {
    margin-top:20px;
    padding-bottom:2px;
    display: block;
    padding-top: 8px;
    padding-bottom:8px;
}

.container{
    margin-top:20px;
    border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    background-color:#FFFFFF;
/*    border-bottom:none; */
    box-shadow:inset 0 0 1px #000000;
    padding-bottom:2px;
    padding-top: 10px;
}
#welcome{
    position: relative
}

.welcome{
    min-height:200px;
    margin: 0 auto;
    text-align: center;
}

#content{
    margin: 0 auto;
    text-align: center;
}

.welcome-content.entry {
    width: 300px;
    left: 0px;
    bottom: 40px;
    padding: 10px 40px;
    position: absolute;
    font-size: 13px;
    background-image: url("../images/info-bg.png");
    border-right-color: #F49401;
    border-right-style: solid;
    border-right-width: 4px;
    text-align: left;
}
.slider-container, .logo, .content-wrapper, .footer-wrapper {
    margin-left:30px;
    margin-right:30px;
}

.footer-container {
    padding-top:20px;
    background:url(../images/footer-bg.png);
    text-align: center;
    font-size: 8pt;
    color: #ffffff;
}

.footer-navi {
    margin-left: auto;
    margin-right: auto;
    background:#F49401;
}

.footer-navi {
    border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

.footer-text {
    color: #ffffff;
}
.footer-text:hover {
    color: #ffffff;
}

iframe{
    border: none;
}