body {
	behavior:url("http://www.homesweethomecareindiana.com/csshover.htc");
	background-image: url("images/mainback.png");
	background-repeat: repeat;
	font-family: Arial, sans;
	font-size: 12px;
}

#main, #menubar, #header { border-left: 2px solid black; border-right: 2px solid black; }
#main, #menubar, #header, #copyright { 	margin-left: auto; margin-right: auto; }

#main {
	border-bottom: 2px solid black;
	background-image: url("images/copyback.png");
	background-repeat: repeat-x;
	background-color: #FFFFF2;
	width: 680px;
	margin-bottom: 40px;
	display: block;
	padding: 10px;
}
#menubar {
	background-color: #670E05;
	color: #FFFFF2;
	width: 700px;
	height: 16px;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 7px 0px;
	text-align: center;
}
#menubar a {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFF2;
}
#menubar a:hover {
	background-color: #FF0000;
}
#header {
	display: block;
	background-image: url("images/logo.png");
	height: 200px;
	width: 700px;
	border-top: 2px solid black;
	margin-bottom: 0px;
}
#copyright {
	width: 600px;
	text-align: center;
	color: #FFFFF2;
	font-weight:bold;
}
h1, h2, h3 {
	color: #000066;
}
a {
	color: #670E05;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}