body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

	#header {
		background-image: url(../images/header.jpg);
		width: 900px;
		height: 94px;
	}

	#inner {
		width: 860px;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	
		#inner h1 {
			font-size: 30px;
			color: #4f6e9d;
			margin: 0px 0px 5px 0px;
		}
		
		#inner #main h2 {
			font-size: 14px;
			font-weight: lighter;
			color: #4f6e9d;
			margin: 0px 0px 15px 0px;
		}
		
		#inner a {
			color: #CC0000;
			text-decoration: none;
		}
		
		#inner a:hover {
			text-decoration: underline;
		}
		
		#inner p {
			font-size: 14px;
			color: #000000;
		}
		
	#pagination {
		width: 575px;
		float: right;
		margin-top: -45px;
		text-align: right;
		font-size: 14px;
	}
	
		#pagination a {
			color: #4f6e9d;
			text-decoration: none;
		}
		
		#pagination a:hover {
			text-decoration: underline;
		}
	
	.border {
		border-bottom: 1px solid #4f6e9d;
	}
	
.break {
	clear: both;
}

.newsItem {
	width: 860px;
	margin-top: 20px;
}
	
	.newsItemLeft {
		float: left;
		width: 150px;
	}
	
	.newsItemRight {
		float: right;
		width: 690px;
		margin-left: 20px;
	}
	
		.newsItemRight h2 {
			font-size: 18px;
			color: #4f6e9d;
			margin: 0px;
		}
	
		.newsItemRight h3 {
			font-size: 14px;
			font-weight: lighter;
			color: #4f6e9d;
			margin: 0px 0px 15px 0px;
		}
		
		.newsItemRight p {
			margin-top: 5px;
			font-size: 14px;
			color: #000000;
		}
		
		.newsItemRight a {
			color: #CC0000;
			text-decoration: none;
		}
		
		.newsItemRight a:hover {
			text-decoration: underline;
		}
		
	#footer {
		margin-top: 10px;
		text-align: right;
	}
			
		#footer a {
			color: #4f6e9d;
			text-decoration: none;
		}
		
		#footer a:hover {
			text-decoration: underline;
		}
