@import url("default.css");
body {
background: #ccc; 
}

.content ul li {
background: transparent url(../img/icon_arrow_sm2.gif) no-repeat scroll 0px 0.3em;
}

.header .left {
background: #B3C2C7 url(../img/header2.jpg) no-repeat;
}

.navigation {
background: #D9E1E5 url(../img/nav2.gif);
}

.navigation a {
background: #D9E1E5 url(../img/nav2.gif);
}

.footer {
background: #ccc;
}

.top {
background: url(../img/clouds2.png) repeat-x;
padding: 50px 10px 0;
}

h1 {
color: #ff9215
}