#mainbox {
	text-align: left;
	padding: 50px;

}

#bg-col-1 {
	background: #fff url("/images/bg_col_1.gif") left top repeat-y;
}

/* \*/
* html #bg-col-1, * html #bg-col-3, * html #grid-bottom-left, * html #grid-bottom-right { height: 1%; }
/* */

#bg-col-3 {
	background: transparent url("/images/bg_col_3.gif") right top repeat-y;
}

#grid-bottom-left {
	background: transparent url("/images/grids_bottom_left.gif") left bottom no-repeat;
}

#grid-bottom-right {
	background: transparent url("/images/grids_bottom_right.gif") right bottom no-repeat;
}

#col-1 {
	float: left;
	width: 131px;
}

#col-2 {
/*	background: transparent url("/images/collage.jpg") left bottom no-repeat;*/
	padding-top: 10px;
	margin: 0 325px 0 131px;
}

#col-3 {
	float: right;
	width: 325px;
	color: #fff;
}

#col-3 a {
	color: #fff;
	text-decoration: none;
}

#col-3 a:hover {
	color: #fc0;
	text-decoration: none;
}

.certificates {
	text-align: center;
}

#logo {
	background: #f2f7f7;
	border: 1px solid #9fc4c4;
	margin: 0 11px 15px 10px;
	padding: 45px 0 45px 0;
	text-align: center;	
}

#footer {
	margin: 0px 330px 10px 145px;
	padding-top: 10px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	font-size: 10px;
	color:#999999;
	margin: 0;
	padding: 0;
}






.cleaner {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 1px;
	background: none;
	border: none;
	
}

