@CHARSET "UTF-8";
body
{
	font-family: Helvetica, sans-serif;
	margin: 15px auto 0;
	padding:0 0 24px; 
	text-align:center;
	color: #3A3A1B;
	background-color: #ececec;
	min-width: 900px;
}

#Content
{
	width:935px;
	margin:0 auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding: 0 5px;
	position: relative;
}
#main_top
{
	width:945px;
	margin:0 auto;
	text-align:left;
	padding: 0 0 10px;
	background: transparent url("graphics/main-top.png") no-repeat scroll 0 100%;
}

#main_body
{
	width:935px;
	margin:0 auto;
	text-align:left;
	padding: 0 5px;
	background: transparent url("graphics/main-body.png") repeat-y scroll 0 0;
	position: relative;
	display: block;
	z-index: 2;
}

#main_bottom
{
	width:935px;
	height: 10px;
	margin:0 auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding: 0 5px;
	background: transparent url("graphics/main-bottom.png") no-repeat scroll 0 0;
	position: relative;
}

#small_color-helper
{
	position: absolute;
	top: 20px;
	left: 880px;
	z-index: 10;
}

.left_content
{
	font-family: Helvetica, sans-serif;
	color: #5f5f5f;
	height: 1%;
}

.right_content
{
	font-family: Helvetica, sans-serif;
	color: #5f5f5f;
	height: 1%;
	position: relative;
}

.frame
{
	border:0 none;
	display:block;
	margin-bottom:13px;
	position:relative;
}

.left_content .frame
{
	float: left;
	margin-right: 10px;
}

.right_content .frame
{
	float: left;
	margin-right: 10px;
}

.frame img
{
	border:0 none;
	position:relative;
	z-index:0;
}

.left_content:after
{
	content:".";
	clear: both;
	display:block;
	visibility:hidden;
	height:0px;
}

.right_content:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}

.pgHeading1
{
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5f5f5f;
}

.pgHeading2
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5f5f5f;
}

/* --- Float Hack --- */
.cf:after { content:"."; display:block;   height:0;  clear:both; visibility:hidden; }
/* Hides from IE-mac \*/
html .cf {height:1%;}

