body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #605f5f;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 780px;
	text-align: center;
	display: inherit;
	float: none;
	background-color: White;
}
div.row {
	clear: both;
}
div.cell {
	display: table-cell;
	float: left;
}

div.nav {
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 34px;
	padding-left: 12px;
	color: #ffffff;
	padding-top: 6px;
}
div.nav div.cell a{
	color:#ffffff;
	font-size: 14px;
	font-weight: bold;
}

div.nav div.cell a:hover{
	color: #cccccc;
}

div.col {
	width: 249px;
	background-color: #f0ffe2;
	padding-top: 26px;
	float: left;
	display: table-cell;
}
div.content {
	float: left;
	display: table-cell;
	background-color: White;
	padding-left: 30px;
}
div.data {
	clear: both;
	float: left;
	background-image: url(images/data-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 501px;
	position: relative;
}
div.txt {
	font-size: 12px;
	width: 316px;
	text-align: left;
	margin: 0;
	padding: 0;
	float: left;
}
div.bound {
	position: relative;
	float: right;
	bottom: -6px;
}
div.services {
	clear: both;
	float: left;
	font-size: 12px;
	width: 501px;
	text-align: left;
	display: table-cell;
}
div.services p {
	color: #2e3192;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 10px;
	clear: both;
}
div.service-txt {
	float: left;
	display: table-cell;
	width: 420px;
	line-height: 12px;
	margin-bottom: 2px;
}
div.logo-down {
	width: 249px;
	background-color: #f0ffe2;
	float: left;
	height: 700px;
	*height: 820px; @important!
	display: table-cell;
	position: relative;
}
div.logo-down div {
	position: absolute;
	bottom: 0;
	left: 10px;
}
div.contact-box {
	background-color: #dce9f1;
	float: left;
	clear: both;
	width: 251px;
	height: 141px;
}
div.contact-txt {
	float: left;
	font-size: 12px;
	text-align: left;
	padding-bottom: 10px;
	width: 206px;
}
div.contact-txt a {
	color: #605f5f;
}
div.footer {
	height: 24px;
	background-image: url(images/footer_bg.gif);
	padding-top: 7px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}