html, body { height:100%; }

body{
margin:0;
padding:0;
line-height: 1.0em;  
background-image: url('../images/C-thru.gif');
	background-color: #ffdead;
	color: #800000;
}

#bigwrapper {
	min-height:100%;
	position:relative;
}
b{font-size: 110%;}
em{color: red;}


#topsection{ 
background: #ffd34e;
height: 28px; /*Height of top section*/
padding-top:1px;
padding-bottom: 2px;
}

#topsection h1{
margin: 0;
font-size: 1em;
text-align: center;
padding-top: 0px;
color: #8b4513;
}

#contentwrapper{
float: left;
width: 90%;
padding-bottom: 100px;
}

#contentcolumn{
margin: 0 16% 0 27%; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background-color: #ffffff;
padding: 0 5px 0 5px;
height:97vh;
}

#leftcolumn{
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: -85%;
background: #FEA;
height:97vh;
}

#rightcolumn{
float: left;
width: 15%; /*Width of right column in pixels*/
margin-left: -15%; /*Set margin to that of -(RightColumnWidth)*/
background: #DBF4DB;
height:97vh;
}

#footer{
background: maroon;
color: #FFF;
text-align: center;
padding: 0 0 4px 0;
font-size:smaller;
width: 85%;
float: left;
margin-left: 70px;
height: 18px;
position: absolute;
bottom: 0px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin:  0 10px 0 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
.header {
}
.slogan {
	font-style: italic;
	text-align: center;
}
.bottomlogo {
clear:both;
	display: block;
	width: 18%;
	 position: relative;
    bottom: 145px;
	text-align: left;
	line-height: 100%;
}
.address {
	display: block;
	width: 18%;
	 position: absolute;
    bottom: 20px;
	font-size: 90%;
	text-align: right;
	line-height: 100%;
}
/* ####### responsive layout CSS ####### */

@media (max-width: 840px){ /* 1st level responsive layout break point- drop right column down*/
	
	#rightcolumn{
	float: none;
	width: 100%;
	margin-left: 0;
	clear: both;
	}
	
	#contentcolumn{
	margin-right: 0;
	}
}

@media (max-width: 600px){ /* 2nd level responsive layout break point- drop left column down */
	#leftcolumn{
	float: none;
	width: 100%;
	clear: both;
	margin-left: 0;
	}
	
	#contentcolumn{
	margin-left: 0;
	}
}
