/*
#165A82 blue
#198CCF lt blue
#0B1F36 very dark blue
#4F292A brown
#ce2e34 red
*/

#container1 {
    background-image: linear-gradient(to bottom, #c32e34, white);
    background-color: #ffffff;
    border: 2px solid #ce2e34;
    height: 238px;
    width: 288px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#container2 {
    height: 94px;
    width: 100px;
    margin: 0px;
    padding: 0px;
    float: left;
}

#container3 {
    height: 90px;
    width: 119px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
}

#container4 {
    height: 140px;
    width: 288px;
    margin: 0px 0px 0px 0px;
    float: left;
    text-align: center;
}

#div01 {
    height: 94px;
    width: 100px;
    margin: 0px 5px 5px 15px;
    float: left;
    text-align: center;
    }

#div02 {
    height: 90px;
    width: 119px;
    margin: -25px 25px 4px 65px;
    float: left;
    text-align: center;
    }

#div03 {
    width: 288px;
    height: 100px;
    margin: 0px 0px 0px 0px;
    float: left;
    text-align: center;
    }

#div04 {
    height: 27px;
    width: 25px;
    margin: 7px 70px 2px 85px;
    float: left;
    text-align: right;
    }

#div05 {
    height: 25px;
    width: 75px;
    margin: 1px 3px 3px 5px;
    float: left;
}

h2 {
    font: bold 22px Tahoma, sans-serif;
    color: #ffffff;
    line-height: 0.2;
    text-shadow: -1px -1px 2px #000000, 2px 1px 2px #000000;
}


.button {
    border: solid 2px #ce2e34;
    background-color: #ce2e34;
    padding: 0px;
    width: 75px;
    height: 25px;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    text-align: center;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05); inset 0 5px 0 rgba(255,255,255,0.3), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font: bold 12px Arial, serif;
	color: white;
    cursor: pointer;
    outline: none;
}

.button:hover {
    border: solid 2px #b1b1b1;
    background-color: #b1b1b1;
    color: #ce2e34;
}


a {
    text-decoration: none;
}

.slides {
    display: none;
}