body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	font-size:90%;
}
#wrapper{
	width: 764px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}
#header {
	position: relative;
	float:left;
	height: 100px;
	width:100%;
	padding:0;
	margin:0;
}
#colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:220px;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-221px;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 0px 0 220px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:220px;
	position:relative;
	margin-left:-50%;
	left:-1px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:0px;
	position:relative;
	left:0px;
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
