body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #a2d0e3;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
div.main {
	clear: both;
	margin: 0px auto; 
	width: 772px;
	text-align: center;
	display: block;
	height: 619;
}
div.row {
	clear: both;
}
div.cell {
	float: left;
	display: table-cell;
}
div.left {
	background-image: url(images/left.gif);
	background-repeat: repeat-y;
	display: table-cell;
	height: 100%;
	width: 19px;
	float: left;
}
div.right {
	background-image: url(images/right.gif);
	background-repeat: repeat-y;
	display: table-cell;
	height: 100%;
	width: 19px;
	float: left;
}
div.content {
	background-color: White;
	width: 734px;
	float: left;
	display: table-cell;
	height: 100%;
}
div.box,
div.box2 {
	background-image: url(images/box-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	display: table-cell;
	float: left;
	margin-left: 6px;
	height: 171px;
}
div.box2 {
	float: right;
	margin-right: 5px;
	width: 380px;
}
div.box-txt {
	float: left;
	display: table-cell;
	font-size: 11px;
	line-height: 11px;
	text-align: left;
}

div.footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	display: table-row;
	float: left;
	color: White;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	padding-top: 7px;
}
a.mail {
	color: White;
}
div.sec {
	margin-left: 40px;
}