#homePage {
	float:left; 
	display:block; 
	width:580px; 
	margin:0; 
	padding:0; 
	background:#c1e0ef; 
	list-style:none;
}

/* for IE */
/* \*/
* html #createAcctDefault {
	height: auto;
}
/* */

#home_leftBlock {
	float:left; 
	width:200px; 
	height:350px; 
	margin:0; 
	padding:0; 
	background:#fff;
}

#home_centerBlock {
	float:left; 
	width:180px; 
	height:350px; 
	margin:0; 
	padding:0; 
	background:#fff;
}

#home_rightBlock {
	float:left; 
	width:200px; 
	height:350px; 
	margin:0; 
	padding:0; 
	background:#fff;
}

#home_leftBlockInner {
	text-align:left; 
	width:195px; 
	height:190px; 
	margin:30px 5px 0 0; 
	padding:0; 
	background:#fff;
}

#home_centerBlockInner {
	text-align:center; 
	width:180px; 
	height:190px; 
	margin:30px 0 0 0; 
	padding:0; 
	background:#fff;
}

#home_rightBlockInner {
	text-align:right; 
	width:195px; 
	height:190px; 
	margin:30px 0 0 5px; 
	padding:0; 
	background:#fff;
}

.home_linkText {
	text-align:center; 
	line-height:0.9em;
	color:#00007f;
	margin:8px auto 20px auto;
}

.home_linkText:hover {
	text-align:center; 
	background:#ffc;
	color:#000;
	margin:8px auto 20px auto;
	width:200px; 
	text-decoration:none;
	cursor:pointer;
}

.home_linkCenterText {
	text-align:center; 
	line-height:0.9em;
	color:#00007f;
	margin:8px auto 20px auto;
}

.home_linkCenterText:hover {
	text-align:center; 
	background:#ffc;
	color:#000;
	margin:8px auto 20px auto;
	width:180px; 
	text-decoration:none;
	cursor:pointer;
}
