* {
    padding: 0;
    margin: 0;
} 

body {
background-image: url(images/background1.jpg);
font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
font-size: 12px;
color: #333333;
line-height: 24px;
text-align: justify;
}

a {
text-decoration: none;
color: #0171AF;
}
a:hover {
text-decoration: underline;
color: #0171AF;
}

#wrap {
width: 800px;
margin: 40px auto;
}

#header {
height: 100px;
background: #eee url(images/header.gif) no-repeat;
}
#header h1 {
font-size: 28px;
letter-spacing: -2px;
padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #E7D68D;
}
#header h1 a:hover {
text-decoration: none;
}
#header h2 {
color: #0171AF;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}

#menu {
height: 100px;
background: #eee url(images/menu.gif) no-repeat;
}
#menu ul {
list-style-type: none;
text-align:right;
padding: 100px 30px 0 0;
}


#content {
background: #eee url(images/content.gif) repeat-y;
padding: 30px;
}

.main {
border-top: 1px solid #aaa;
background: #FFFFFF;
padding: 10px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 10px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#bottom {
background: #eee url(images/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
font-size: 11px;
color: #999;
text-align: center;
}
