#top_img {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 756px;
	height: 290px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#pageLeft {
	width: 443px;
}
#pageRight {
	width: 283px;
}
#dumy {
	position: relative;
	height: 300px;
	width: 443px;
}
#pageBottom {
	position: absolute;
	left: 0;
	bottom: 0;
}
#pageBottom a {
	color: #789abb;
}
/* Menu */
#sideMenu {
	width: 283px;
	height: 110px;
	margin: 0;
	padding: 0;
	position: relative;
	!important;
}
#sideMenu li{
	list-style-type : none;
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
	font-size:0;
	line-height: 0;
	!important;
}
#sideMenu li a {
    text-decoration: none;
    display: block;
    height: 55px;
	background-image: url(../images/home/side_h.jpg);
	background-repeat: no-repeat;
}
#sideMenu li#sm01 a,#sideMenu li#sm03 a {
	width: 141px;
}
#sideMenu li#sm02 a,#sideMenu li#sm04 a {
	width: 142px;
}
/* BUTTONS */
#sideMenu li#sm01 a {
	background-position: 0 0;
	!important;
}
#sideMenu li#sm02 a {
	background-position: -141px 0;
	!important;
}
#sideMenu li#sm03 a {
	background-position: 0 -55px;
	!important;
}
#sideMenu li#sm04 a {
	background-position: -141px -55px;
	!important;
}
/* OVER */
#sideMenu li#sm01 a:hover {
	background-position: 0 -110px;
	!important;
}
#sideMenu li#sm02 a:hover {
	background-position: -141px -110px;
	!important;
}
#sideMenu li#sm03 a:hover {
	background-position: 0 -165px;
	!important;
}
#sideMenu li#sm04 a:hover {
	background-position: -141px -165px;
	!important;
}
#banerLeft {
	float: left;
	width: 128px;
	position: relative;
	height: 60px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
#banerRight {
	float: right;
	width: 128px;
	position: relative;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
