body {
	background-color: #2f4362;
}

#navigation {
	display: inline;
	list-style-type: none;
	background-repeat: no-repeat;
}
#page #navigation ul {
	background-repeat: no-repeat;
	background-image: url(navigationbackground.gif);
	height: 61px;
	width: 700px;
	padding-top: 20px;
}
#page #content #articles {
	padding: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer {
	color: #000;
}
#page #navigation ul li {
	display: inline;
	width: 700px;
	list-style-type: none;
	padding: 25px;
	margin: 10px;
}
#page #footer {
	background-image: url(navigationbackground.gif);
	background-repeat: no-repeat;
	padding: 8px;
}
#page {
	width: 700px;
	padding-right: 20%;
	padding-left: 25%;
}
#page #content #articles img {
	float: left;

}
#page #content #articles p {
	font-size: 18px;
}

#content {
	width: 700px;
	background-image: url(contentbackgroundpicture.gif);
}
#page #navigation ul li a:hover {
	background-image: url(hoveractivenavigationbutton.gif);
	height: 61px;
}
#page #navigation ul li a:visited {
	color: #B5E0AA;
	text-decoration: none;
}
#page #navigation ul li a {
	color: #bbc3cf;
	text-decoration: none;
	font-weight: bold;
}
#page #content #articles img {
	padding: 5px;
}
