
body {
  background: #FFFFFF;
  color: black;
  margin: 0px;
  width:100%;
}

#MobileContent { 
    width: 0px;
    display: none;
} 

#StandardContent { 
    display: block;
} 

#container { 
    width: 1200px; 
    position: relative; 
} 

div#frontLayer { 
    float: left; 
    position:relative;
} 

#backLayer { 

    position: absolute;
    

    top: 0px;

}

.wrapper {
  display: table;
  width: 100%;
  text-align: center;  
}

.header {
  display: table-row;
  height: 1px;
  background: #000000;
}

.main {
  height: 100%;
  display: table;
  width: 100%;
}

.box {
  display: table-cell;
}

.box.sidebar_l {
  width: 2000px;  
  
  background: #FFFFFF;
  
  background-image: url(../images/BorderLeft.png);
  background-repeat: repeat-y;
  background-position: right;
  background-color:#FFFFFF; 
  
}

.box.sidebar_r {
  width: 2000px;  

  background: #FFFFFF;
  
  background-image: url(../images/BorderRight.png);
  background-repeat: repeat-y;
  background-position: left;
  background-color: #FFFFFF;

}

.footerShadow {
  /* display: table-row; */
  height:46px;
  background: #C3C3C3;
  color: #FFFAD5;
  background-image: url(../images/FooterShadow.png);
  background-position: right;
  width:100%;
}

.footerContent {
  /* display: table-row; */
  height:224px;
  background: #C3C3C3;
  color: #FFFAD5;
  background-image: url(../images/FooterRepeatY.png);
  background-position: right;
  width:100%;
}

.site_width{    
	text-align:center;
	margin:0 auto;                
	line-height: 0;
}

.titleFont{    
    font-style: normal;
    font-variant: normal;
    font-weight: 600;    
}

/* Basic Style*/
.box { margin:0; padding:0;}

html, body {
    height: 100%; 
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif
}


button { 
    padding: 5px 10px;
    position:fixed;bottom: 50px;
    right:0px;left:0px;margin:auto; 
    width: 200px; 
    display: block; 
    -webkit-appearance: none;
    background: #BD4932; 
    outline: none;  
    border: 2px solid #DB9E36; 
    color: #FFD34E; 
    border-radius: 10px; 
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
    cursor: pointer;
}
button:active {
    border-color: #FFFAD5; 
    color: #FFFAD5;
}

.mobileMainContent a{
    color: blue;
}

.mobileMainContent a:visited {
    color: purple;
}

a:visited {
   color: white;
}

@media screen and (max-width: 1200px) {
    body {
        //background-color: lightblue;
        //background: #FFFAD5;
        width: 1201px;
    }
    
    .box.sidebar_l, .box.sidebar_r {
      display:none;
      background-image: none;
      width: 0px;
    }

   
}

@media screen and (max-width: 800px) {

body {
  width:783px;
}
    
#MobileContent { 
    display: block;
    width: 783px;
} 

#StandardContent { 
    display: none;
} 
   
}