@charset "utf-8";
body {
	margin-top: 0px;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

#wrapper {
	width: 725px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-image: url(../images/header_bg.jpg);
	height: 137px;
	background-repeat: no-repeat;
}
#wrapper #lft-content {
	float: left;
	width: 250px;
	font-size: 85%;
}
#wrapper #rgt-content {
	float: right;
	width: 457px;
}
#wrapper #lft-content .titles {
	margin: 0px;
}
#wrapper #lft-content table {
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 75%;
}
#wrapper #rgt-content .center {
	text-align: center;
}



#wrapper #btm-content {
	clear: both;
	height: 50px;
	text-align: center;
	font-size: 70%;
	color: #666666;
	padding-top: 25px;
}
.border {
	border: 1px solid #666666;
}

