@import url(layout.css);
body {
	background-position: 50% bottom;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url('newspaperbackground.jpg');
	background-attachment: inherit;
	background-repeat: inherit;
}
#container {
	background-color: #fff;
	width: 620px;
	margin: 0 auto;
	border-right: 1px solid #b7b7b7;
	border-left: 1px solid #b7b7b7;
	background-image: url('../../../../Pictures/3019790-newspaper-stack-on-white-backgroundSMALL.jpg');
	border-top-style: none;
	border-top-color: inherit;
	border-top-width: 0;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: 0;
}
#masthead {
	text-align: right;
	background-color: #000000;
	width: 620px;
	background-image: url('../../../../Pictures/images (7)MASTHEAD.jpg');
}
#navigation {
	background-color: #545454;
	overflow: hidden;
}
#column_l {
	background-position: 50% bottom;
	width: 385px;
	margin: 0;
	padding: 0 15px;
	background-color: #fff;
	background-image: url('newspaperbackground.jpg');
}
#column_r {
	width: 192px;
	margin: 0;
	float: right;
	padding: 4px;
	background-color: #a9a9a9;
	position: relative;
	background-image: url('images%20(3).jpg');
	font-size: small;
}
#footer {
	width: 620px;
	text-align: center;
	background-color: #000000;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Styles for Masthead */
#masthead img {
	background-position: inherit;
	float: left;
	background-image: url('../images/EXLARGEBANNER.jpg');
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: inherit;
}
#masthead p {
	font-size: 11px;
	color: #fff;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: small;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
