body {
	background-image: url(../../media/images/bg_page.gif);
	background-repeat: repeat-x;
	background-color: #75867b;
	color: #333333;
	margin: 0;
}
body, p, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#content {
	position: relative;
	width: 701px;
	height: 725px;
	background-image: url(../../media/images/bg_content.gif);
	background-repeat: repeat-y;
}
#rates {
	position: relative;
	width: 701px;
	height: 625px;
}
#titleBG {
	width: 541px;
	height: 66px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../../media/images/bg_content_title.gif);
	background-repeat: no-repeat;
}
#image {
	position: absolute;
	width: 190;
	top: 15px;
	left: 510px;
	z-index: 5;
	text-align: left;
}
#title {
	position: absolute;
	top: 27px;
	left: 50px;
	z-index: 10;
}
#main {
	position: relative;
	width: 425px;
	left: -75px;
	top: 100px;
	text-align: left;
	padding-bottom: 110px;
}
#sidebar {
	position: absolute;
	width: 190px;
	top: 150px;
	left: 510px;
	z-index: 15;
	text-align: left;
}
#footer {
	background-image: url(../../media/images/bg_footer.gif);
	background-repeat: repeat-x;
}
#copyright {
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}