/* @override http://maryjmccormickfoundation.org/styles.css */

@import url(headings.css);

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #49080c;
	background-image: url(../images/bg.jpg);
	font: 14px/22px Georgia, "Times New Roman", Times, serif;
}

#content {
	position: relative;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

h1 {
	margin: 0;
	background-image: url(../images/logo.gif);
	width: 350px;
	height: 56px;
	text-indent: -10000px;
}

h2 {
	display: block;
	text-indent: -10000px;
	width: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}

#header {
	margin-bottom: 20px;
	background-color: white;
	padding: 20px;
}

#main {
	background-color: white;
	padding-bottom: 10px;
}

#menu {
	width: 800px;
	height: 200px;
	border-bottom: 1px solid #49080c;
}

#wColumn {
	width: 785px;
	float: left;
	padding-left: 15px;
}

#lColumn {
	width: 495px;
	float: left;
	padding-left: 15px;
}

#lColumn img#special {
	padding: 5px;
	border: 2px solid #49080c;
	margin-left: 62px;
}

p#caption {
	text-align: center;
	font-style: italic;
	margin-top: 3px;
}

#rColumn {
	width: 250px;
	float: left;
	margin-left: 20px;
	padding-left: 20px;
	padding-top: 20px;
}

#rColumn img {
	padding: 5px;
	border: 2px solid #49080c;
	margin-bottom: 40px;
}

#footer {
	color: white;
	padding: 10px;
}

#footer a {
	color: #fff;
	font-weight: bold;
}

.clear {
	clear: left;
}

ul#address {
	list-style: none;
	padding-left: 10px;
}

a {
	color: #49080c;
}

a:hover {
	text-decoration: none;
}

/* PhotoPage */

#photoArea {
	padding-bottom: 20px;
}

/* My Comment */

#spacer {
	display: block;
	height: 5px;
}

