* {
    margin: 0;
    padding: 0;
}


html {
background: url('img/mainbg.jpg') no-repeat center center fixed;
background: #F8E0E0;
-moz-background-size: cover;

-webkit-background-size: cover;

-o-background-size: cover;

background-size: cover;

}



body {
    padding-bottom: 30px;
font-family:"Trebuchet MS"; font-size:15px;
    text-align: center;
    color: #000;
}

h1 {
    width: 860px;
    font-weight: bold;
   font-family:  "Trebuchet MS", sans-serif, Arial, Helvetica,;
 
    font-size: 24px;
    line-height: 50px;
    color: #8B0C00;

}

h2 {
    font-weight: bold;
   font-family:  "Trebuchet MS", sans-serif, Arial, Helvetica,;
    font-size: 32px;
    line-height: 50px;
    color: #8B0C00;
}


h3{
	color: #8B0C00;

}


h1 a, h1 a:hover {
    font-weight: normal;
    text-decoration: none;
    color: White;
}

p {
    padding: 8px 0;
    text-align: justify;
    font-family: DIDOT, Arial, Helvetica, sans-serif;

    color:#000; font-family:"Trebuchet MS"; 
	font-size:15px;

	margin-left: 10px;
        margin-right: 10px;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 864px;
    text-align: left;
    background:  url(images/back.png);

}

#header {
    padding-left: 40px;
    height: 60px;
}

#top1 {
    width: 860px;
    height: 188px;
}

#top {
    width: 860px;
    height: 368px;
}

#image {
    position: absolute;
    top: 98px;
    left: 180px;

}





#menu {
height: 25px;
background: #890f0f;
width: 860px;
margin: 0 auto;
}

#menu ul {
        margin: 0;
        list-style: none;
}
#menu li {
        display: inline;
}

#menu a {
        float: left;
        width: 106px;
        height: 20px;
        text-decoration: none;
        text-align: center;
        padding-top: 5px;
        font-size: 18px;
        font-weight: bold;
        color: #FFD401

}


#menu a:hover {
        background: #FFD401;
        height: 20px;
        color: #890f0f;
}






#middle {
    float: left;
    padding: 0 0px 0px 0px;
    width: 864px;
    background:  url(images/back.png);

}


#middle li{
margin-left: 18px;
}




#footer {
    clear: both;
    padding: 0 10px;
    height: 20px;
    background:  url(images/back.png)
}

#footer p {
        padding-top: 0px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
}

#footer a {
	 color: #fff;
}

.bg-pags{
        position:absolute;
        left:30px;
        bottom:77px;
        z-index:2;
}

.bg-pags  ul {
        margin: 0;
        list-style-type: none;
}

.bg-pags li{
        float:left;
        margin-right:5px;
}

.bg-pags li a{
        width:8px;
        height:7px;
        display:block;
        background:url(/images/bg-pags-sp.png) 100% 0;
}

.bg-pags li a:hover,.bg-pags li.active a{
        background-position:0 0;
}



