/*  @Utilities  */
.mainCenter{
  position:relative;
  margin:0 auto;
  width: 1000px;
}
 
#logo{  
    float: left;
}

#logo-footer {
  position:absolute;
  top:5px;
  right:5px;
  width:135px; 
  height:20px;
}  
/*  @end Utilities  */

html, body, #wrapper {
  height: 100%;
}
body > #wrapper {
  height: auto; 
  min-height: 100%;
}

/*  @Main  */
body {
  text-align: center;
  background-color: #f1efed;
  font: normal 14px/16px Arial, Verdana, sans-serif; 
  color: #333333;
}
#container {
  padding-bottom: 55px;/* must be same height as the footer */
}
#header {
  height: 42px;
  background: #d0c9b9 url(/static/images/petbgheader.png) repeat-x;
}

#footer {
  position: relative;
  height: 55px;
  margin-top: -55px; /* negative value of footer height */
  clear:both;
  background: #d0c9b9 url(/static/images/static/images/footer.jpg) repeat-x;
}
/*  @end Main  */

/*  @Group Header  */
#innerHeader {
  height: 42px;
}

#innerHeaderRight {
  float: right;
  height: 42px;   
  line-height: 42px;
}


/*  @Group Nav  */

#nav{
  height: 42px;
}
  
#innerNav ul li{
  float: left;
  padding-left : 14px;
  margin-right:15px;
  background: url(/static/images/redball.png) no-repeat left; 
}   

#innerNav ul li a{
  font: normal 14px/34px Arial, Verdana, sans-serif; 
  color:#151515;
} 

#innerNav ul li a:hover {
  color: #c73030;
}
/*  @end Group Nav  */ 


/*  @end Group Header  */

/*  @Group Footer  */
#innerFooter {
    /*margin-top: 10px;*/
    height: 55px;
}
#innerFooter p {
    padding-left: 30px;
    padding-top: 21px;
    color: #333333;
    font-family: "Arial";
    font-size: 12px;
    text-align: left;
}
/*  @end Group Footer  */

