body {
	margin: 0px;
	background: url(bgd.gif);
}
.wholeBox { background: url(widgets/stamps.gif) no-repeat top right; }	
/* This is the stuff to format the menu. */
.menu { position: absolute;
	width: 157px;
	background: url(menubgd.gif) right;
	color: #000;
	left:0px;
	top: 260px; 
	}
.menutop { background: url(menutopright.gif) no-repeat top right; }
.menubottom { background: url(menubottomright.gif) no-repeat top right; 
	padding: 2px;}
.menu ul, li {
	margin: 0;
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/ }
.menu ul { margin: 0px 0px 6px 10px; }
.menu li { margin: 7px 0px 0px 10px; }
.menubottomline { margin-bottom: 6px; }


/* This is the stuff to format the content box. */
.cont {	background: url(contentbgd.gif); 
	width: 78%;
	position: absolute;
	top: 264px;
	left: 179px;	
	color: #000; }
.contContent { background: url(contentbgdright.gif) right repeat-y; }
.innerBox { margin: 0px 40px 0px 20px;}
.conttop { background: url(contenttopright.gif) no-repeat top right; }
.contbottom { background: url(contentbottomright.gif) no-repeat top right; }
img.contcorner {   width: 22px;
	height: 22px;
	border: none;
	display: block !important; }
	
.contentBox { border-right: 3px solid #5A5A5A;
	position: relative;
	top: 0px;
	padding-right: 10px;
	width: 80%; }

.subcontentContainer { position: absolute;
	top: 80px;
	right: 4%;
	width: 18%; }
html>body .subcontentContainer {
	right: 20px;
}
.subcontentContainer h1 { background: url(widgets/subcontentheaderbgd.gif);
	color: #fff;
	font-size: 12px;
	padding: 2px 4px 2px 8px;
	margin-bottom: -14px;}
html>body .subcontentContainer h1 { margin-bottom: -6px;}
.subcontentContainer p { margin-left:2px;
	font-size: 11px;}
.footer{position: relative; top: -275px;}
.pageheadertext {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #000000;
}
