body {
	text-align: center;
	min-width: 700px;
}

body, td, th {
	font-family: Gill Sans, Arial, sans-serif;
	font-size: 13px;
}

th { text-align: center; }

img { border: 0; }

a:link {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #006600;
	text-decoration: none;
}

a:visited:hover {
	text-decoration: underline;
}

h1 {
	font-size: 16px;
}

form {
	margin: 0;
	padding: 0;
}

#main {
	position: relative;
	margin: 20px auto 10px auto;
	width: 700px;
	height: 500px;
	text-align: left;
}

#top-side {
	position: absolute;
	left: 0;
	top: 0;
	width: 700px;
	height: 82px;
	background-image: url( images/top-side.gif );
}

#left-side {
	position: absolute;
	left: 0;
	top: 82px;
	width: 55px;
	height: 418px;
	background-image: url( images/left-side.gif );
}

#body {
	position: absolute;
	left: 55px;
	top: 82px;
	width: 570px;
	height: 352px;
	background-color: white;
	padding: 10px;
	overflow: auto;
}

#right-side {
	position: absolute;
	left: 645px;
	top: 82px;
	width: 55px;
	height: 418px;
	background-image: url( images/right-side.gif );
}

#bottom-side {
	position: absolute;
	left: 55px;
	top: 454px;
	width: 590px;
	height: 46px;
	background-image: url( images/bottom-side.gif );
}

td {
	vertical-align: top;
}

th {
	vertical-align: bottom;
}

.error {
	color: red;
}