/* Bountiful Home Life - CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#CEB092;
	background-image: url(./images/bgall.jpg);
	background-repeat:repeat-x;
	font-family: Times New Roman;
	font-size:14px;
	color:#21160B;
}

h1 {
	font-family: Arial;
	font-size:18px;
	font-weight:700;
	color:#21160B;
}

a {
	text-decoration:none; color:#C1A699;
}
a:visited {
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:underline; color:#5E2E41;
}
   
.holder {
	text-align:center;
}
.content {
	width: 975px;
	border-top: 0px;
	border-bottom: 1px #EEEDEA solid;
	border-left: 1px #EEEDEA solid;
	border-right: 1px #EEEDEA solid;
	padding:1px;
	text-align:left;
}
.menubar {
	width: 975px;
	height: 24px;
	padding-left:25px;
	padding-top: 4px;
	text-align:left;
	background-image: url(./images/menu.jpg);
	color:#EEEDEA;
}
a.menu {
	text-decoration:none; color:#F0E9E2;
}
a.menu:visited {
	text-decoration:none;
}
a.menu:active {
	text-decoration:none;
}
a.menu:hover {
	text-decoration:underline; color:#563718;
}


.page_content {
	width: 975px;
	padding:15px;
	text-align:left;
	background-color:#EEEDEA;
	color:#21160B;
}


.footerbar {
	width: 975px;
	padding:4px;
	font-family:Verdana;
	font-size:10px;
	text-align:left;
	/*background-color: #21160B;*/
	color:#EEEDEA;
}
a.footer {
	text-decoration:none; color:#514831;
}
a.footer:visited {
	text-decoration:none;
}
a.footer:active {
	text-decoration:none;
}
a.footer:hover {
	text-decoration:underline; color:#EEEDEA;
}