﻿/* CSS layout */
#container {
	width:1000px;
	margin:0 auto;
	height: 800px;
}

#masthead {
	background-image: url('../Images/JJMNT%20MastHead.jpg');
	background-repeat: no-repeat;
	height: 150px;
}


#top_nav {
		background: #0100E0 no-repeat;
}

#page_content {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	line-height: normal;
	float: left;
	width: 700px;
	height: 608px;
	background-color: #cacaca;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	text-indent: 6;
	
}

#right_col {
	font-size: x-small;
	float: right;
	width: 300px;
	margin-top: 0px;
	margin-bottom:0px
	height: 608px;
	color: #000000;
	font-weight: normal;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	background: #CACACA url('../Images/Right%20Column%20News.jpg') no-repeat;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	height: 608px;
}

#footer {
	clear: both;
	Top: 0px;
	height: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../Images/Footer Text.jpg');
	background-repeat: no-repeat;
}


#chapelsize {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: 200;
	letter-spacing: 1px;
	color: #0000


.newStyle1 {
}



