/* CSS Document */

body {
	text-align: center;
}

#pagecontainer {
	width: 1020px;
	margin: auto;
}



#wb {
	position: relative;
	width: 738px;
	padding-left: 20px;
}

.clears {
	clear: both;
	height: 0px;
}

#pagehead #logo {
	float: left;
	width: 467px;
}

#pagehead #login {
	float: right;
	width: 540px;
	margin-top: 10px;
	text-align: center;
}

#leftcolumn {
	position: relative;
	float: left;
	width: 758px;
	padding: 10px 20px 10px 20px;
}

#rightcolumn {
	position: relative;
	float: right;
	width: 182px;
	padding: 10px 20px 10px 20px;
}

#topcontent {
	position: relative;
	margin-bottom: 10px;
}

#leftcontent {
	position: relative;
	float: left;
	width: 65%;
}

#rightcontent {
	position: relative;
	float: right;
	width: 30%;
}

