.main {
	height: 700px;
	width: 900px;
	font-family: "Century Gothic", Arial;
	font-size: 10px;
	color: #000000;
}
.center_body {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #000000;
}
.navigation {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.page {
	font-family: "Century Gothic", Arial;
	font-size: 14px;
	color: #FF0000;
	font-weight: normal;
}
.image_row {
	vertical-align: top;
	text-align: center;
}

a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #666666;
}.top-right {
	background-image: url(images/right-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom-right {
	background-image: url(images/right-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottom-middle {
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.middle {
	background-image: url(images/right-small.jpg);
	background-repeat: repeat;
	background-position: left;
}
