﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('../Images/ImagesLg/linenbg.jpg');
	background-attachment: fixed;
	background-position: center top;
	background-repeat: repeat;
}
#masthead {
	font-family: "Felix Titling";
	font-size: 48px;
	font-weight: normal;
	color: #000000;
	position: relative;
	top: 45px;
	text-align: center;
	margin-bottom: 35px;
}
#top_nav1 {
	text-align: right;
	margin-right: 50px;
	margin-left: 50px;
}
#top_nav2 {
	text-align: center;
	margin-bottom: 40px;
}
#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	text-align: center;
	margin-top: 120px;
}
#page_content {
	margin-left: 200px;
	margin-right: 200px;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 120px;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
#saintscontainer {
	width: 600px;
	height: 600px;
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: top;
	position: relative;
}
#saintsbottom {
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: top;
	position: absolute;
	z-index: 5;
	width: 600px;
	height: 600px;
}
#saintstop {
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: top;
	z-index: 10;
	position: absolute;
	width: 600px;
	height: 600px;
}
#right_col {
	width: 200px;
	float: right;
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: right;
	margin-top: 120px;
}
#footer {
	clear: both;
	position: relative;
	text-align: center;
	font-family: "Times New Roman";
	font-size: x-small;
}
.pictures {
	margin: 10px;
}


