/* The basics */
body {
	background-color: white;
	color: #222;
	font-family: sans-serif;
	font-size: small;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 800px;
	
}

a {
	color: #800;
	text-decoration: none;
}

a:hover {
	background-color: #800;
	color: white;
}

a: visited {
	color: #500;
}

h1 {
	background-color: #eee;
	font-size: x-large;
	margin: .5em 0;
	}

h2 {
	font-size: large;
	}

h3, h4 {
	font-size: medium;
	}

h5, h6 {
	font-size: small;
	}

div.photo {
	float: left;
	width: 200px;
}

div.photo img {
	border: none;
}
	
/* Side panels */

div.sidepanel {
	float: left;
	text-align: left;
	width: 180px;
}

div.sidepanel h5, div.sidepanel h6 {
	background-color: #800;
	background-image: url("white_angle.gif");
	background-position: top right;
	background-repeat: no-repeat;
	color: white;
	margin: 1em 0 0 0;
	padding: 0 30px 0 1ex;
}

div.sidepanel ul {
	border: 1px solid #800;
	list-style: none;
	margin: 0;
	padding: .5em 1ex;
	}

div.sidepanel ul li {
		margin: 0 0 .5em 0;
	}

div#page {
	float: left;
	margin: 0 15px;
	text-align: left;
	width: 400px;
}
