body, html {
border:0px;
margin:0px;
margin-top:10px;
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top,  #fefcea 0%, #faff9e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#faff9e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefcea 0%,#faff9e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefcea 0%,#faff9e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefcea 0%,#faff9e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefcea 0%,#faff9e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#faff9e',GradientType=0 ); /* IE6-9 */

font-family: 'Open Sans', sans-serif;
background-attachment:fixed;
background-position: center top;
}
.MainWrapper {
width:100%;
margin:0 auto;
}
.large {
display:none;
}
.MainMenu {
width:250px;
font-family: 'Roboto', sans-serif;
color:red;
font-size:16px;
}
.Address {
font-size:14px;
}
.small {
font-size:14px;
}
.mobile {
font-size:14px;
display:none;
}
.MainMenu a {
font-family: 'Open Sans', sans-serif;
Font-Weight:600;
Text-Decoration:none;
color:red;
display:block;
padding:0px;
margin:0px;
margin-top:5px;
font-size:16px;
}
.MainMenu a:hover {
Text-Decoration:underline;
}
.MainContent {
margin:10px;
margin-top:50px;
font-size:16px;
width:90%;
}
img {
max-width:100%;
}
.MainIMGRight {
max-width:325px;
padding:10px;
float:right;
}
.MainIMGRight img {
max-width:325px;
padding:10px;
float:right;
}
.MainIMGLeft {
max-width:325px;
padding:10px;
float:left;
}
.MainIMGLeft img {
max-width:325px;
padding:10px;
float:left;
}
.ImageFooter {
display:none;
}
.MobileMenu {
background: #ffffb2; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffb2 0%, #fff835 50%, #ffe607 51%, #fff960 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffb2), color-stop(50%,#fff835), color-stop(51%,#ffe607), color-stop(100%,#fff960)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffb2 0%,#fff835 50%,#ffe607 51%,#fff960 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffb2 0%,#fff835 50%,#ffe607 51%,#fff960 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffb2 0%,#fff835 50%,#ffe607 51%,#fff960 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffb2 0%,#fff835 50%,#ffe607 51%,#fff960 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffb2', endColorstr='#fff960',GradientType=0 ); /* IE6-9 */
width:100%;
height:50px;
display:block;
position:fixed;
top:0px;
left:0px;
box-shadow:0px 0px 5px #000;
}
.MobileMenuDisplay {
z-index:99999;
position:fixed;
top:50px;
left:0px;
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top,  #fefcea 0%, #faff9e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#faff9e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fefcea 0%,#faff9e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fefcea 0%,#faff9e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fefcea 0%,#faff9e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fefcea 0%,#faff9e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#faff9e',GradientType=0 ); /* IE6-9 */
width:250px;
padding:10px;
box-shadow:0px 0px 5px #000;
}