body {
background:   #d9dde1
              url(site-img/bg-body.jpg)
              repeat-x
              center
              top;
font-family:  georgia;
font-size:    62.5%;
line-height:  1.7em;
text-align:   left;
color:        #36380a;
}

* {
margin:       0;
padding:      0;
}
span {
padding:      5px
              0
              0
              0;
color:        #757e33;
font-family:  georgia;
}

p {
padding-bottom: 10px;
}

a {
outline:      none;
}

.orange-banner {
overflow:     hidden;
background:   url(site-img/top-content.jpg)
              no-repeat;
height:       26px;
width:        951px;
text-align:   center;
color:        #FFFFFF;
padding-top:  35px;
}
.orange-banner a {
color:        #FFFFFF;
}
.orange-banner a:hover {
color:        #FFFFFF;
}

#navigation {
font-size:    1.7em;
padding-top:  208px;
overflow:     hidden;
padding-left: 150px;
}
#navigation li img {
padding-top:  10px;
}
#navigation ul {
display:    inline;
float:      left;
width:      100%;
}
#navigation li {
list-style: none;
display:    inline;
float:      left;
}
#navigation a {
padding:    10px
            0
            10px
            5px;
display:    block;
text-decoration:  none;
color:      #232308;
}
#navigation a:hover {
color:      #99161c;
}

#container {
margin:     0
            auto;
width:      952px;
}

#header {
background: url(site-img/header.jpg)
            no-repeat;
height:     240px;
}

#content {
font-size:  1.4em;
color:      #36380a;
background: url(site-img/bg-content.jpg)
            repeat-y;
overflow:   hidden;
clear:      both;
width:      100%;
}
#content h2 {
font-size:  2em;
padding-top:8px;
padding-bottom: 13px;
padding-left: 40px;
color:      #336699;
background: url(site-img/icon-leaf-2.jpg)
            no-repeat
            center
            left;
line-height:1em;
margin-top: 10px;
}

.main-column {
float:      left;
padding-left: 90px;
}
.main-column {
width:      775px;
}

#footer {
clear:      both;
height:     92px;
background: url(site-img/footer.jpg)
            no-repeat;
overflow:   hidden;
padding-top:2px;
font-size:  1.5em;
text-align: center;
}

#ie6 {
font:       normal
            12px
            Arial, Helvetica, sans-serif;
color : #232308;
background : #e3e3cc;
display : none;
}
