/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%
	font-size: 100%; line-height: 1.4em;
	font: 1em Arial, Verdana, Sans-Serif;
	background: #ffffff;
	/*background: #f7f7f7;*/
}

img {
	position: relative;
	left: -6; top: -6;
}
	
#wrapper {
	display: block;	float: left;
	width: 100%; height: 100%;
	min-width: 1100px;
}

	#header a {
		display: block;
		position: absolute;
		left: -80; top: -40;
		width: 960; height: 270;
		background-image: url(../img/logo.png);
		background-position: left;
		background-repeat: no-repeat;
		text-indent: -9999px; z-index: 2
	}

	#body {
		display: block; position: relative;
		top: 172; height: 444;
		overflow-y: auto;
		background: url('../img/alpha.png');
		padding: 6px;
	}

.colLeft1 {
	display: inline-block;
	float: left;
	width: 223; height: 100%;
}

.colCenter1 {
	display: inline-block;
	float: left;
	width: 654; height: 100%;
}	

.colRight1 {
	display: inline-block;
	float: right;
	width: 230; height: 100%;
	padding-top: 13; padding-right: 13;
}