@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container {
	width: 870px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(backgroundpaper.jpg);
} 
.thrColFixHdr #header {
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(backgroundpaper.jpg);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 20px 5px 10px; /* padding keeps the content of the div away from the edges */
}
.sidebarPic {
	border: thin solid #756964;
	margin-top: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: left;
	color: #473D3A;
}
.sidebarText1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
	color: #6A635B;
	text-align: left;
	width: 175px;
}


.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 15px 10px 10px; /* padding keeps the content of the div away from the edges */
}
.dropcap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #7C1614;
}

.thrColFixHdr #mainContent {
	background-image: url(WORKING%20GRAPHICS/backgroundpaper_MainDiv.jpg);
	border: double #482017 medium;
	margin-top: 15;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
} 
.thrColFixHdr #container #mainContent a:link {
	color: #006699;
}

.pic2 {
	vertical-align: bottom;
	margin: 0px;
	border: medium double #635F5F;
}

.coverLeft {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	border: thick double #605957;
}
.synopsis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
	color: #221313;
}

.byLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
	letter-spacing: 1px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660000;
	letter-spacing: 1px;
	font-weight: bold;
}
.pullquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #3A3D2A;
	text-align: justify;
}
.excerptText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #6A635B;
	text-align: left;
	width: 185px;
}




.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#514A4A;
	background-image: url(backgroundpaper2.jpg);
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #header .subheadTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #6A6357;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
#aboutBox {
	float: right;
	width: 450px;
	margin-top: 35px;
	margin-right: 175px;
	margin-bottom: 85px;
	border: 3px double #544646;
	padding: 25px;
}
#articlesBox {
	float: right;
	width: 450px;
	margin-top: 35px;
	margin-right: 175px;
	margin-bottom: 85px;
	border: 3px double #544646;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 45px;
	padding-left: 25px;
}
#articleOne {
	width: 408px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #8A8A88;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#articleTwo {
	width: 408px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #8A8A88;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#articleThree {
	width: 408px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #8A8A88;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#articleFour {
	width: 408px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #8A8A88;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#articleFive {
	width: 408px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #8A8A88;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #473D3A;
	line-height: 18px;
	letter-spacing: 0.1em;
}
.attrib {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #473D3A;
}
.thrColFixHdr #mainContentContact {
	background-image: url(WORKING%20GRAPHICS/backgroundpaper_MainDiv.jpg);
	border: double #482017 medium;
	margin-top: 15;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
}
#ContactBox {
	float: right;
	width: 450px;
	margin-top: 35px;
	margin-right: 200px;
	margin-bottom: 85px;
	border: 3px double #544646;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 55px;
}
