body {
  margin:0px 0px 0px 0px;
  padding: 0px;
  color: #444444;
  background: #fafafa;
  font-size: 13px; 
  font-family: 'Droid Sans', sans-serif;
  font-weight: normal; 
}

#h1container {
  position: relative;
  width: 100%;
  height: 43px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  background: #222222
} 

#container {
  margin: 0 auto;
  width: 942px;
  padding: 0px;
  color: #000000;
} 

#copyright {
  position: relative;
  width: 100%;
  height: 52px;
  margin: 1px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  text-align: center;
  color: #444444; 
  background: #222222
} 

#gallery {
  position: relative;
  width: 300px;
  height: 300px;
} 

#galleryshell {
  position: relative;
  width: 640px;
  height: 125px;
} 

.fadein { position:relative; width:640px; height:125px; }
.fadein img { position:absolute; left:0; top:0; }

a {
  color: #913CC9; 
  font-weight: normal; 
  text-decoration: underline; 
} 

a:hover {
  color: #222222; 
  text-decoration: underline; 
}

a.altlink {
  color: #913CC9; 
  font-weight: bold; 
  text-decoration: none; 
} 

a:hover.altlink {
  color: #222222; 
  text-decoration: underline; 
}

a.recipelink {
  font-size: 16px;
  color: #222222; 
  font-weight: bold; 
  text-decoration: none; 
} 

a:hover.recipelink {
  color: #913CC9; 
  text-decoration: underline; 
}

a.pagelink {
  color: #000000;
  font-weight: normal; 
  text-decoration: none;
} 

a:hover.pagelink {
  color: #000000; 
  text-decoration: underline; 
}

a.navlink {
  font-family: 'Oswald', sans-serif;
  color: #913CC9; 
  font-size: 15px; 
  font-weight: normal; 
  text-decoration: none;
} 

a:hover.navlink {
  color: #b7b830; 
  text-decoration: underline; 
}

a.navlink_sub {
  font-family: 'Oswald', sans-serif;
  color: #913CC9; 
  font-size: 13px; 
  font-weight: normal; 
  text-decoration: none;
} 

a:hover.navlink_sub {
  color: #b7b830; 
  text-decoration: underline; 
}

a.webhublink { 
  color: #444444; 
  font-weight: normal; 
  text-decoration: none; 
}

a:hover.webhublink { 
  color: #B6E0FF; 
  text-decoration: underline; 
}

p {
  text-align: justify;
  line-height: 22px;
  margin: 0px 0px 16px 0px;
}

h1.seo {
  font-family: Arial;
  font-size: 10px;
  color: #333333;
  margin: 0px;
  padding: 2px;
  text-align: center; 
}

.recipeicon {
  position: relative;
  top: 10px;
  margin: 0px 4px 10px 0px;
}

.recipebox {
  width: 420px;
  padding: 0px 0px 8px 0px;
  float: left;
}

li {
  line-height: 20px;
  padding: 0px 0px 9px 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Oswald', sans-serif;
  color: #333333;
}

h1 {
  font-size: 26px; 
  margin: 0px 0px 16px 0px;
  text-align: center;
}

h2 {
  font-size: 16px; 
  color: #913CC9;
  margin: 0px 0px 4px 0px;
}

h3 {
  font-size: 18px; 
  margin: 0px 0px 16px 0px;
}

h4 {
  font-size: 16px; 
  margin: 0px 0px 16px 0px;
}

table {
  margin-left: auto;
  margin-right: auto;
}

.greenbox {
  width: 250px;
  padding: 5px;
  margin: 0px 0px 20px 0px;
  background: #f4f4de;
  border: 1px solid #b2af21;
  text-align: center;
}

.purplebox {
  width: 250px;
  padding: 15px 5px 5px 5px;
  margin: 0px 0px 20px 0px;
  background: #f0e6f8;
  border: 1px solid #a45de0;
  text-align: center;
}

.foodlists {
  position: relative;
  width: 200px;
  height: 250px;
  padding: 5px 0px 5px 0px;
  margin: 5px;
  float: left;
}

.gmfoodlists {  
  position: relative;
  width: 110px;
  height: 20px;  
  padding: 5px;
  margin: 5px;
  float: left;
}

.floatright { 
  float: right; 
  margin: 3px 3px 3px 10px;
}

.floatleft { 
  float: left; 
  margin: 3px 10px 3px 3px; 
}

.center {
  text-align: center; 
}

.left { 
  text-align: left;
} 

.right { 
  text-align: right; 
}

.italic {
  font-style: italic;
}

.red { 
  color: #C30000;
}

.fineprint { 
  font-size: 10px; 
  font-weight: normal; 
  font-style: italic; 
  text-decoration: none; 
  color: #aaaaaa; 
}

dl,dt,dd {
  padding:0;margin:0
}
.faqs {
  padding-top:20px
}
.faqs dt {
  font-weight:bold;
  background:url(images/q.gif) 0 4px no-repeat;
  padding:3px 0 15px 30px;
  position:relative;
}
.faqs dt:hover {
  cursor:pointer;
}
.faqs dd {
  background:url(images/a.gif) 0 2px no-repeat;
  padding:0 0 15px 30px;
  position:relative;
  color:#333;
}
.faqs .hover {
  color:#990000;
  text-decoration:underline;
}
