* {
margin: 0;
padding: 0;
border: 0;
}
body {
background: #fff url(images/main-bg.jpg) repeat-x;
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #336699;
}
#wrapper {
width: 830px;
margin: 0 auto;
}
#header {
height: 213px;
background: transparent url(images/header.jpg) no-repeat;
position:relative;
}
#nav {
height: 48px;
position: absolute;
top: 165px;
left: 25px;
}
#nav li {
list-style: none;
float: left;
height: 48px;

}
#nav li a {
display: block;
padding: 16px 10px;
color: #fff;
font-weight: bold;
text-decoration: none;
}
#content {
background: #fff url(images/content-bg.jpg) repeat-y;
padding: 20px 35px;
}
#footer {
background: #fff url(images/footer.jpg) no-repeat;
height: 90px;
padding: 22px 35px;
text-align: center;
color: #fff;
font-size: 12px;

}
h1, h2 {
font-size: 18px;
}
