body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	background-color: #225DA2;
}
h1 {
	font-size: 16pt;
	color: #000033;
}


ul {
	list-style-type: none;
}
li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #225DA3;
}
a:visited {
	color: #0066CC;
}
a:hover {
	color: #000099;
	text-decoration: underline;
}
a:link {
	color: #000099;
}




#container {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}
#header {
	background-color: #225DA2;
	background-repeat: no-repeat;
	height: 268px;
	width: 850px;
	color: #FFFFFF;
}
#content {
	background-color: #225DA2;
	background-image: url(Images/content.jpg);
	background-repeat: repeat-y;
	width: 850px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 60px;
}
#footer {
	background-color: #225DA2;
	background-image: url(Images/footer.jpg);
	height: 102px;
	width: 850px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
	padding-top: 40px;
	background-repeat: no-repeat;
}
#fragile {
	border: 1px solid #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width: 600px;
}
#gallery {
	display: inline;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border: 1px solid #000033;
}
#indexheader {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
}
#indexcontent {
	background-color: #225DA2;
	background-image: url(Images/index_bg.jpg);
	background-repeat: no-repeat;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	height: 275px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 10pt;
}
