	body
	{
		padding: 0;
		margin: 0;
		text-align: center;
		background-color: rgb(252,247,241);
		color: #999999;
	}
	
	.container
	{
		width: 525px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content
	{
		padding-top: 5px;
		background-color: #ffffff;
		width: 524px;
		font: 12px georgia, serif;
		float: left;
		text-align: left;
		color: #666666;
	}
	
	.pad
	{
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 110px;
		border-left: 1px solid tan;
	}
	
	.side
	{
		float:left;
		width:95px;
		margin:0;
		padding: 5px;
		font-size: 10px;
	}
	
	.news
	{
		padding-bottom: 20px;
	}
	
	.line
	{
		text-align: center;
	}
	
	h1
	{
		font: 13px 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;}