body {
	margin: 0 auto;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #ececec;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #666666;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 760px;
	text-align: left;
	line-height: 16px;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}
div.mainbg {
	clear: both;
	background-image: url(images/mainbg.jpg);
	background-repeat: repeat-x;
	background-color: #ececec;
	width: 758px;
	display: table;
}
div.left {
	float: left;
	width: 207px;
}
div.left a {
	margin-left: 21px;
	padding-left: 17px;
	line-height: 18px;
	width: 155px;
	font-size: 12px;
	color: #707070;
	display: block;
}
div.left a:hover {
	background-image: url(images/left-nav-bg.gif);
	background-repeat: no-repeat;
	color: white;
}
div.left strong {
	margin-left: 38px;
}
div.right {
	float: left;
	width: 463px;
}
div.nmbr {
	float: right;
	margin-top: 10px;
}
div.nmbr a {
	margin-left: 12px;
}
div.txt {
	clear: both;
	width: 463px;
	margin-left: 0px;
}
div.footer {
	clear: both;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	width: 758px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	color: #898989;
}
div.footer a {
	color: #898989;
	margin: 0 5px;
}

