/*
#1468b0 blue
#E34E02 orange
#FCCE03 Yellow
#33B00B Green
#1C94FC light blue

*/

#container1 {
    background-image: url("../images/photo1.jpg");
    border: 2px solid #1468b0;
    height: 238px;
    width: 288px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

#container2 {
    height: 80px;
    width: 288px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
}

#container3 {
    height: 150px;
    width: 85px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    text-align: center;
}

#container4 {
    height: 200px;
    width: 195px;
    margin: 3px 0px 0px 0px;
    padding: 0px;
    float: left;
}

#div01 {
    height: 85px;
    width: 79px;
    margin: 0px 0px 0px 0px;
    float: left;
    text-align: center;
    }

#div02 {
    height: 85px;
    width: 155px;
    margin: 0px 10px 0px 0px;
    float: right;
    }

#div03 {
    height: 123px;
    width: 200px;
    margin: 0px 0px 3px 0px;
    float: left;
    text-align: center;
    }

#div04 {
    height: 20px;
    width: 195px;
    margin: 0px 0px 0px 0px;
    float: left;
    text-align: center;
    }


h1 {
    font: bold 24px 'HelveticaNeue-CondensedBlack', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0px 0px 10px #000000;
    line-height: 0.3;
}

h2 {
    font: bold 14px Georgia, serif;
    color: #ffffff;
    line-height: 0.07;

}

p {
    font: bold 9px Georgia, serif;
    color: #ffffff;
    line-height: 0.1;
    text-shadow: -1px -1px #000000, 2px 1px 5px #000000;
}

.button {
    border: solid 2px #E34E02;
    background-color: #E34E02;
    padding: 0px;
    width: 150px;
    height: 20px;
    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 Helvetica, sans-serif;
	color: white;
    cursor: pointer;
    outline: none;
}

.button:hover {
    border: solid 2px #1C94FC;
    background-color: #1C94FC;
    color: #white;
}


a {
    text-decoration: none;
}

.slides {
    display: none;
}