body {
  margin: 0px auto; 
  padding: 15px 0px 0px 0px;
  color: #eee;
  background: url("http://images.OnYouriPhone.com/bg.png") repeat;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  text-align:center;
}
.postTitle {
  color: #5daef9;
  font-size: 18px;
  font-weight: bold;
}
.postDate {
  color: #ccc;
  font-size: 10px;
}
#header {
  width:700px;
  height:88px;
  text-align:left;
  margin: 0px auto; 
  padding-bottom: 15px;
}
#topOutline {
  width:732px;
  margin:0 auto;
  text-align:center;
  background: url("http://images.OnYouriPhone.com/contentOutlineTop.png") no-repeat;
}
#logo {
  float:right;
  width:285px;
  height:88px;
  background: url("http://images.OnYouriPhone.com/logo.png") no-repeat;
}
#content_container {
  width:732px;
  text-align:left;
  margin: 0px auto;
  background: url("http://images.OnYouriPhone.com/contentOutlineBottom.png") 0 bottom no-repeat;
}

#footer {
  margin:0 auto;
  padding:0;
  color: #ccc;
  text-align:center;
  font-size: 10px;
}

/* Content */
.content {
  width:680px;
  text-align:left;
  margin: 0px auto;
  padding: 0px;
}
.content_wrapper {
  width:700px;
  text-align:left;
  margin: 0px auto;
  padding: 0px;
  background: url("http://images.OnYouriPhone.com/contentBG.png") repeat-y;
}

.content_bottom {
  width:700px;
  height:8px;
  text-align:left;
  margin: 0px auto;
  padding: 0px;
  background: url("http://images.OnYouriPhone.com/contentBottom.png") no-repeat;
}

.content_top {
  width:700px;
  height:8px;
  text-align:left;
  margin: 0px auto;
  padding: 0px;
  background: url("http://images.OnYouriPhone.com/contentTop.png") no-repeat;
}

/* Navagation */
#nav {
  position:relative;
  float:left;
  top:13px;
  width:410px;
  height:38px;
}

#navList {
  width: 393px;
  height: 38px;
  background: url("http://images.OnYouriPhone.com/navSlices.png") no-repeat;
  margin: 10px auto;
  padding: 0;
  position: relative;
}
#navList li {
  margin: 0; padding: 0; list-style: none;
  position: absolute; top: 0;
}
#navList li, #navList a {
  height: 38px; display: block;
}
#navList span {
  display: none;
}

#liApps {left: 0; width: 111px;}
#liRing {left: 112px; width: 76px;}
#liBack {left: 188px; width: 115px;}
#liSimu {left: 303px; width: 93px;}

#liApps a:hover { background: transparent url("http://images.OnYouriPhone.com/navSlices.png") 0 -38 no-repeat; }
#liRing a:hover { background: transparent url("http://images.OnYouriPhone.com/navSlices.png") -112 -38 no-repeat; }
#liBack a:hover { background: transparent url("http://images.OnYouriPhone.com/navSlices.png") -188 -38 no-repeat; }
#liSimu a:hover { background: transparent url("http://images.OnYouriPhone.com/navSlices.png") -303 -38 no-repeat; }

#navList.Apps #liApps { background: transparent url("http://images.OnYouriPhone.com/navSlices.png") 0 -38 no-repeat; }
#navList.Ringers #liRing { background: transparent url("http://images.OnYouriPhone.com/navSlices.png") -112 -38 no-repeat; }
#navList.Backgrounds #liBack { background: transparent url("http://images.OnYouriPhone.com/navSlices.png") -188 -38 no-repeat; }

/*  border: thin solid rgb(250,0,0); */