	body
	{
		padding: 0;
		margin: 0;
		text-align: center;
		background-color: #DCDFE4;
		color: #2a2a2a;
	}
	
	.container
	{
		width: 800px;
		padding: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	.content
	{
		padding-top: 5px;
		background-color: #f1efee;
		width: 779px;
		font: 11px Verdana, sans serif;
		float: left;
		text-align: left;
		color: #000000;
	}
	
	.pad
	{
		padding-left: 20px;
		padding-right: 10px;
		margin-left: 200px;
		border-left: 1px solid gray;
	}
	
	.side
	{
		float:left;
		width:180px;
		margin:0;
		padding: 15px;
		font-size: 12px;
	}
	
	.news
	{
		padding-bottom: 20px;
	}
	
	.line
	{
		text-align: center;
	}
	
	h1
	{
		font: 14px Verdana, sans serif;
		font-weight: bold;
		font-style: italic;
		color: #3f8554;
	}
	
	a:link {color: #0000ff; font-weight: normal; text-decoration: none; background-color:#f1efee;}
	a:visited {color: #264d93; font-weight: normal; text-decoration: none; background-color:#f1efee;}
	a:hover {color: #008000; font-weight: normal; text-decoration: none; background-color:#f1efee;}
	a:active {color: #635445; font-weight: normal; text-decoration: none; background-color:#f1efee;}
