BODY { 
	font-family: arial, sans-serif; 
	background-color: #0a0050;
	color: #cccccc;
	margin-left: 20px; 
	margin-right: 20px; 
}

A { text-decoration: none; }

A:link {
	color: white;
}

div.header {
	border-bottom: 1px solid; 
	font-size: x-large; 
	margin-bottom: 5px;
}

.header A:link {
	color: #cccccc;
}

.header A:visited {
	color: #cccccc;
}

A:visited {
	color: #aaaaaa;
}

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: white; 
	border-width: 1px;
	border-style: solid;
}

div.footer {
	text-align: center; 
	border-top: 1px solid; 
	margin-top: 5px;
}

div.navigation {
	text-align: center;
}

.box {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid;
	margin-top: 5px;
}

.box h2 {
	font-size: medium;
	font-weight: bold;
}


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

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