	/* righcol 202 - 15px padding on each side */
	/* leftcol 356 - 15px padding on each side */

	#superfooter { width: 356px; }

	#content_wrap
	{
		margin: 0 12px 0 0;
	}

	#main_content
	{
	width: 356px;
	float: left;
	}
	
	.wrap, #whats_new { padding: 6px 12px; }

	#whats_new
	{
	  border-bottom: 1px solid #ccc;
	  margin-bottom: 12px;
	background: #f6f6f6;
	}
	
	#right_content
	{
	width: 178px;
	float: right;
	text-align: center;
	}
	
	#right_content a {
	  color: #036;
	}
	#right_content a:hover {
	  color: #003;
	}

	#right_content h4
	{
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 12px;
	}

  #right_content h4#revere {
    position: relative;
    margin: 6px 0 -12px -12px;
    width: 200px;
    height: 56px;
    overflow: hidden;
    background: url(/images/home/revere.gif) no-repeat;
    line-height: 0;
    text-indent: -9999em;
  }
	
	#right_content ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	#right_content ul li
	{
	margin: 0 0 12px 0;
	padding: 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	}
	
	#right_content ul li a
	{
	  font-weight: inherit;
	  font-size: 1em;
	  line-height: inherit;
	}
	
	.pra_ss
	{
	display: block;
	border: 0;
	padding: 12px;
	background: #fff;
	margin: 12px 0;
	text-align: center;
	}

	.pra_ss img
	{
	display: block;
	margin: 0 auto;
	}
	
	#bottom { position: relative; margin-top: -12px; }
	
	#home_nav ul
	{
	list-style: none;
	}
	
	#content_wrap #home_nav ul
	{
	margin-left: 0;
	padding-left: 0;
	}
	
	#content_wrap #home_nav ul ul
	{
	  margin: 0;
	}
	
	#content_wrap #home_nav li a {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	margin: 0 -12px 12px;
	padding: 6px 12px;
	border-bottom: 1px dotted #ccc;
	}

	#content_wrap #home_nav li a:hover,
	#content_wrap #home_nav li a:active
	{
	background: #eee;
	}
	
	#content_wrap #home_nav li ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	}
	
	#content_wrap #home_nav li ul li a:hover {
	background: none;
	}
	
	#home_nav li ul { margin-top: 6px; }
