	body {
		background:	#f0ecec;
		margin: 0px;
		padding: 0px;
		font-family: arial;
		font-size: 80%;
	}
	#page {
		width: 800px;
		margin: 0px auto;
		position: relative;
		background: url('images/HEADER.jpg') no-repeat top center;
	}
	#header {
		height: 204px;
		position: relative;
	}
	#logo {
		width: 160px;
		height: 27px;
		float: left;
		display: inline;
		margin: 30px 0px 0px 60px;
		text-indent: -1000em;
		z-index: 10;
	}
	#toplinks {
		float: right;
		display: inline;
		margin: 20px 60px;
		z-index: 1;
	}
	#toplinks a {
		margin-left: 20px;
		font-size: 80%;
		color: #999;
	}
	#toplinks a:hover {
		color: #f33;
	}
	.item {
		clear: both;
		margin-bottom: 12px;
	}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		margin: 0px 0px 4px 0px;
		padding: 0px;
	}
	p {
		margin: 0px 0px 4px 0px;
		padding: 0px;
	}
	#navigation {
		float: left;
		width: 560px;
		overflow: hidden;
		clear: left;
		display: inline;
		line-height: 50px;
		height: 50px;
		margin: 92px 0px 0px 30px;
		z-index: 1;
	}
	#navigation a {
		text-transform: uppercase;

		text-decoration: none;
		color: #333;
	}
	#navigation a:hover {
		color: #f33;
	}
	#rightboxtopheader {
		float: right;
		display: inline;
		clear: right;
		margin-top: 130px;
		width: 210px;
	}
	#content {
		background: url('images/CONTENTBG.gif') repeat-Y top center;
		width: 800px;
	}
	#content a {
		text-decoration: none;
		font-weight: bold;
		color: #000;
	}
	#content a:hover {
		color: #f33;
	}
	#cc {
		width: 500px;
		float: left;
		display: inline;
		overflow: visible;
		margin: 0px 0px 0px 60px;
	}
	#cc img {
		
	}
	.left {
		display: inline;
		float: left;
		margin: 0px 12px 12px 0px;
	}
	.right {
		display: inline;
		float: right !important;
		margin: 0px 0px 12px 12px;
	}
	#cc p {
		color: #444;
		line-height: 150%;
	}
	#cc p, #cc h1, #cc h2, #cc h3, #cc h4, #cc h5, #cc h6 {
		margin: 5px 0px 10px 0px;
	}
	.articlemeta {
		font-size: 80%;
		margin-top: -4px;margin-bottom: 9px; padding: 0px;
	}

	#rc {
		float: right;
		width: 230px;
	}
	.rightbox {
		width: 230px;
		background: url('images/RIGHTCONTENT.gif') repeat-Y top center;
	}
	.rightbox h1, .rightbox h2, .rightbox h3, .rightbox h4, .rightbox h5, .rightbox h6, .rightbox p {
		margin: 0px 30px 4px 20px;
		font-size: 90%;
	}
	.rightbox p {
		color: #666;
	}
	.rightboxhead {
		width: 230px;
		height: 22px;
		line-height: 11px;
		font-size: 90%;
		background: url('images/RIGHTHEAD.gif') no-repeat top center;

	}
	.rightboxfoot {
		width: 230px;
		height: 40px;
		line-height: 11px;
		background: url('images/RIGHTFOOT.gif') no-repeat bottom center;
	}
	.rightboxfoot p {
		text-align: right;
		margin: 0px 40px 0px 0px;
		line-height: 30px;
		font-size: 90%;
	}
	#footer {
		
		background: url('images/FOOTERCONTENT.gif') repeat-Y top center;
	}
	#footer p {
		margin: 0px 40px;
		font-size: 80%;
	}
	#footerhead {
		clear: both;
		height: 16px;
		line-height: 10px;
		background: url('images/FOOTERHEAD.gif') no-repeat top center;
	}
	#footerfoot {
		height: 36px;
		background: url('images/FOOTERFOOT.gif') no-repeat bottom center;
	}
	.ffhack {
		clear: both;
		height: 0px;
		line-height: 0px;
	}
	.itemtitle {
		width: 400px;
		float: left;
	}
	.subitemtitle {
		width: 130px;
		float: left;
	}
	.moveup {
		text-indent: -1000em;
		width: 14px;
		background: url('images/uparrow.gif') no-repeat center center;
		float: left;
	}
	.movedown {
		text-indent: -1000em;
		width: 14px;
		background: url('images/downarrow.gif') no-repeat center center;
		float: left;
	}
	.delete {
		float: left;
		color: red !important;
	}
	#loginbox {
		width: 300px;
		height: 160px;
		border: 1px solid #999;
		margin: 60px auto;
		text-align: left;
		background: #fefefe;
	}
	#loginbox span {
		width: 100px;
		margin-left: 10px;
	}
	#loginbox h4 {
		margin: 10px 0px;
		text-align: center;
	}
	#loginbox p {
		margin: 6px;
	}
