body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px;
}
a {
	color:#2B818C;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}
.box {
	width:750px;
	background-image:url(images/info_repeat.jpg);
	background-repeat:repeat-y;
}
.info {
	background-image: url(images/info_bg.jpg);
	background-repeat: no-repeat;
	width: 750px;
}
.right {
	width:400px;
	float:left;
	text-align:left;
}
.footer {
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	height:30px;
	width: 750px;
	padding-top:70px;
}
.footer a {
	color:#FFFFFF;
	text-decoration:none;
	margin-left:20px;
	margin-right:20px;
}
.footer a:hover {
	color:#FFFF9A;
	text-decoration:underline;
}
.left {
	width: 290px;
	float: left;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
}
