body {
  background-color: #cfeaef;
  background-image: url('images/bg-body.gif');
  background-position: top center;
  background-repeat: no-repeat;
  color: #533017;
  font-family: helvetica,arial,sans-serif;
  font-size: 12px;
  line-height: 18px;
  text-align: center; /* IE 6 hack */
}
h1, h2, h3, p, form {
  margin: 0px;
  padding-bottom: 1em;
}
h2 {
  font-size: 15px;
  /* font-weight: normal; */
  line-height: 25px;
}
div.clear {
  clear: both;
}
#container {
  margin: 0px auto;
  width: 923px;
  text-align: left; /* IE 6 hack recover */
}
#header {
  background-image: url('images/bg-header.png');
  background-repeat: no-repeat;
  background-position: 0px 60px;
  height: 283px;
  overflow: hidden;
}
#header h1 {
  background-image: url('images/bg-header-h1.png');
  background-repeat: no-repeat;
  background-position: 60px 0px;
  height: 215px;
  text-indent: -500px;
  overflow: hidden;
  padding: 0px;
}
#topmenu {
  margin: 0px;
  padding: 0px 0px 0px 490px;
  float:left;
  list-style-type:none;
}
#topmenu li {
 list-style-type:none;
 float: left;
}
#topmenu li a {
 height: 68px;
 display: block;
 background-repeat: no-repeat;
 text-indent: -200px;
 overflow: hidden;
text-decoration:none;
}
#topmenu li a.our-story { 
  background-image: url('images/bg-topmenu-our-story.png');
  width: 92px;
}
#topmenu li a.gelato-sorbetto { 
  background-image: url('images/bg-topmenu-gelato-sorbetto.png');
  width: 101px;
}
#topmenu li a.find-dojo { 
  background-image: url('images/bg-topmenu-find-dojo.png');
  width: 97px;
}
#topmenu li a.faq { 
  background-image: url('images/bg-topmenu-faq.png');
  width: 97px;
}
#content {
  background-image: url('images/bg-content.png');
  background-repeat: repeat-y;
  padding: 30px 0px 10px 0px;
}
#content div.left {
  float: left;
  width: 374px;
  margin-left: 31px;
  border-bottom: 20px solid #f79120;
  overflow: hidden;
}
#content div.left img,
#content div.left iframe
{
  width: 374px;
  border: 3px solid #62461b;
  border-width: 3px 0px 3px 0px;
}

#content div.right {
  margin-left: 459px;
  width: 400px;
}
#footer {
  background-image: url('images/bg-footer.png');
  background-repeat: no-repeat;
  color: #41c4dd;
  font-size: 13px;
  height: 91px;
  padding-top: 40px;
}
#footer input {
  border: 1px solid #62461b;
  width: 149px;
}
#footer a {
  color: #41c4dd;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer div.left {
  float: left;
  width: 374px;
  margin-left: 28px;
}
#footer div.right {
  margin-left: 672px;
}
/* Page Specific */
#our-story #content div.left { 
  border-color: #f79120;
}
#gelato-sorbetto #content div.left { 
  border-color: #66c2bb;
}

#find-dojo #content div.left { 
  border-color: #bdd73c;
}

#faq #content div.right { 
 margin-left: 200px;
 width: 500px;
}

blockquote.column-indent {
	margin: -50px 0px 0px -400px;
	width: 320px;
	font-style: italic; 
}