body {
	margin: 0px 0px 0px 0px;
	background-color: #ded9c2;
	background-image: url(/centers/henry/images/shadow.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}
a {color: #990000;}
a:hover {color: silver;}
#container {
		line-height: 100%;
		margin:0 auto;
		text-align: left;
		width: 900px;
		height: 100%;
		background-color: #FFFFFF;
		padding: 0px;
	}

#leftcontent {
	position: relative;
	margin: 20px 10px 10px 20px;
	width: 410px;
	float: left;
	background: white;
}
#rightcontent {
	position: relative;
	width: 410px;
	margin: 20px 20px 10px 10px;
	float: right;
	background: white;
}
#fullcontent {
	clear: both;
	width: 860px;
	margin: 20px 10px 10px 20px;
	background: white;
}
#mainnav {
	width: 900px;
	background: black;
	text-align: center;
}	
#mainnav a {
	line-height: 30px;
	list-style-type: none;
	text-align: center;
	padding: 6px 15px 6px 15px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 120%;
}
#mainnav a:hover {color: gray;}

.navdown {background: silver;}

#subnav {
	width: 900px;
	background: silver;
	text-align: center;
}	
#subnav a {
	line-height: 20px;
	list-style-type: none;
	text-align: center;
	padding: 8px 10px 5px 10px;
	color: black;
	text-decoration: none;
	font-size: 100%;
	font-weight: bolder;
}
#subnav a:hover {color: #990000;}

.bumpup {font-size: 125%;
		font-weight: bold;
		}

p {
		font-size: 115%;
		line-height: 130%;
	}
h1 {
		font-size: 170%;
		}
h2 {display: block;
		font-size: 150%;
		line-height: 140%;
	}
h3 {display: block;
		font-size: 130%;
		line-height: 140%;
	}
h4 {
		font-size: 120%;
		line-height: 130%;
	}
.blogger {
	text-align: right;
	font-size: 100%;
	font-weight: bolder;
}	
li {
		font-size: 115%;
		line-height: 130%;
	}
td {
	font-size: 95%;
}
address {
	font-style: normal; 
	text-align: center; 
	clear: both; 
	border-top: 1px solid black;
}

@media only screen and (max-width: 768px) {
	#container, #leftcontent, #rightcontent, #fullcontent, #mainnav, #subnav {width: 100%; float: none;}
	#headgraphic {width: 100%; }
    td {display: block; width: 100%;}
    } 