@charset "utf-8";
body {
	text-align: center;
	font-family: "MS Sans Serif";
	font-size: 100%;
	color: #333333;
	margin: 10px auto;
	padding: 0;
	background-color: #FBFBFB;
	background-image: url(../images/frostybackgrnd.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	color: #4A4A4A;
}
a {
	text-decoration: none;
	color: #DE3682;
}
a:hover {
	text-decoration: underline;
	color: #3366CC;
}
#main_wrapper {
	width:750px; /* widths of columns will scale proportionately as this width is changed */
	margin:   0px auto; /* centers max'd layout in browser */
	text-align:left; /* prevents page inheriting IE6 centering hack on body */
	padding: 10px 10px 20px 10px;
	background-color:  #FBFBFB;
	border: 3px solid #666666;
}
#header {
	width: 750px;
	padding: 0px;
	background-color: #FBFBFB;
}
#nav {
	width: 740px;
	padding: 0px;
	background-color: #181D65;
	margin-left: 6px;
}
#nav_inner {
	margin:  15px 0px 5px 260px;
	font-weight: bold;
	height: auto;
}
#nav_inner ul {
	list-style-type: none;
	color: #FFFFFF;
	padding: 0px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#nav_inner li {
	list-style-type: none;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 10px 0px 0px;
	display: inline;
}
#nav_inner a {
	padding:  8px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#nav_inner a:link {
	line-height: 30px;
	padding:  8px;
}
#nav_inner a:visited {
	line-height: 30px;
	padding:  8px;
}
#nav_inner a:active {
	padding:  8px;
}
#nav_inner a:hover {
	text-decoration: underline;
}
#nav_inner ul a.active {
	color: #6FBEAB;
	padding:  8px;
}
#content_inner {
	float: left;
	width:  270px;
	margin: 30px 10px 20px 0px;
	margin-bottom: 20px;
	margin-top: 30px;
	clear: left;
}
#content_inner img {
	margin-bottom: 10px;
}
.homepg {
	margin-top: 45px;
}

.church_schedule  {
	text-align: right;
}







#parish_page {
	width: 700px;
	margin: 20px 0px 0px 25px;
}

#inner_parish_page   {
	width: 245px;
	float: right;
	background-color:#5EB0D9;
	padding: 0px 15px  0px 15px;
	margin:   15px 0 0 0;
	color: #FFFFFF;
}
#inner_parish_page h3  {
color: #FFFFFF;
}

#bulletin_page {
	width: 700px;
	padding: 15px 0 0 25px;
}
#news {
	padding: 20px;
}
#form img, #under_nav_inner img, #content_inner_photos img, a:link, visited {
	border: none;
	border: none;
}
#bottom_div {
	clear: both;
}
#bottom_div ul {
	clear: both;
	width: 750px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 20px solid #181D65;
}
#bottom_div li {
	position: relative;
	float: left;
	width: 228px;
	padding: 10px 10px 45px 10px;
}
li#one, #two, #three {
	background-color: #D6F8FE;
	height: 300px;
}
li#one, #two {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #666666;
}
#bottom_div h4 {
	margin: 10px 0px 10px 0px;
}
#bottom_div h5 {
	margin: 5px 0px 0px 85px;
}
#bulletin_end {
	background-color: #D6F8FE;
	height:  300px;
	clear: both;
	border-top: 2px solid #666;
}
table.basic_lines {
	width: 680px;
	margin: 10px 0 0 30px;
	border-collapse: collapse;
	font-size: 105%;
}
table.basic_lines td {
	border-bottom: 1px solid #333;
}
table.basic_lines th {
	border-bottom: 2px solid #069
}
table.basic_lines td, table.basic_lines th {
	padding: 5px 3px 30px 5px;
	border-bottom: 1px solid #069;
}
table.basic_lines caption {
	padding: 8px 0 8px 10px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5EB0D9;	
	
}
#footer {
	clear: both;
	width:  729px;
	padding: 10px;
	margin: 20px 0 0 0px;
	background-color: #181D65;
}
#footer p {
	color: #F3D7CB;
	text-align: center;
}
 #nav_inner, #content_inner, {
 overflow:hidden; /* prevents oversize elements from breaking the layout */
}
