body {
background: url("../images/background.jpg") repeat-x #fff0a5;
font-family: Georgia, Times News Roman, Times, serif;
font-size: .9em;
color: #444444;
margin: 0;
text-align: center;
line-height: 18px;
}

a img {
border: none;
}

a, a:visited {
color: #666;
}

a:hover {
color: #888;
}

#header {
width: 900px;
height: 174px;
}

#wrap {
text-align: center;
}

#wrap_center {
width: 900px;
margin: 0 auto;
text-align: left;
}

#body {
width: 900px;
background: #ffffff;
float: left;
padding-bottom: 5px;
}

#left {
float: left;
width: 225px;
margin-left: 15px;
margin-right: 15px;
padding-bottom: 15px;
}

#right {
float: right;
width: 625px;
margin-right: 15px;
}

#newsletter {
font-size: 12px;
}

#newsletter input {
width: 175px;
}

#footer {
width: 900px;
border-top: 1px solid #ccc;
padding-top: 10px;
color: #555;
font-size: .8em;
padding-bottom: 5px;
float: left;
text-align: center;
}

#footer a, a:visited, a:hover {
color: #555;
text-decoration: none;
}