@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 1.4;
	font-style: normal;
}

.container {
	width: 960px; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #333;
}


	background-repeat: no-repeat;
	height: auto;
	background-color: #BC430E;
	background-image: url(images/CatholicTruthBanner.jpg);
}
#NavBar {
	width: 100%;
}



.content {
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	background-color: #333;
}

/* ~~ The footer ~~ */
.footer {
	height: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-repeat: no-repeat;
	width: 960px;
	background-color: #333333;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
}
.container .content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	color: #FFFFFF;
}
.content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
	text-align: center;
}
h2 {
	text-align: left;
}
.content blockquote {
	background-color: #CCC;
}
#picbox {
	float: left;
	height: 122px;
	width: 160px;
}
#NavBar2 {
	padding: 0px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
