body {
	background-image: url('../images/bg.gif');
	margin-top: 30px;
}
body,div,p, li {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}
h1 {
	font-weight: normal;
	font-size: 1.4em;
}	
#top {	
	width: 100%;
	color: #fff;
	font-size: 0.9em;
	text-align: right;
}
#container {
	width: 925px;
	margin: 0 auto;
}
#navigation {
	background-color: #597d94;
	width: 215px;
	float: left;
	clear: both;
}
#navigation ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 10px;
}
#navigation ul li {
	margin-left: 0px;
	margin-bottom: 15px;
}
#navigation ul li a {
	text-decoration: none;
	color: #fff;
}

#navigation ul li a:hover {
	text-decoration: underline;
}

#content {
	background-color: #365a71;
	width: 670px;
	margin-left: 40px;
	float: left;
	line-height: 140%;
	min-height: 460px;
	text-align: justify;
}
#content img {
	margin-left: 40px;
}
#footer {
	text-align: right;
	font-size: 0.8em;
}
