/* Layout for Cheshire Cup Cakes */
body, html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
  text-align:center;
}

p {
  line-height:1.3em;
  margin:0.2em 0 0.5em;
}

h1, h2, h3, h4, h5, h6 {
  line-height:1.5em;
}

h1 {
  font-size:1.5em;
}

#container {
  width:729px;
  background-color:#ffc3cc;
  margin:1em auto;
  /*height:100%;*/
}

#sidepanel {
  width:177px;
  padding:0.5em;
  float:left;
}

#contact-top {
  height:14px;
  background: url('../images/contact-top.jpg');
}

#contact {
  color:#7f7f7f;
  background-color:#ffe1e6;
  padding:0.1em 0.7em;
  font-size:0.65em;
  line-height:1.2em;
  text-align:left;
}

#contact-bottom {
  height:14px;
  background: url('../images/contact-bottom.jpg');
}

#quote-top {
  height:18px;
  width:158px;
  margin:1em auto 0;
  background: url('../images/quote-top.jpg');
}

#quote {
  background-color:white;
  color:#7f7f7f;
  width:146px;
  margin:0 auto;
  padding:0.5em;
  font-size:0.75em;
}

#quote-bottom {
  height:62px;
  width:158px;
  margin:0 auto 1em;
  background: url('../images/quote-bottom.jpg');
}

#navigation {
  width:729px;
  height:141px;
}

ul#nav {
  width:729px;
  height:141px;
}

ul#nav li a {
  height:141px;
  text-indent:-9999px;
  float:left;
}

#footer {
  font-size:0.7em;
  text-align:left;
  padding:1em;
  width:707px;
  height:82px;
  clear:both;
}

ul#footer-nav {
  margin-top:2em;
  margin-bottom:1em;
}

#content {
  color:black;
  text-align:left;
  padding:0.9em;
  padding-left:200px;
  font-size:0.8em;
}

#content ul {
  list-style-type:circle;
  line-height:1.5em;
}

#content ul li {
  padding-left:5px;
  margin-left:25px;
  font-size:0.9em;
}
  
}


