@import url(template0.css);

#main-table-body{
	border-width:0;
	height:auto;
	margin-top:30px;
}

#main-table-body-rightcell{
	width:900px;
}

#content-body{
	margin:0;
}

.home_top{
	height:225px;
	overflow:hidden;
	width:900px;
}
	.home_welcome{
		background:url(../images/home_welcome.jpg) 0 0 no-repeat;
		float:left;
		height:164px;
		width:560px;
	}
		.home_welcome h2{
			display:none;
		}
		.home_welcome p{
			color:#FFF;
			font-size:10px;
			height:80px;
			margin:63px 0 0 192px;
			overflow:hidden;
			width:346px;
		}
	.home_inquire{
		background:url(../images/home_inquire.jpg) 0 0 no-repeat;
		float:left;
		height:61px;
		width:560px;
	}
		.home_inquire h2{
			margin:0 0 0 192px;
			width:346px;
		}
			.home_inquire h2 a{
				display:block;
				height:39px;
				overflow:hidden;
				text-indent:-9999px;
				width:346px;
			}
		.home_inquire p{
			color:#FFF;
			font-size:10px;
			height:22px;
			margin:0 0 0 192px;
			overflow:hidden;
			width:346px;
		}
	.home_images{
		background:url(../images/home_fade0.gif) 0 0 no-repeat;
		float:right;
		height:225px;
		margin:0;
		padding:0;
		text-align:left;
		vertical-align:top;
		width:340px;
	}
		.home_images img{
			border-width:0;
			margin:0;
			padding:0;
		}
.home_contact{
	background:url(../images/home_contact.jpg) 0 0 no-repeat;
	clear:both;
	height:78px;
	width:900px;
}
	.home_contact h3, .home_contact p{
		display:none;
	}

#footer{
	border-top:1px solid #b1b2b4;
	margin-top:10px;
}

	#copyright{
		color:#999;
		font-size:9px;
		left:273px;
		padding:0 0 15px 0;
		position:absolute;
	}
	#poweredby{
		color:#999;
		font-size:9px;
		position:absolute;
		right:273px;
	}
		#poweredby a{
			color:#999;
			text-decoration:none;
		}
		#poweredby a:hover {text-decoration: underline;}