body {
	padding: 0px;
	margin: 0px;
	background-image:url(body_bg2.jpg);
	font-family: arial, "lucida console", sans-serif;
}

table {
	border-collapse: collapse;
}
table tr{
}
table td{
	padding: 0px;
	text-align: justify;
}

.wrap1 {
        position: relative;
        left: 0px;
        top: 0px;
        width: 806px;
        height: auto;
	margin-top:0px;
	background-image:url(wrap_bg.jpg);
}

.wrap2 {
        position: relative;
        left: 0px;
        top: 0px;
        width: 790px;
        height: auto;
}

	.top {
		float: left;
		width: 790px;
		height: 82px;
		background-image:url(top_bg.jpg);
	}
	.menu {
		float: left;
		width: 790px;
		height: 37px ! important;
		background-image:url(menu/menu_background.jpg);
	}
	.menu-item {
		margin-top: 8px;
		float: left;
		text-align: center;
		font-family: Tahoma,"lucida console", sans-serif;
		font-size: 14px;
		padding: 0;
	}
	.menu-item a {
		font-family: Tahoma,"lucida console", sans-serif;
		text-align: center;
		font-weight: 600;
		color: #000066;
		text-decoration: none;
	}
	
	.banner{
		float: left;
		width: 790px;
		height: 159px;			
	}
	.content{
		float: left;
		width: 790px;
		height: auto;
		background-image:url(content_bg.jpg);
	}
	.footer{
		float: left;
		width: 764px;
		height: 80px;	
		padding-left: 26px;
		padding-top: 29px;
		background-image:url(footer_bg.jpg);
		background-repeat: no-repeat;
		text-align:left;
		font-size: 12px;
	}
	.footer a{
		text-decoration:none;
		color:#000;
	}
	.footer2{
		float: left;
		width: 764px;
		height: 94px;
		padding-left: 26px;
		padding-top: 15px;
		background-image:url(footer2_bg.jpg);
		background-repeat: no-repeat;
		text-align:left;
		font-size: 12px;
	}
	.footer2 a{
		text-decoration:none;
		color:#000;
	}
	.footer2 input{
		width: 75px;
	}
	.power{
		width: 780px;
		text-align: right;
		color:  #505050;
		font-size: 11px;
		padding-top: 3px;
		padding-bottom: 2px;
	}
	.power a{
		color:  #505050;
		text-decoration: none;
		font-size: 11px;
	}
	
	
.titlebox1{
	width: auto;
	padding-top: 20px;
	padding-bottom: 0px;
	float: right;
	text-align: right ! important;
}
.titlebox1 h1{
	font-size: 22px;
	color: #000066;
	margin: 0px;
	padding: 0px;
}
.titlebox1 h2{
	font-size: 18px;
	color: #000066;
	margin: 0px;
	padding: 0px;
}
.titlebox1 img{
	margin-right: 6px;
}
.titlebox1_clear{ clear: both;}

.breadcrumbs{
	float: right;
	width: 370px;
	padding-bottom: 10px;
	color: #000;
	font-size: 11px;
	text-align: right;
}
.breadcrumbs a{ font-size: 11px; color: #000;}
.breadcrumbs_clear{ clear: both;}



.scrollable {
	position:relative;
	overflow:hidden;
	width: 790px;
	height:159px;
}

.scrollable .items {
	width:20000em;
	position: absolute;
	clear: both;
}

.scrollable img {
	float:left;
	width:790px;
	height:159px;
}