BODY { 
	font-family: arial, sans-serif; 
	background-color: white;
	color: black;
	margin-left: 20px; 
	margin-right: 20px; 
}

A { 
	text-decoration: none; 
	color: #0000ff;
}

A:visited {
	color: #000088;
}


div.header {
	border: 1px solid #5f5d5f; 
	font-size: x-large; 
	background-color: #bdbabd;
	padding: 5px;
	margin-bottom: 10px;
}

.header A:link {
	color: black;
}

.header A:visited {
	color: black;
}

DIV.body {
	background-color: #f0f0f0;
}

H1 { 
	text-align: center; 
	font-weight: normal;
	font-size: x-large;
}
H2 { 
	text-align: center; 
	font-weight: normal;
}
img.map {
	margin-right: 10px;
}

img.mainpage {
	border-color: #808080; 
	border-width: 1px;
	border-style: solid;
}

div.footer {
	text-align: center; 
	margin-top: 5px;

	border: 1px solid #5f5d5f; 
	background-color: #bdbabd;
	padding: 5px;
}

div.navigation {
	border: 1px solid #5f5d5f; 
	background-color: #cccccc;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

.navigation A {
	color: black;
}

.navigation A:link {
	color: black;
}

.navigation A:visited {
	color: black;
}

h1 {
	margin: 0px;
}

div.todo {
	border: 1px solid #5f5d5f; 
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

div.box {
	background-color: #cccccc;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5f5d5f;
	font-size: small;
	margin-top: 5px;
}

.box h2 {
	font-size: small;
	font-weight: bold;
	margin-top: 5px;
}

#imageContainer {
	width: 600px;
	height: 500px;
}

#photo_loading {
/*	position: absolute; */
	position: relative;
	top: 40%;
	width: 100%;
	left: 0%;
}
