

.section1 {
float: top;
background: #F6F6F6;
color: #B1B1B1;
font-size: 0.70em;
padding-top: 7px;
padding-bottom: 7px;
}
body{
    background: #222222 url('img/pattern.jpg') repeat ;
    color: #ffffff;
}
.menu{
background: #222222 url('img/menupattern.jpg') repeat ;
padding-top: 10px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 10px;


}
.menuheader{

    font-family: 'Shojumaru', sans-serif;
    font-size: 3em;
    color: #FFD119;
    text-align: center;
}
.entree{
color: #859900;

}
.entreesub{
   color: #859900;
}


.customcolor01{
    color: #859900;

}
.customcolor02{
     color: #CC3300;
}

#customcolor02{
     color: #CC3300;
}

.center{
text-align: center;

}
.right{
    text-align: right;
}

div.stretchy-wrapper {
    position: relative;
}

img{

width: 100%;


}
.copyright{

	text-align: right;
	font-size: 0.7em;
}

iframe{
	margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 400px;
    margin-top: 65px;
    border:3px solid #999;
    background-color:#333

}