body {
  font-size: small;
  text-align: center;
  background: white;
  }
* html body {
  font-size: x-small; /* for IE5/Win */
  f\ount-size: small; /* for other IE versions */
  }

#wrap { 
  width: 660px;
  margin: 0 auto;
  text-align: left;
  background: white;
  }

#wrap hr {
  color: #f00;
  background-color: #f00;
  height: 5px;
  width: 100%;
  }


#stories a {
  color: blue;
  text-decoration: none;
  }

#stories a.visable {
  color: blue;
  text-decoration: none;
  }

#stories a:hover {
  color: blue;
  border-color: #727377;
  }

#colLeft {
  float: left;
  width: 230px;
  }

#colRight {
  float: right;
  width: 300px;
  height: 400px;
  }

#logo {
  width: 225px;
  height: 180px;
  padding: 10px 0px 10px 0px;
  color: black;
  font-size: 325%;
  font-weight: bold; 
  }

#phone {
	height: 366px;
	width: 195px;
	z-index: 1000;
	background: url(../images/iphone-195x366.jpg) no-repeat left top;
	}

#screen {
	margin-top: -301px; 
	margin-left: 23px;
	height: 240px;
	width: 155px;
	overflow: auto;
	}

#screen hr {
  color: #f00;
  background-color: #f00;
  height: 3px;
  margin: 0;
  width: 90%;
  }

#screen ol {
  }

#screen lh {
  color: #f00;
  font-weight: bold;
  }

#nav2 {
  width: 225px;
  background: #fff;
  font-family: "Lucida Grande", sans-serif;
  }

#nav2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }

#nav2 li {
  margin: 0;
  padding: 0;
  border: 1px solid #fff;
  }

#nav2 a {
  display: block;
  margin: 0 2px 0 0;
  padding: 2px 8px;
  color: #333;
  text-decoration: none;
  }

#nav2 a:hover {
  color: #333;
  border-color: #727377;
  background: red;
  }

#footer {
  clear: both;
  text-align: center;
  }

#copyright {
  color: red;
  }

