/*
#ff9000
#ff6c00
#ff4800
#ff2400
#ff0000
#66C4FF
*/

#container1 {
    background-color: white;
    border: 1px solid #3D331D;
    height: 238px;
    width: 288px;
    margin: 0px;
    padding: 0px;
    position: relative;
}

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

#container3 {
    height: 95px;
    width: 288px;
    margin: 0px 0px 0px -80px;
    padding: 0px;
    float: left;
}

#container4 {
    height: 65px;
    width: 288px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
}

#div01 {
    height: 40px;
    width: 288px;
    margin: -15px 0px 5px 5px;
    float: left;
    text-align: left;
    }

#div01 h3 {
	font: bold 22px Tahoma, sans-serif;
	color: #3D331D;
}


#div02 {
    border-bottom: 60px solid #F9B368;
    border-right: 35px solid transparent;
    border-top: 0 solid transparent;
    height: 0;
    width: 245px;
    margin: 0px 0px 0px 80px;
    float: left;
    text-align: center;

    }

#div02 h1 {
	font: bold 22px Tahoma, sans-serif;
	color: #000000;
	line-height: 0.4;
}

#div02text {
    width: 288px;
    height: 60px;
    margin-top: 3px;
    margin-left: -15px;
}

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

#div03 h3 {
	font: bold 14px Tahoma, sans-serif;
	color: #3D331D;
	line-height: 0.15;
}

#div03 p {
	font: bold 12px helvetica, sans-serif;
	color: #3D331D;
	line-height: 0.1;
}

#div04 {
    border-top: 30px solid #ff0000;
    border-left: 15px solid transparent;
    border-bottom: 0 solid transparent;
    height: 0;
    width: 253px;
    margin: 0px 0px 0px 100px;
    float: left;
    text-align: center;
    }

#div04text {
    width: 288px;
    height: 60px;
    margin-top: -30px;
    margin-left: -20px;
}

#div04 h1 {
	font: bold 20px Tahoma, sans-serif;
	color: #ffffff;
	line-height: 0.5;
}

#div04 h2 {
	font: bold 14px Tahoma, sans-serif;
	color: #ffffff;
	line-height: 0.5;
}

#bar {
    background-color: #ff0000;
    height: 10px;
    width: 288px;
    float: left;
}

a {
    text-decoration: none;
}

.slides {
    display: none;
}