@charset "UTF-8";
/* CSS Document */

#INFO {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	padding: 10px;
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#LEFTSIDE {
	float: left;
	height: auto;
	width: 275px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}
.img {
	margin: 20px;
	border: medium double #C4AC74;
}
#RIGHTSIDE {
	float: right;
	height: auto;
	width: 270px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
