@charset "UTF-8";

body {
	font-size:12px;
	line-height:18px;
}

#header {
	width:700px;
	position:relative;
}
#header img {
	position:absolute;
	left:-100px;
}

#leftCol{
	display:none;
}

#rightCol{
	float:none;
	width:700px;
}

.full{
	float:none;
	width:700px;
}
.half-half{
	float:none;
}
.two-thirds{
	float:none;
}
.one-third{
	float:none;
}
.one-third-plus{
	float:none;
}

