html {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	color: #333;	
	font: 0.9em Helvetica, Verdana, Arial, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background: #806aad;
}

/* ------------------------------------------------------------------ */
/* Page layout */

#page {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	background: #e6e1ef url("/media/bg-top.gif") top left repeat-x;
}

#nav { 	
	width: 100%;
	overflow: hidden;
	display: inline block;
	position: fixed;
	top: 0;
}

#nav ul {
	float: right;
	list-style-type:none;
	margin: 20px;
	padding: 20px;
}

#nav ul li {
	display:inline;
	padding:5px;
}

#content { 	
	margin-top: 20px;
	background: url("/media/bg-content.gif") bottom right no-repeat;
	min-height: 240px;
	padding: 10px 40px;
}

#footer {
	padding: 10px 40px;
	background: #806aad url("/media/bg-foot.gif") top right no-repeat;
	height: 70px;
	color: #fff;
} 


/* ------------------------------------------------------------------ */
/* Text */


h1 { 
	color: #000;
	font-size: 1.3em;
}

h2 { 
	margin-top: 2px;
	border-top: 1px solid black;
	color: #000;
	font-size: 1.1em;	
}

h3 {
	font-size: 1.0em;
}

a:link, a:visited { 	
	color: #806aad;
}

a:active, a:focus, a:hover { 	
	color: #333366;
}

#footer a:link, #footer a:visited { 	
	color: #fff;
}

#footer a:active, #footer a:focus, #footer a:hover { 	
	color: #333366;
}

.people img {
	/* TODO: Border etc */
	float: right;
	border: 1px solid black;
	margin: 5px;
}

.people h2 {
	clear: both;
}
