
body	{
	text-align: center;
	background-color:#6B6671;
}

/* BEGIN PAGE LAYOUT DIVS */

.pageheader {
	text-align: left;
	height: 128px;
	width: 770px;
	margin: 0px auto 0px auto;
}

.pagebody {
	width: 770px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #596B84;
	background-image: url('forge_gfx/bg_1.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	border-top: 2px groove red;	
}

.pagefooter {
	height: 100px;
	width: 770px;
	margin: 0px auto 0px auto;
	clear: both;
	text-align: right;
}


.cola	{
	width: 300px;
	float: left;
	margin-top: 32px;
	margin-bottom: 32px;
}

.colb	{
	width: 444px;
	overflow: hidden;
	margin-top: 32px;
	margin-bottom: 32px;
	padding-left: 16px;

	border-left: 2px solid #fff;
}


.clearfloats {
	position: relative;
	width: 100%;
	height: 3px;
	font-size: 1px;
	margin-top: -3px;
	display: hidden;
	clear: both;
}

/* END PAGE LAYOUT DIVS */
