#pagewrapper {
    position: relative;
	width: 994px;
	background: #000;
	margin: 10px auto;
	border: 5px double #a74e12;
}

#header {
	width: 984px;
	margin: 0 auto;
	background: transparent;
}

#headerright ul {
    margin: 5px;
    margin-left: 15px;
}

#hmenu {
	height: 30px;
	width: 994px;
	margin: 0 auto;
	background: transparent;
}

#pagecontent {
	width: 100%;
	position: relative;
	background: transparent;
}
#footer {
	height: 30px;
	width: 100%;
	margin-top: 15px;
	background: transparent;
	text-align: center;
}

.left { float: left; }
.right { float: right; }

.clearboth {clear: both; }

.leftmargin5 {margin-left: 5px; }

.newrow {
	width: 100%;
	margin: 10px auto;
	padding-top: 5px;
	background: #000 url(../images/newrowback.png) top left repeat-x;
	z-index: 1;
}
.mrow {
    width: 100%;
    background: transparent;
}
.halfrow {
		width: 486px;
	background: transparent;
}

.thirdrow {
		width: 324px;
	background: transparent;
}

.quarterrow {
		width: 242px;
	background: transparent;
}

.twofifths {
		width: 391px;
	background: transparent;
}

.threefifths {
		width: 587px;
	background: transparent;
}
.centered {
	text-align: center;
}

.leftfloat {
    float: left;
}

.rightfloat {
    float: right;
}
.clearfloat {
clear: both;
}
