@charset "utf-8";
#left {
	width: 228px;
	background-image: url(../IMGS/HOME/index_bg_left.gif);
	text-align: center;
	padding-top: 160px;
	padding-left: 30px;
	font-size: 10px;
	color: #1b1b20;
	background-repeat: no-repeat;
	padding-bottom: 160px;
	float: left;
}
#left img{
	margin-top:30px;
}
#right {
	width: 371px;
	float: right;
	position: relative;
}
#center {
	width: 301px;
	background-image: url(../IMGS/HOME/index_bg_center.gif);
	padding-top: 250px;
	padding-bottom: 250px;
	padding-left: 20px;
	float: left;
	background-repeat: no-repeat;
}
#center a:link, #center a:visited {
	text-decoration: none;
	color: #808386;
}
#center a:hover {
	color: #0092d2;
	border: 0; /* Pure CSS Popups bug fix for IE6*/
}
#center a span {
	display: none;
}
#center a:hover span {
	display: inline;
}
#center ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#center li {
	margin-bottom: 9px;
}

