#nav1 {
	height:95px;
}
#banner {
	margin-top:-88px;
	margin-bottom:5px;
	width:745px;
	height:400px;
	overflow:hidden;
}
#banner .inner {
	width:2235px;
	height:400px;
	margin-left:0;
	overflow:hidden;
}
#banner .inner a {
	display:block;
	width:745px;
	height:400px;
	float:left;
}
.inner_buttons {
	display:none;
	position: absolute;
	margin-top: -45px;
	margin-left: 10px;	
}
#home_boxes {
	width:750px;
}
#home_boxes p {
	margin:0;
	padding:0;
}
.home_box {
	position:relative;
	float:left;
	width:245px;
	height:180px;
	margin:0 5px 5px 0;
	overflow:hidden;
}
.home_box .home_box_text {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:205px;
	height:35px;
	padding:140px 20px 5px;
}
.home_box .home_box_text a {
	color:#2D401E;
	text-decoration:none;
}
.home_box .home_box_text a:hover {
	color:#f00
}
#home_box_buyart .home_box_text {
	background-image:url(../images/home_box_buyart.png);
}
#home_box_projects .home_box_text {
	background-image:url(../images/home_box_projects.png);
}
#home_box_news .home_box_text {
	background-image:url(../images/home_box_news.png);
}
#home_box_education .home_box_text {
	background-image:url(../images/home_box_education.png);
}
#home_box_helpus .home_box_text {
	background-image:url(../images/home_box_helpus.png);
}
#home_box_aboutus .home_box_text {
	background-image:url(../images/home_box_aboutus.png);
}
#home_acc {
	height:272px;
	color:#969F8E;
}
#home_acc h3 {
	display:block;
	width:200px;
	height:35px;
	margin:5px 0;
	padding:0;
	background:url(../images/home_acc.gif);
	text-indent:-3000px;
	overflow:hidden;
	cursor:pointer;
}
#home_acc h3#acc_header_who {
	background-position:0 0;
}
#home_acc h3#acc_header_who:hover {
	background-position:0 -50px;
}
#home_acc h3#acc_header_who.on,
#home_acc h3#acc_header_who.on:hover {
	background-position:0 -100px;
}
#home_acc h3#acc_header_what {
	background-position:-200px 0;
}
#home_acc h3#acc_header_what:hover {
	background-position:-200px -50px;
}
#home_acc h3#acc_header_what.on,
#home_acc h3#acc_header_what.on:hover {
	background-position:-200px -100px;
}
#home_acc h3#acc_header_how {
	background-position:-400px 0;
}
#home_acc h3#acc_header_how:hover {
	background-position:-400px -50px;
}
#home_acc h3#acc_header_how.on,
#home_acc h3#acc_header_how.on:hover {
	background-position:-400px -100px;
}