body {
background: url(../images/greengradient.jpg) repeat-y;
	color: #000305;
	font-size: 100%; /* Base font size: 15px */
	font-family: Verdana;
	line-height: 1.529;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {font-size: 1.571em;
text-align: center;
}	/* 22px */
h3 {font-size: 1.429em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1.1;
	margin-bottom: .8em;
}

#banner {
margin-left:auto; 
margin-right:auto; 
width:100%;  
}

#banner img { 
max-width:100%; 
max-height:300px; 
}
 
#main {
margin-left:auto;
margin-right:auto;
width:98%; 
}  

#seating {
margin-left:5px;
}    

#main-content {
margin-right:3%;
margin-left:3%;
padding:10px;
width:72%; 
float:right;
} 

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        padding-left: 10px;
	width: 100%;
}

img {
     max-width: 100%;
    height: auto;
 }

img.floatLeft { 
float: left;
margin-top: 0px; 
margin-left: 0px;
margin-right: 20px;
margin-bottom: 0px;
}

img.floatRight { 
float: right;
margin-top: 0px; 
margin-left: 10px;
margin-right: 0px;
margin-bottom: 0px;
}  

#left-container {
margin-top:15px;
padding:0px;
width:20%; 
float:left;
}  
/* ===========================
   ===== Main Navigation ===== 
   =========================== */
  
.mainHeader nav {
padding:10px;
width:100%; 
float:left;
background: #fff;
font-size: 1.143em;
height: auto;
line-height: 30px;
margin-right: 20px;
text-align: left;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-style:solid;
border-width:1px;
border-color:#336633;
}
	
.mainHeader ul
 {
 margin-left: 0;
 padding-left: 0;
 list-style-type: none;
 font-family: Arial, Helvetica, sans-serif;
 color: #000;
 }

.mainHeader a
 {
 display: block;
 padding-left: 8px;
 padding-top: 3px;
 padding-bottom: 3px;
 width: 93%;
 background-color: #32AF42;
 border-bottom: 6px solid #eee;
 }

.mainHeader a:link, #navlist a:visited
 {
 color: #000000;
 text-decoration: none;
 }

.mainHeader a:hover
 {
 background-color: #336633;
 color: #ffffff;
 } 

.leftcol {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-style: normal;
 line-height: 2em;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color:#000000;
 text-decoration: none;
 line-height:14px;
}

.table {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 color:#000000;
 text-decoration: none;
 line-height:15px;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
        float:left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0;
	background-color: #32AF42;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
}

.mainFooter p {
        text-align: right;
	width: 91%;
	margin: 10px auto;
        font-size: 12px;
} 
  
@media (min-width: 481px) and (max-width: 768px) {
#banner { 
width:740px; 
}

#banner img { 
max-width:740px; 
max-height:222px; 
}

#main { 
width:740px; 
}            

#main-content { 
width:450px; 
float:right; 
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        padding-left: 10px;
	width: 100%;
}

#left-container {
 width:200px; 
float:left; 
}

img.floatRight { 
float: right;
margin-top: 0px; 
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px;
width: 60%;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 98%;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0;
	background-color: #32AF42;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
}

.mainFooter p {
	width: 91%;
	margin: 10px auto;
        font-size: 12px;
}
} 

@media (min-width: 321px) and (max-width: 480px) {
body {
background: none;
}
#banner { 
width:450px; 
}
#banner img {
max-width:450px; 
max-height:135px; 
}

#main { 
width:90%; 
}            

#main-content { 
width:400px;
margin-left:auto; 
margin-right:auto;
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        padding-left: 10px;
	width: 100%;
}

#left-container { 
width:400px; 
 margin-left:auto; 
 margin-right:auto;
}

img.floatRight { 
float: right;
margin-top: 10px; 
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px;
width: 100%;
} 

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0;
	background-color: #32AF42;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
}

.mainFooter p {
text-align:left;
	width: 91%;
	margin: 10px auto;
        font-size: 12px;
}
}

@media (max-width: 320px) {
body {
background: none;
}
#banner { 
width:275px; 
}
#banner img { 
max-width:275px; max-height:83px; 
}
#main { 
width:275px; 
}            
#main-content {
float: left; 
margin-left:5px;
margin-right:auto;
width:250px;
padding-left:0px; 
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
        padding-left: 10px;
	width: 100%;

}

#left-container { 
margin-left:auto; 
margin-right:auto;
width:250px; padding:0px; 
}

img.floatRight { 
float: right;
margin-top: 10px; 
margin-left: 0px;
margin-right: 0px;
margin-bottom: 5px;
width: 110%;
}

/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 0;
	background-color: #32AF42;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	color: #FFF;	
}

.mainFooter p {
text-align:left;
	width: 91%;
	margin: 10px auto;
        font-size: 12px;
}
}