body {
	font-family: 		Arial, Helvetica, sans-serif;
	font-size : 		11px;
	line-height: 		130%;
	color: 				#000000;
	background:			#141414 url(../images/shading.png) center repeat-y;
}

a {
	text-decoration: 	none;
}

#pageBox {
	width: 				900px;
	height: 			auto;
	margin-left: 		auto;
	margin-right: 		auto;
}

.left {
	float: 				left;
	margin-left: 		20px;
}

.right {
	float: 				right;
	margin-right: 		20px;
}

.reset {
	float:				none;
	clear:				both;
}
