body {
	background: #dae0e8 url(../img/background.gif) top left repeat-y;
}

a {
    color: #9d1227;
}

a:hover {
    color: #ff1d3f;
}

h1 {
    color: #377bba;
}

.csc-textpic-caption {
    color: #395180;
}


li {
    background-image:url(../img/list-style-image.gif);
    color: #e16615;
}

#navigation {
	background: url(../img/navi.jpg) top left repeat-y;    
}
#navigation a {
    color: #c6d3e4;
}
#navigation a:hover, #navigation .active a {
    color: #fff;
}

#sub-navigation {
	background: url(../img/navi.jpg) top left repeat-y;    
}
#sub-navigation a {
    color: #e9be90;
}
#sub-navigation a:hover, #sub-navigation .active a {
    color: #fff;
}


#content {
    top:230px;
	background: url(../img/content-top.jpg) top left no-repeat;    
}

#content .inside {
    padding-top: 30px;
}

table.downloads .head .left {
    color: #fff;
	background: url(../img/table-head.gif) top left no-repeat;    
}
table.downloads .head .right {
    color: #fff;
	background: url(../img/table-head.gif) top right no-repeat;    
}
table.downloads .odd .left{
	background: url(../img/table-bg.gif) top left no-repeat;    
}
table.downloads .odd .right{
	background: url(../img/table-bg.gif) top right no-repeat;    
}
