body {
background:#161616 url(/media/images/static/back.png) repeat-x;
padding:0px;
margin:0px;
font-size:100%
}

body, p, a {
color:#E4E4E4;
}

#logo-header {
    height:80px;
    background:#161616;
    border-bottom:2px solid #999999;
}

#logo {
    padding-top:20px
}

#home {
    background:#161616;
    border-bottom:2px solid #999999;
    padding:10px;
    min-height:400px

}

ul {
    list-style-type:none
}

.curly{
    font-style:italic
}

#nav a{
    text-decoration:none;
    font-weight:bold;
    font-size:140%;
    text-shadow: 0px -1px 0px #161616;
    filter: dropshadow(color=#161616,offX=0,offY=1);

}

#body {
    margin-top:30px
}
