/* Grace Lutheran Church stylesheet */
body {
	margin: 0px; 
	padding: 0px;
	background-color: #FFFFFF;
	height: auto;
	}
html {
	padding: 0px;
	margin: 0px;
	}
/* basic div elements */
#container {
	position: absolute;
	background: url(images/cross.gif) left top no-repeat;
	background-color: #FFFFFF;
	top: 0px;
	width: 760px;
	left: 50%;
	border: 4px solid #5A0029;
	margin: 2px 0px 0px -380px;
	padding: 0px;
	height: auto;
	}
#container2 {
	position: relative;
	background: url(images/trinity.gif) bottom right no-repeat;
	background-color: transparent;
	width: 760px;
	height: auto;
	} 
#banner {
	float: left;
	height: 110px;
	width: 100%;
	background: url(images/banner2.jpg) left top no-repeat;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	}
#menu {
	float: left;
	top: 160px;
	width: 170px;
	background-color: transparent;
	font-family: Pristina, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 20px;
	color: #7B314A;
	margin-top: 25px;
	}
#content {
	float: right;
	width: 580px;
	margin-top: 25px;
	border-left: 4px solid #5A0029;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 90%;
	height: 100%;
	padding-bottom: 5px;
	}
#footer {
	position: absolute;
	top: 70px;
	left: 450px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #B57384;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
/* specific div elements */
#banner h1 span {
	display: none;
	}
#banner h3 span {
	display: none
	}
#banner h5 span {
	display: none;
	}
#content h2 {
	font-size: 20px;
	color: #5A0029;
	padding-left: 20px;
	margin-bottom: 5px;
	}
#content h3 {
	font-size: 16px;
	color: #7B314A;
	padding-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
#content p {
	padding: 0px 10px 0px 20px;
	}
#content table {
	margin-left: 20px;
	}
#content ul li {
	padding-bottom: 5px;
	}
/* link properties */
#menu ul {
	list-style-type: none;
	}
#menu ul li a {
	color: #B57384;
	font-weight: bolder;
	text-decoration: none;
	}
#menu ul li a:hover, a:active {
	color: #7B314A;
	font-weight: bolder;
	text-decoration: underline;
	list-style-image: url(images/bullet.gif);
	}
#content a {
	color: #B57384;
	text-decoration: none;
	font-weight: bolder;
	}
#content a:hover, a:active {
	font-weight: bold;
	color: #B57384;
	text-decoration: underline;
	}

/* other specific elements */
td {
	vertical-align: top;
	}
hr {
	size: 5px;
	color: #7B314A;
	text-align: center;
	margin: 0px;
	}
#content ul li {
	list-style-image: url(images/bullet.gif);
	margin-left: 20px;
	}
p.center {
	text-align: center;
	}
blockquote {
	font-style: oblique;
	} 