body{
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) repeat-x #671615;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
}
a{
	text-decoration: none;
}
a img{
	border: none;
}
strong{
	font-size: 18px;
	letter-spacing: -1px;
}

#header {
	margin: 0 auto;
	width: 900px;
	height: 121px;
}
	#logo {
		width: 200px;
		float: left;
	}
	#nav {
		margin: 49px 0 0 0;
		width: 600px;
		float: right;
	}
#wrap{
	margin: 0 auto;
	width: 900px;
	background: #fff;
}
	#banner {
		width: 893px;
		height: 307px;
		background: url(images/bannerbg.jpg) no-repeat;
	}
		.bannerbutton {
	position:relative;
	width:480px;
	height:180px;
	left: 80px;
	top: -20px;
	display: block;
	background-image: url(images/circuit.png);
		}
		.corner{
			position:relative;
			width:150px;
			height:140px;
			left: 740px;
			top: 45px;
			display: block;
		}
	#contentl {
		padding: 20px;
		width: 435px;
		float: left;
	}
	#contentr {
		padding: 20px;
		width: 380px;
		float: right;
	}
		#contentr img{
			margin: 0 10px 10px 0;
		}
	.column{
		margin: 20px 20px;
		width: 260px;
		float: left;
	}
		.colside{
		}
	
#footer{
	margin: 0 auto;
	padding: 20px 0 0 0;
	width: 900px;
	color: #fff;
}
	#footer a{
		padding: 0 20px 0 0;
		color: #fff;
	}
