* { padding: 0; margin: 0; }

body {
 font-family: Tahoma, Verdana, Arial;
 font-size: 13px;
 background: #eeeeee;
}

p {
 padding: 10px 0 10px 0;
}

a {
 color: #0000FF;
}

a:hover {
 font-weight: bold;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
}

#header {
 width: 900px;
 color: #333;
 padding: 10px 0 0 0;
 height: 90px;
 margin: 10px 0 0 0;
 background: #eeeeee url('images/used-cell-phones-guide.png') center center no-repeat;
}

#title {
 margin: -10px 0 0 20px;
}

#title a {
 color: #000000;
 text-decoration: none;
}

#topborder {
 width: 900px;
 height: 18px;
 background: #ffffff url('images/top-border.png') center center no-repeat;
}

#midborder { 
 width: 900px;
 background: #ffffff url('images/mid-border.png') center center repeat-y;
}

#bottomborder {
 width: 900px;
 height: 20px;
 background: #ffffff url('images/bottom-border.png') center center no-repeat;
}

#content {
 padding: 0 20px 0 20px;
}

h1 {
 font-size: 20px;
}

h2 {
 font-size: 18px;
}

h3 {
 font-size: 14px;
}

li {
 padding: 10px;
 margin: 0 10px 0 10px;
}

#logo {
 float: right;
 padding: 0 0 10px 10px;
 margin-top: -30px;
}

.popular {
 float: left;
 padding: 20px;
 text-align: center;
}