@charset "utf-8";
/* feature wall */
body.wall div.wrapper {
	text-align:center;
	margin:20px auto;
	width:960px;
}
div.wrapper div.wall, div.wall {
	float:left;
	margin:5px;
}
div.full p, div.full ul {
	padding:4px;
}
div.wrapper div.login {
	background:url(../images/elements/staffLoginBack.png) no-repeat top left;
}
body.wall div.leftCol {
	float:left;
	width:400px;
	margin:0px 4px 0px 0px;
	text-align:left;
}
body.wall div.centerCol {
	float:left;
	width:300px;
	margin:0px 4px 0px 0px;
	text-align:left;
}
body.wall div.rightCol {
	float:left;
	width:252px;
	margin:0px;
	text-align:left;
}
body.wall div.centerRight {
	float:left;
	margin:0px;
	text-align:left;
	width:556px;
}
body.wall div.leftCol div.full {
	clear:left;
	width:392px;
	border-width:4px;
	border-style:solid;
	margin:0px 0px 4px 0px;
	text-align:left;
}
body.wall div.centerCol div.full {
	clear:left;
	width:292px;
	border-width:4px;
	border-style:solid;
	margin:0px 0px 4px 0px;
	text-align:left;
}
body.wall div.rightCol div.full {
	clear:left;
	width:244px;
	border-width:4px;
	border-style:solid;
	margin:0px 0px 4px 0px;
	text-align:left;
}
body.wall div.centerRight div.full {
	clear:left;
	width:548px;
	border-width:4px;
	border-style:solid;
	margin:0px 0px 4px 0px;
	text-align:left;
}
div.full {
	background:#222222;
}
div.full img {
	margin:8px;
}
a.staffTool {
	margin:5px;
	display:block;
	float:left;
}
a.staffTool:link, a.staffTool:visited, a.staffTool:hover, a.staffTool:active {
	border:2px solid white;
}
a.staffTool:hover, a.staffTool:active {
	border-color:#FF6600;
}
a.staffTool:link img {
}