* {
    margin: 0;
    padding: 0;
}


html {
background: url('img/bg.jpg') no-repeat center center fixed;

-moz-background-size: cover;

-webkit-background-size: cover;

-o-background-size: cover;

background-size: cover;

}


body {
	padding: 0;
	margin: 0;
	color: #666;
	width: 100%;
	display: table;
    padding-bottom: 30px;
font-family:"Trebuchet MS"; font-size:15px;
    text-align: center;
    color: #1A0401;
}

h1 {
    width: 860px;
    font-weight: bold;
   font-family:  "Trebuchet MS", sans-serif, Arial, Helvetica,;
 
    font-size: 24px;
    line-height: 50px;
    color: #8B0C00;

}


h3{
	color: #600C05;

}


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:#1A0401; font-family:"Trebuchet MS"; 
	font-size:15px;

	margin-left: 10px;
        margin-right: 10px;
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #1A0401;
}

a:hover {
    text-decoration: underline;
}

#main {
    position: relative;
    margin: 0 auto;
    width: 864px;
    text-align: left;
   background:  url(img/back.png);

}

#header {
    padding-left: 40px;
    height: 60px;
}

#top {
    width: 860px;
    height: 368px;
}

#image {
    position: absolute;
    top: 98px;
    left: 180px;

}



#menu {
    padding-left: 5px;
    height: 30px;
}

#menu ul {
    position: absolute;
    top: 100px;
    left: 5px;
    list-style: none;
    border-top: 1px solid #BB1601;
}



#menu ul li {
    width: 160px;
}

#menu ul li a {
    display: block;
    height: 40px;
    padding-left: 20px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 40px;
    text-decoration: none;
    color: #661102;
    border-bottom: 1px solid #BB1601;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: White;
    background: #A3371A;
}


#middle {
    float: left;
    padding: 0 15px 10px 15px;
    width: 834px;
    background: #F2EFEB;
	background:  url(img/back.png);

}


#middle li{
margin-left: 18px;
}




#footer {
    clear: both;
    padding: 0 10px;
    height: 42px;
}

#footer p {
        padding-top: 0px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        color: #000000;
}

#footer a {
        color: #000000;
}



