
#firstContainer {
    width: 100%;
    height: 1534px;
    z-index: 1;
    background: #B3262A;
}
#firstContainer .center_wrapper {
    width: 1000px;
    margin: auto;
    text-align: center;
    position: relative;
    top: 122px;
}

#firstContainer .center_wrapper h1 {
    text-align: center;
    font-size: 20pt;
    line-height: 120%;
    letter-spacing: 2px;
    width: 700px;
    margin: auto;
    
}

#firstContainer .center_wrapper h2 {
    text-align: left;
    font-size: 20pt;
    line-height: 120%;
    letter-spacing: 2px;
    width: 800px;
    margin: auto;
    
}

#firstContainer .center_wrapper h3 {
    color: #f0961e;
    text-align: left;
    font-size: 20pt;
    line-height: 120%;
    letter-spacing: 2px;
    width: 800px;
    margin: auto;
    
}

#firstContainer .quote {
    width: 700 px;
    margin: auto;
    text-align: left;
    position: relative;
}

#firstContainer #break {
    margin: 220px 0;
    width: 100%;
    height: 77px;
    background: url(patron01.png) repeat;
}

#secondContainer {
    width: 100%;
    height: 100px;
    z-index: 1;
    background: #000000;
}

#secondContainer .quote {
    color: white;
    font-family: 'Voces';
    font-style: italic;
    width: 800 px;
    margin: auto;
    text-align: left;
    position: relative;
}

#secondContainer .quote h1 {
    text-align: left;
    font-size: 11pt;
    line-height: 120%;
    letter-spacing: 2px;
    width: 800px;
    margin: auto;
    
    
}

#thirdContainer {
    width: 100%;
    height: 600px;
    z-index: 1;
    background: #000000;
}


#thirdContainer .genericText {
    width: 700 px;
    margin: auto;
    text-align: left;
    position: relative;
}


#thirdContainer .genericText h1 {
    text-align: left;
    font-size: 12pt;
    line-height: 120%;
    letter-spacing: 2px;
    width: 700px;
    margin: auto;
    color: #f0961e;
    
}


#thirdContainer .genericText h2 {
    text-align: center;
    font-size: 16pt;
    line-height: 120%;
    letter-spacing: 2px;
    width: 700px;
    margin: auto;
    color: #f0961e;
    
}

#thirdContainer .genericText h3 {
    text-align: center;
    font-size: 16pt;
    line-height: 120%;
    letter-spacing: 2px;
    width: 700px;
    margin: auto;
    color: #ffffff;
    
}

#fourthContainer {
    width: 100%;
    height:980px;
    z-index: 1;
    background: #f0961e;
}


#fourthContainer .genericText {
    width: 500 px;
    margin: auto;
    text-align: left;
    position: relative;
}

#fourthContainer .genericText h1 {
    text-align: left;
    font-size: 12pt;
    line-height: 120%;
    letter-spacing: 2px;
    width: 500px;
    margin: auto;
    color: #ffffff;
    font-family: 'Voces';
    
}

#fourthContainer .genericText h2 {
    text-align: center;
    font-size: 18pt;
    line-height: 120%;
    letter-spacing: 2px;
    width: 500px;
    margin: auto;
    color: #ffffff;
    
}

#fourthContainer #break {
    width: 100%;
    background: url(patron02.png);
    height: 25px;
}

#fourthContainer #breakB {
    width: 100%;
    background: url(patron6.png)repeat;
    height: 150px;
    
    
}

