/* 
CSS Document for GreatKitchns.com - Authored by 9Ball Design - All Rights Reserved
Please Be Courteous -  If you see something you like and you want it, drop us a note http://www.9balldesign.com
*/
body {
  text-align: center;
  font: 11px arial, sans serif, helvetica;
  background: #fff;
  color: #222222;
  margin: 0px;
  padding: 0px;
}

td {vertical-align: top;}
.hide {display: none;}
p {font-size: 12px; line-height: 18px;}
strong {color: #d53233;}
a:link, a:visited {color: #d53233; text-decoration: none;}
a:hover {color: #d53233; text-decoration: underline;}

/* CONTAINER STYLES */
#Container {
  width: 765px;
  background: #ffffff url(body-bg2.gif) repeat-y center top;
  display: block;
  position: absolute;
  left: 50%;
  margin: 0px 0px 0px -383px;
  padding: 0px 0px 0px 0px;
  text-align: left;
}

/* HEADER */
#Header {
  display: block;
  width: 765px;
  height: 142px;
  margin: 0px;
  padding: 0px;
}
#Header h1 {
  margin: 0px;
  padding: 0px;
}
#Header h1 a {
  display: block;
  text-indent: -9000px;
  text-decoration: none;
  background: url(Header.jpg) no-repeat;
  margin: 0px;
  padding: 0px;
  width: 765px;
  height: 142px;
}
#Header h1 a:hover {
  display: block;
  text-indent: -9000px;
  text-decoration: none;
  width: 765px;
  height: 142px;
  background: url(Header.jpg) no-repeat;
  margin: 0px;
  padding: 0px;
}

/* BODY */
#MainBody {
  clear: both;
  display: block;
  width: 742px;
  text-align: left;
  margin: 0 0 0 10px;
}
#LeftColumn {
  display: block;
  width: 145px;
  float: left;
}
#RightColumn {
  display: block;
  width: 597px;
  float: right;
}
#RightColumn a {
  background: url(Link-Arrow.gif) no-repeat;
  padding: 0 0 0 22px;
}
/* LEFT NAVIGATION */
#LeftNav {
  background: url(Left-Nav-BG.gif) no-repeat;
  height: 178px;
  width: 145px;
}
#LeftNav a span {display: none;}
#About {display: block; width: 145px; height: 33px;}
#Pizzas {display: block; width: 145px; height: 36px;}
#Appetizers {display: block; width: 145px; height: 34px;}
#Facilities {display: block; width: 145px; height: 39px;}
#Contact {display: block; width: 145px; height: 36px;}

a:hover#About {background: url(Link-About.gif) no-repeat;}
a:hover#Pizzas {background: url(Link-Pizzas.gif) no-repeat;}
a:hover#Appetizers {background: url(Link-Appetizers.gif) no-repeat;}
a:hover#Facilities {background: url(Link-Facilities.gif) no-repeat;}
a:hover#Contact {background: url(Link-Contact.gif) no-repeat;}

/* HOMEPAGE */
.MainText {}
.MainTextBox {
  padding: 0 12px 0 12px;
  font-size: 12px;
  line-height: 18px;
}
.ColumnOne {
  clear: both;
  display: block;
  width: 275px;
  float: left;
  margin: 10px 0 10px 0;
}
.ColumnTwo {
  display: block;
  width: 275px;
  float: right;
  margin: 10px 0 10px 0;
} 
/* FOOTER */
#Footer  {
  display: block;
  clear: both;
  width: 765px;
  height: 73px;
  background: url(Footer-BG.gif) no-repeat;
  text-align: left;
  
}
#FooterText {
  padding: 50px 0 0 0;
}
#Copyright {
  display: block;
  width: 275px;
  float: left;
  font-weight: bold;
  position: relative;
  left: 35px;
}
#FooterLinks {
  display: block;
  width: 400px;
  float: right;
  text-align: right;
  position: relative;
  right: 33px;
}
#FooterLinks a:link, #FooterLinks a:visited {
  text-decoration: none;
  color: #222;
  padding: 0 2px 0 2px;
}
#FooterLinks a:hover {
  text-decoration: underline;
}