/* Layout */
body {
    background: url(/images/bg.png) repeat-x;
    height:100%;
}
h3 {
  margin-top:3px;
  margin-bottom:3px;
}
ul {
  margin-left:25px;
}
#quote {
 margin:50px 10px 50px 10px; 
 font-family:trebuchet ms;
}
div#container {height:100%;}
div#header {}
div#header-left {}
div#header-right {}
div#header-nav1-wrap {}
div#header-nav2-wrap {

    background: url(/images/diet_07.png) no-repeat;
}
div#header-nav1 {}
div#header-nav2 {}
div#feature {}
div#content-area {
  height:100%;
    background: url(/images/diet_13.png) no-repeat;
}
div#content-left-wrap {
  width: 660px;
  padding:20px;
}
div#content-left-wrap-demo {border:none;}
div#content-right-wrap {
  width: 290px;
}
div#content-left {margin-left:30px;}
div#content-left-demo {width:990px;}
div#content-left-demo h1 {
  text-align:center;
}
div#content-left h1 {margin:5px;}

div#content-left img {border-style:none;}
div#content-left .screenshot {
  width:220px;
  float:right;
  margin:10px;
}
div#content-left .screenshot img{
  width:220px;
  height:40%;
}
div#content-right {
  text-align:center;
}
div#content-right a{
  text-decoration:none;
}

div#content-right #phone{
  bottom:0;
  color:#800000;
  margin-top:20px;
  font: italic small-caps bold 20px arial;
  text-align:center;
 }
div#content-footer {}
div#footer-nav {}
div#footer {}

/* Links */
a:link, a:visited, a:active {
  color: #800000;
}
a:hover {
  color: #191970;
}

/* Font */
h1, h2, h3, h4 {
  color: #800000;
}


#login {
  width:350px;
  margin-right:auto;
  margin-left:auto;
  text-align:center;
}

#login p {
  text-align:center;
}

#login label{
  padding-right:20px;
  width:80px;
  text-align:left;
}
