
body 
{
	margin: 0px;
	padding: 0px 30px;
	color: #5b4c39;
	background:#f7f6f5;
	font: 14px Times,  serif;
	line-height:24px;
	text-align:center;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-x;
	background-position: top;	
}


.boundary
{
		
	background-image: url(../images/bg4.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 739px;	
	margin: 0px;
	padding:0px;
	
}
.banner
{
	width: 742px;
	background-image: url(../images/banner2.gif);
	background-repeat: no-repeat;
	background-position: top left;	
	text-align:justify;
	padding: 123px 0px 0px 0px;
	margin: 0px;
}

.issue_number
{

	float:left;
	text-align:left;
	margin: 0 auto;
	padding-left:110px;
	color:white;
	
}

.prev_issues
{

	text-align:right;
	margin: 0 auto;
	padding-right:110px;
	color:white;
	
}

.contents_list
{
	padding: 0px 110px;

}

.contents_list ul
{
	list-style: none;
	text-align:center;
	margin:0px;
}

.contents_list li
{
	padding:5px;
}

.content_item
{
	margin:40px 110px 0px 110px;
	border-top: 1px dotted #342006;
	text-align:justify;
}

.refnumber
{
	font-size:x-small;
	vertical-align: top;
	color: red;
	padding: 0px;
	line-height: 0.75em;
}

.back_to_top
{
	text-align:right;
}

p.intro
{

	padding: 20px 110px 0px 110px;
}

p.quote
{

	padding: 0px 20px;
}

p.signiature
{

	font-style:italic;
	font-weight:bold;
}

H2

{
	font-size: 18px;
	text-align:center;
}

H3

{
	margin-top:40px;
}

hr

{
	width:200px;
	height:5px;
	margin: 20px 0px;
	background:white;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	border-top:1px dashed #342006;
	
}






A:link 	{ 
color : #0000ff;
   

A:visited	{ 
   color : #0000ff; 
   
}

A:active  {
   color : #ff0000; 
   
}

A:hover  { 
   color : #ff0000;
   
}	