/* HEADER */
#headerimgs { width:100%; height:645px; float:left; position:absolute; top:52px; }
.headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:645px; background-size:cover; float:left; position:absolute;}

/* HEADER TEXT */
#headertxt { width:960px; margin:0 auto; clear:both; position:relative; top:140px; z-index:50; height:330px; }
#firstline { color:#ccc; font-weight:bold; font-size:68px; padding:4px 5px 7px; float:left; display:block; width:375px; font-family: 'Economica', sans-serif; }
#secondline { background-image:url("../images/textbg.png"); color:#CD2B3A; text-decoration:none; font-size:60px; padding:0 13px 10px; float:left; display:block; clear:both; }
#secondline:hover { text-decoration:underline; color:#7F000C; }

.pictured { background-color:#CC3333; color:#FFF; font-size:12px; padding:9px 16px; text-transform:uppercase; float:left; display:block; clear:both; margin-top:10px; }
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.thebtn { float:left; cursor:pointer;}
#back:hover, #next:hover{ color:#ffffff; background:#333333; opacity:0.9; filer:alpha(opacity=90); }
#back, #next{
top: -50px;
position: absolute;
width: 35px;
height: 35px;
margin-top: -20px;
font-size: 45px;
font-weight: 100;
line-height: 28px;
color: #fff;
text-align: center;
background: #999999;
border: 3px solid #fff;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
border-radius: 23px;
opacity: 0.7;
filter: alpha(opacity=70);
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#back{ left: 25px;}
#next { right: 25px;}
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:400px; margin:0 auto; width:100%; z-index:50; }
#headernav { padding-left:864px; }

/* CONTENT */
#content { color:#575757; background-color:#eee; }
#content p { padding:10px 20px; font-size:16px; width:960px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }