/* Page */

#wrapper { 
margin: 0 auto;
width: 100%;
}

#header {
width: 100%;
background-color: #ffffff;
background-repeat:repeat;
text-align: center;
}

#featured-sponsors {
width: 100%;
height: 238px;
text-align: center;
background-color: #ffffff;
padding-bottom:5px;
}

#main-content {
width: 92%;
padding-left:4%;
padding-right:4%;
padding-top: 15px;
padding-bottom: 10px;
background-color: #ffffff;
font-family: Trebuchet MS;
font-size: 14px;
}

#sponsors {
width: 92%;
padding-left:4%;
padding-right:4%;
padding-top: 15px;
padding-bottom: 10px;
background-color: #ffffff;
text-align: center;
}

#video {
width: 100%;
text-align:center;
margin-top: 5px;
margin-bottom: 5px;

}

#main-content-title {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
background-color: #336600;
font-family: Trebuchet MS;
font-size: 22px;
font-weight: bold;
color:#FFFFCC;
}

h2 {
font-family: Trebuchet MS;
font-size: 18px;
font-weight: bold;
color:#FFFFFF;
margin-top: 0; 
margin-bottom: 6px; 
padding-bottom: 0;
}

h3 {
font-family: Trebuchet MS;
font-size: 16px;
font-weight: bold;
color:#000000;
margin-top: 0; 
margin-bottom: 6px; 
padding-bottom: 0;
}

body {
background-color: #66CC00;
}

#menu-button {
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
text-align: center;
background-color: #669900;
}

img
{
max-width: 100%;
height: auto;
}

.link {color: #000099 !important}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

