body {
	background-color : #E1F0B2;
	font-size : 15px;
}

a:link,
a:visited {
	color : #00f;
}

a:hover {
	color : #f00;
}

hr {
	color : #000;
	border : 1px solid #000;
	background-color : #000;
}

p {
	line-height : 20px;
}

#page {
	width : 760px;
}

#body {
	float : left;
	width : 100%;
}

	#navigation {
		float : left;
		width : 180px;
	}
	
		#navigation h1 {
			background-image : url('redcross-logo.gif');
			background-repeat : no-repeat;
			width : 160px;
			height : 110px;
			text-indent : -100000px;
		}
		
		#navigation ul {
			margin : 0;
			padding : 0;
			list-style : none;
		}
		
			#navigation ul li {
				font-weight : bold;
				padding-left : 20px;
				background-image : url('list-arrow.gif');
				background-repeat : no-repeat;
				background-position : 0 11;
				vertical-align : middle;
				line-height : 30px;
			}
			
				#navigation ul li a:link,
				#navigation ul li a:visited {
					color : #000;
					text-decoration : none;
				}
	
	#content {
		float : left;
		width : 575px;
	}
	
#footer {
	clear : both;
	text-align : center;
}

	#footer ul {
		margin : 0;
		padding : 0;
	}
	
		#footer ul li {
			list-style-type : none;
			display : inline;
			margin : 0 8px;
		}