h1 {
/*     color: #00FF00; */
    color: #880015; /* brick */
    font-size: 1.75em;
}
header.banner a {
    color: #880015; /* brick */
}
header.banner {
/* a { */
    /* color: #880015 !important; */ /* brick */
/*     font-size: 1.75em; */
    font-size: 2.25em;
    text-align: center !important;
/* } */
}
body {
	background-color: #ffffcc;
	font-family: Sans-Serif, Calibri, Helvetica;
}

    /* randomly, need this -8, or their is a gap between header and top of page */
/*     margin-top: -8px; */
/*     margin-left: 0px; */
/*     z-index: 100; */
    /*height: 60px;*/
#container {
    position:relative;
/*     top:80; */
    padding-top:100px;
    padding-bottom:20px;
    height: 100%;

    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;

    width:auto;
/*     z-index: 1; */
/*     margin-left:0; */
}
#header {
    position: fixed;
    top: 0;
    width: 100%;
    background: inherit;
    z-index: 5;
/* 	border-style: solid; */
}
#footer {
    position: fixed;
    bottom: 0px;
/*     width: 100%; */

    background:inherit;

    margin-left: 180px;
    z-index: 5;
/* 	border-style: solid; */
}
/*     margin-left: 0px; */
/*     margin-top: 40px; */
/*     padding-top: 0px; */
#sidebar {
    position: fixed;
	top: 80px;
	left: 0px;
}
/* position: absolute; */
#content {
    height: 100%;
    margin-left: 170px;
/*     margin-left: 220px; */
/*     margin-left: 0px; */
    overflow:auto;
    padding-left: 10px;
    padding-right: 200px;
	border-style: solid;
}
/*     background:green; */

/* original */
/*
#content {
    padding-top:20px;
    padding-bottom:20px;
    padding-left: 180px;
}
 */

/* 	position:absolute; */
/*     margin-top:20px; */
/* 	overflow: hidden; */
/* 	position:relative; */
/*     left: 180px; */
/*     top: 200px; */
/*     z-index: 5; */

/* .row { */
/* [class*="col-"] { */
/*
.row.match-my-cols {
    display: table !important;
}

.row.match-my-cols [class*="col-"]{
	border:1px solid #cecece !important;
    float: none !important;
    display: table-cell !important;
    vertical-align: top !important;
}
 */
