body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	text-align: center;
	}
			
.container {
	width: 700;
	background-image: url(/img/background.gif);
}
			
.header {
	height: 100px;
	width: 700px;
	border-bottom: 1px solid #4182b8;
	margin-bottom: 5px;
}
			
.breadcrumbs {
	width: 700px;
	text-align: left;
}
			
.news {
	width: 700px;
	height: 160px;
	border-bottom: 1px solid #4182b8;
	margin-bottom: 5px;
	padding-bottom: 10px;
	text-align: left;
}
			
.footer {
	height: 230px;
	width: 700px;
	background-image: url(/img/footer.gif);
	color: white;
	padding-top: 10px;
}
			
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	color: #4182b8;
	margin-bottom: 1px;
}
			
h1 {
	font-size: 4em;
	text-align: center;
}
			
a {
	color: #4182b8;
}
			
.navigation {
	font-size: 1.2em;
	text-align: center;
}
			
h2 a {
	color: black;
	text-decoration: none;
}
			
h2 a:hover{
	color: #4182b8;
	text-decoration: none;
}
		
img {
	margin-right: 20px;
}
