@charset "utf-8";
body {
	padding: 0px;
	width: 800px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	position: absolute;
	width: 800px;
	left: auto;
	right: auto;
	margin-right: auto;
	margin-left: auto;
}
#main{
	background-color: #CCFFFF;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #333366;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
	width: 800px;
	height:400px;
}
#heading {
	padding: 0px;
	height: 150px;
	width: 800px;
	background-image: url(images/header.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #333366;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
}
#footer {
	background-color: #CCFFFF;
	padding: 0px;
	height: auto;
	width: 800px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #333366;
	border-right-color: #333366;
	border-bottom-color: #333366;
	border-left-color: #333366;
}
.hidden {
	display: none;
}

#text {
position:absolute;
	text-align: justify;
	left: 100px;
	width: 600px;
}
#photos {
	position: absolute;
	width: 480px;
	top: 110px;
	margin: 0px;
	padding: 0px;
	left: 120px;
}

#entry {
	position: absolute;
	top: 120px;
	left: 150px;
}
#dataList {
	position: absolute;
	left: 20px;
	top: 400px;
}
#confDel {
	top: 120px;
	left: 150px;
	position: absolute;
	width: 500px;
}
#errMsg {
	font-size: large;
	color: #FF0000;
	position: absolute;
	top: 150px;
}
.upd {
	margin: 0px;
	padding: 0px;
	width: 75px;
	background-image: url(images/buttUpdate.png);
	height: 20px;
	text-decoration: none;
}
#photos2 {
	position: absolute;
	left: 120px;
	top: 510px;
}
#photos3 {
	position: absolute;
	left: 120px;
	top: 830px;
}
.smaller {
	font-size: smaller;
}
