#all {
	background-image: url(../images/back1.png);
	background-repeat: repeat-x;
	padding-top: 5px;
}
#contents {
	width: 872px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/back2.png);
	background-repeat: repeat-y;
	background-position: center;
}
#header {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
	text-align: right;
}
#header p {
	font-size: 70%;
}

#logo {
	float:left;
}

#menu {

}
#mainmenu {
	text-align: left;
}

#submenu {
	height: 24px;
	text-align: right;
}

#main {
	clear: left;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 10px;
}
#left {
	float: left;
	width: 250px;
	margin-top: 20px;
}
#topsec {
	margin-top: 20px;


}


#news {
	font-size: 80%;
	clear: left;
	padding-top: 30px;

}
#topsecbox1 {
	float: left;
	padding: 5px;
	border: 1px solid #D8D8D8;
	width: 260px;
	margin-right: 10px;
}
#topsecbox2 {
	float: left;
	padding: 5px;
	border: 1px solid #D8D8D8;
	width: 260px;
	background-repeat: no-repeat;
}
#topsecbox1 p,#topsecbox2 p{
	font-size: 70%;
	background-image: url(../images/li1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-left: 20px;
	color: #666;
}
#topsecbox1 img,#topsecbox2 img {
	margin-bottom: 10px;
}



#news table {
	margin-left: 10px;
	margin-top: 10px;
}

#right {
	float: right;
	width: 560px;
	margin-top: 20px;
}
#banner {
	padding-top: 10px;
}

#banner img {
	margin-bottom: 15px;
}


#over {
	clear: both;
	height: 100px;
}



#footer {
	color: #FFF;
	background-image: url(../images/footer.png);
	background-repeat: repeat-x;
	height: 80px;
	clear: both;
	background-color: #000;
}
#footerbox {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#footermenu {
	font-size: 75%;
	text-align: left;
	margin-bottom: 30px;
}
#footermenu a {
	color: #FFF;
}

.copyright {
	font-size: 85%;
	text-align: center;
	display: block;

}



/*menu*/


a#menu1 {
	background-image: url(../images/news.png);
	text-indent: -9999px;
	display: block;
	height: 52px;
	width: 132px;
	float: left;
}
a#menu1:hover {
	background-position: right bottom;
}
a#menu2 {
	background-image: url(../images/service.png);
	text-indent: -9999px;
	display: block;
	height: 52px;
	width: 132px;
	float: left;
}
a#menu2:hover {
	background-position: right bottom;
}

a#menu3 {
	background-image: url(../images/company.png);
	text-indent: -9999px;
	display: block;
	height: 52px;
	width: 132px;
	float: left;
}
a#menu3:hover {
	background-position: right bottom;
}

a#menu4 {
	background-image: url(../images/support.png);
	text-indent: -9999px;
	display: block;
	height: 52px;
	width: 132px;
	float: left;
}
a#menu4:hover {
	background-position: right bottom;
}

