	body
	{
		padding: 0;
		margin: 0;
		text-align: center;
		background-color: #e8dfd8;
		color: #000000;
	}
	
	.container
	{
		width: 800px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content
	{
		padding-top: 5px;
		background-color: #f1efee;
		width: 800px;
		font: 12px georgia, serif;
		float: left;
		text-align: left;
		color: #000000;
	}
	
	.pad
	{
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 160px;
		border-left: 1px solid black;
	}
	
	.imgar
	{
	float: right;
	padding-right: 2px;
	padding-left: 7px;
	padding-bottom: 2px;
	padding-top: 2px;
	}
	.imgal
	{
	float: left;
	padding-right: 7px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	}	
	.side
	{
	float: left;
	width: 140px;
	margin: 0;
	padding: 15px;
	font-size: 11px;
	line-height: 18px;
	}
	
	.news
	{
		padding-bottom: 20px;
	}
	
	.line
	{
		text-align: center;
	}
	
	h1
	{
		font: 17px georgia, serif;
		font-weight: bold;
		font-style: italic;
	}
	h2
	{
		font: 14px georgia, serif;
		font-weight: bold;
		font-style: italic;
	}
	h3
	{
		font: 12px georgia, serif;
		font-weight: bold;
		font-style: italic;
	}
	
	a:link {color: #A8A847; font-weight: bold; text-decoration: none;}
	a:visited {color: #A8A847; font-weight: bold; text-decoration: none;}
	a:hover {color: #B9B957; font-weight: bold; text-decoration: none;}
	a:active {color: #A8A847; font-weight: bold; text-decoration: none;}
	
	
.lstorder
{
	list-style-position: outside;
	list-style-type: decimal;
}

.lstlalpha
{
	list-style-position: outside;
	list-style-type: lower-roman;
}

.nowraps { white-space: nowrap }
