#page {
	height: inherit;
	width: 740px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#bck {
	background-image: url(images/slice.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	height: 125px;
	width: 740px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	height: auto;
	width: 740px;
	background-repeat: no-repeat;
}
#writing {
	height: auto;
	width: auto;
	text-align: justify;
	margin-top: 5px;
	margin-right: 50px;
	margin-bottom: 5px;
	margin-left: 50px;
}
#footer {
	height: 131px;
	width: 740px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#writing a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px;
	margin: 2px;
	text-decoration: none;
	font-size: 14px;
	color: #1729A7;
}
#writing a:hover {
	color: #FF0000;
	text-decoration: underline;
}
td {
	height: 225px;
	width: 310px;
	text-align: center;
}
img {
}
.image {
	border: thin solid #000000;
}
.imagetext {
	border: thin solid #000000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
