body 
{
	text-align:center;
}

#outer-wrapper
{
	margin:0 auto;
	width:790px;
	height:660px;
}

#header
{
	height:135px;
	width:790px;
	background-image:url("../images/header.jpg");
	background-repeat:no-repeat;
}

#content-wrapper
{
	width:790px;
	background-color:#ffffff;
	text-align:left;
}


#main-menu
{
	width:195px;
	float:left;
	min-height:475px;
}

/* for Internet Explorer */
/*\*/
* html #main-menu {
height: 475px;
}
/**/


#main-menu ul
{
	list-style:none;
	padding:0px;
	margin:0px;
	display:block;
}

#main-menu ul li
{
	margin-top:12px;
}

#main-menu ul li a
{
	height:12px;
	display:block;
}

#main-menu ul li ul li
{
	margin-top:11px;
}

#main-menu ul li ul li a
{
	height:11px;
	display:block;
}

.nav_container
{
	height:30px;
	width:80px;
	float:right;
}

.nav-left-off
{
	height:16px;
	width:15px;
	margin-left:5px;
	background-image:url("../images/arrow_l_off.gif");
	float:left;
	cursor:pointer;
	cursor:hand;
}

.nav-left-on
{
	height:16px;
	width:15px;
	margin-left:5px;
	background-image:url("../images/arrow_l_on.gif");
	float:left;
	cursor:pointer;
	cursor:hand;
}

.nav-right-off
{
	height:16px;
	width:15px;
	background-image:url("../images/arrow_r_off.gif");
	float:left;
	cursor:pointer;
	cursor:hand;
}

.nav-right-on
{
	height:16px;
	width:15px;
	background-image:url("../images/arrow_r_on.gif");
	float:left;
	cursor:pointer;
	cursor:hand;
}

		#main-content
		{
			width:591px;
			float:right;
			line-height:21px;
		}
			
			.content
			{
				width:500px;
				min-height:122px;
			}

			/* for Internet Explorer */
			/*\*/
			* html .content {
			height: 122px;
			}
			/**/

			a.list-link .list-header-over
			{
				display:none;
			}

			a.list-link .list-header
			{
				display:block;
			}

			a.list-link:hover .list-header-over
			{
				display:block;
			}

			a.list-link:hover .list-header
			{
				display:none;
			}

	#footer
	{
		height:50px;
		width:790px;
	}

		#footer_gb
		{
			height:50px;
			width:36px;
			float:left;
		}

		#footer_home
		{
			height:50px;
			width:50px;
			float:right;
		}

.clearer
{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
