/* Blessingswithin.com */

body {
	background-image: url(images_fw/bw_bkgd3.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10.5pt;
}

h1 {
	font-weight: bold;
	color: #386079;
	font-family: lucida calligraphy, arial, sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	/* background: red; */
}

p {
	margin-top: 0px;
}

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #466623;
	text-decoration: underline;
}


#menu {
	/* background: red; */
	width: 700px;
	height: 93px;
	margin-top: 150px;
	margin-left: 175px;
}

#content {	
	width: 700px;
	margin-top: 0px;
	margin-left: 175px;
}


#footer {
	width: 700px;
	margin-top: 25px;
	margin-left: 175px;
	text-align: center;
	margin-bottom: 25px;
}

#footer p {
	font-size: 8pt;
	margin-top: 10px;
	margin-bottom: 25px;
}