html, body {
	width: 					100%;
}

body {
	font: 					12px Arial;
	text-align:				left;
	color:					#8a8175;
	margin: 					0px;
	padding: 				0px;
}

#sitecontainer {
	margin:					0px;
	padding:					0px;
	top:						0px;
	width: 					100%;
	height: 					100%;
	text-align:				center;
	background:				url(../images/layout/stripe.gif) repeat-x 0 0;
}

#container {
	text-align:				left;
	padding:				0;
	margin:					0px auto;
	width:					722px;
	background:				url(../images/layout/shadow.png) repeat-y 0 0;
}

#main {
	width:					698px;
	margin-left:			12px;
	padding:				0;
}

#header {
	width:					698px;
	height:					213px;
}

img {
	padding:					0;
	margin:					0;
	display:					block;
}

/* ********************************* CONTENT AREA ********************************* */
#content {
	position:				relative;
	width:					682px;
	/*min-height:			200px;*/
	overflow: 				hidden;
	padding:				16px 0px 24px 16px;
}

#menu {
	position:				relative;
	float:					left;
	width:					100%;
	height:					22px;
	margin-left:			16px;
}

#footer {
	position:				relative;
	text-align:				center;
	margin:					12px 0px 0px 0px;
	padding-bottom:			12px;
}
a.footerlink, a.footerlink:hover {
	font-size:				11px;
	font-family:			Arial;
	color:					#8a8175;
	text-decoration:		none;
}
a.footerlink:hover {
	text-decoration:		underline;
}

/* ********************************* TEXT STYLING ********************************* */
h1 {
	font-size:				13px;
	font-weight:			bold;
}
/* ********************************* HR STYLING ********************************* */
.hr {
	overflow: 				hidden;
	height: 					16px;
	margin: 					0px;
	padding: 				0px;
	font-size:				1px;
	background-color: 	#8a8076;
width:100%; 
float:left;}

/* ######################## DEBUG STYLES ######################## */
#debug {
	position:				relative;
	width:					100%;
	margin:					0 auto;
	margin-top:				250px;
}
#debugheader {
	cursor:					pointer;
	text-align:				center;
	height:					22px;
	line-height:			22px;
	vertical-align:		middle;
	font-family:			Arial;
	font-weight:			bold;
	font-size:				12px;
	color:					#000000;
	background-color:		#118e01;
}
#debugcontent {
	display:					none;
}
