body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 62.5%;
	background-color: #6699ff;
	/*background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;*/
}
a {
	color: #046380;
	font-weight: bold;
	text-decoration: underline;
}
#container {
	width: 840px; 
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	background-color: #fff;
}
#header {
	/*display: block;
	line-height: 91px;
	margin: 0 0 15px 0;
	height: 91px;*/
}
#header h1 a {
	font-size: 25px;
	font-weight: bold;
	color: #2d93e5;
	text-decoration: none;
	text-align: center;
}
#navigation {
	clear: both;
	width: 100%;
	height: 20px;
}
#navigation ul {
	list-style: none;
	padding: 0 0 0 15px;
}
#navigation li {
	display: inline;
	padding-right: 10px;
}
#navigation li a {
	line-height: 20px;
	padding: 3px 5px;
	background-color: #f2f2f2;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	color: #000;
}
#navigation li a:hover {
	color: #6699ff;
}
#contentcontainer {
	margin: 15px 0 0 0;
}
#content p {
	font-size: 1.3em;
}
#footer {
	width: 940px; 
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	text-align: center;
}
#footer p {
	font-size: 1em;
}
