﻿@import url("layout.css");
body {
	padding: 10 10 10 10;
	font-family: Verdana;
	font-size: 0.8em;
	background-image: url('../images/heartofanapostle.gif');
	background-repeat: repeat;
	background-attachment: scroll;
	padding-bottom: 10;
}
#container {
	width: 635px;
	margin: 0 auto;
	padding: 10px;
	border-right: 2px solid #eecccc;
	border-bottom: 2px solid #eecccc;
	border-left: 2px solid #eecccc;
	background-color: #E8E8E8;
}
#masthead {
	text-align: center;
	width: 608px;
	padding: 10px;
	border: 1px dotted #725972;
	background-color: #4411cc;
}
#navigation {
	position: relative;
	float: left;
	width: 130px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #eecccc;
}
#content {
	padding-left: 10px;
	padding: 10px 10px 10px 10px;
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 8px;
	background-color: #FFFFFF;
}
#footer {
	text-align: center;
	clear: both;
	width: 618px;
	border: 1px dotted #d8bfd8;
}
/* Masthead Styles */
#masthead h1 {
	color: #FFCC66;
}
#masthead h3 {
	color: #402640;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px dotted #dfb8df;
	background-color: #dfb8df;
}
#navigation a {
	color: #402640;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #DEC7FE;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
h3 {
	color: #503750;
}
h2 {
	color: #503750;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
/* Footer Styles */
#footer p {
	color: #808080;
}
#footer a {
	color: #503750;
	text-decoration: underline;
}
#footer a:hover {
	color: #402640;
	text-decoration: none;
}
a {
	color: #402640;
	text-decoration: underline;
}
a:hover {
	color: #dfb8df;
	text-decoration: underline;
}

