	body
	{
		padding: 0;
		margin: 0;
		text-align: center;
		background-color: #EADBDB;
		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: #243096;
	}
	
	.pad
	{
		padding-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
		margin-left: 0px;
	}
	
	.side
	{
		float:left;
		width:770px;
		margin:0;
		padding: 10px;
		font-size: 11px;
		font-weight:bold;
	}
	
	.news
	{
		padding-bottom: 20px;
	}
	
	.line
	{
		text-align: center;
	}
	
	.right {
margin:2px 0 2px 10px;
float:right;
}

	h1
	{
		font: 17px georgia, serif;
		font-weight: bold;
		font-style: italic;
	}
	
	a:link {color: #635445; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	a:visited {color: #635445; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	a:hover {color: #000000; font-weight: bold; text-decoration: none; background-color:#f1efee;}
	a:active {color: #635445; font-weight: bold; text-decoration: none; background-color:#f1efee;}