

@import url('reset.css');


body	{
	background-color: #5f4619;
/*	background: url(../news-images/background.gif) top center repeat-x #5D3F17; */
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

#wrapper	{
	background: url(../news-images/shadow-bg.gif) top center repeat-y #5f4619;
	margin: 0 auto;
	width: 600px;
}


/* header ------------------------------------------------------ */
#header	{
	background: url(../news-images/header-top.gif) top center no-repeat transparent;
	padding: 25px 25px 0;
	width: 550px;
}

	#header	h2	{
		background-image: url(../news-images/monthly-newsletter.jpg);
		display: block;
		height: 169px;
		overflow: hidden;
		text-indent: -9999px;
		width: 550px;
	}

	#header	h3	{
		background-image: url(../news-images/date-background.jpg);
		background-repeat: no-repeat;
		color: #fff;
		font-family: "Garamond", "Times New Roman", Times, serif;
		font-size: 24px;
		height: 76px;
		line-height: 33px;
		padding-right: 20px;
		text-align: right;
	}

	#header	p	{
		background-image: url(../news-images/provided-background.jpg);
		background-repeat: repeat-x;
		color: #fff;
		font-size: 0.6875em;
		line-height: 24px;
		padding-left: 5px;
	}

		#header	p	a	{
			color: #fff;
			text-decoration: underline;
		}
		
		#header	p	a:hover	{
			text-decoration: none;
		}
/* header ------------------------------------------------------ */


/* content ----------------------------------------------------- */
#content	{
	background-image: url(../news-images/content-bg.gif);
	background-repeat: repeat-y;
	padding: 0 1em 1em;
	margin: 0 auto;
	width: 518px;
}

	#content	h1	{
		font-size: 1.5em;
		letter-spacing: -1px;
		margin-bottom: 0.5em;
	}

	#content	p	{
		color: #000;
		font-size: 0.75em;
		line-height: 1.2em;
		margin-bottom: 1.2em;
	}
	
	#content	ul	{
		list-style-type: square;
		margin-bottom: 1em;
		padding: 0 2em;
	}
	
	#content	ul	li	{
		color: #333;
		font-size: 0.75em;
		line-height: 1.2em;
		margin-bottom: 0.5em;
	}
	
	#content	strong	{
		font-weight: bold;
	}

	#content	img	{
		background-color: #82765E;
		border: 0;
		margin: 5px 10px;
		padding: 4px;
	}

	#content	.right	{
		float: right;
		margin-right: 0;
	}
	
	#content	.left	{
		float: left;
		margin-left: 0;
	}
/* content ----------------------------------------------------- */


/* footer ------------------------------------------------------ */
#footer	{
	background-image: url(../news-images/footer.jpg);
	background-repeat: no-repeat;
	height: 85px;
	line-height: 85px;
	margin: 0 auto;
	text-align: center;
	width: 562px;
}

	#footer	a	{
		color: #333;
		font-size: 0.6875em;
	}
/* footer ------------------------------------------------------ */

