html {
text-align: center;
}

body {
font-family: MS Trebuchet, sans-serif;
size: 12px;
line-height: 26px;
background-image: url('Images/outerwrap.jpg');
background-position-x: 50%;
background-position-y: 0%;
background-repeat: no-repeat;
}

h1 {
font-family: MS Trebuchet, sans-serif;
size: 28px;
color:#999;
}

h2 {
font-family: MS Trebuchet, sans-serif;
size: 22px;
color:#999;
}

#wrap {
width: 990px;
margin: 0 auto;
text-align: left;
background-color: #fff;
color: #333;
border: 2px solid #fff;
}

#header {
height: 150px;
padding: 0;
margin: 0;
border-bottom: 2px solid #fff;
}

#nav {
text-align: center;
background-image: url('Images/navgrad.jpg');
background-repeat: repeat-x;
color: #fff;
}

#nav ul {
padding: 10px 0;
margin: 0;
}

#nav li {
display: inline;
list-style-type: none;
padding-right: 10px;
}

#nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
}

#content {
padding: 20px;
}

#content img {
margin: 20px;
}

#footer {
clear: both;
background-image: url('Images/footer.jpg');
height: 30px;
}
