@charset "utf-8";

#imageslide {
	width: 700px;
	height: 225px;
	background-color: #000000;
	overflow: hidden;

	}

#canvas {
	position:	relative;
	overflow:	hidden;
	min-height:	100%;
}
#canvas {
	width:		990px;
	margin:		0 auto;
}
#header {
	position:	absolute;
	height:		266px;
	width:		100%;
	top:		0;
	left:		0;
}
#footer {
	width:			969px;
	margin:			0 auto 32px auto;
	height:			49px;
	padding-top:	1px;
	overflow:		hidden;
	z-index:9999;
}
#data-wrapper {
	width:		100%;
	float:		left;
	position:	relative;
	margin:		294px 0 16px 0;
	overflow:	hidden;
}
.column {
	position:	relative;
	float:		left;
	left:		100%;
}
.home #content {
	width:			476px;
	margin-left:	-748px;
}
#content {
	width:	698px;
	margin-left:	-970px;
}
#side-bar {
	width:			218px;
	margin-left:	-238px;
}
#side-bar-home {
	width:			188px;
	margin-left:	-970px;
}
