body
	{
		background:#fff;
	}
a:link, a:visited, a:active
	{
		color:#5c8fc8;
	}

/* header
-------------- */
div#header
	{
		background:#fff;
		border-bottom:none;
	}
div#header h1
	{
		background:url("../img/logo.gif") no-repeat left 24px;
	}
div#header h1 a:link, div#header h1 a:visited, div#header h1 a:active
	{
		padding:30px 0 27px 0;
	}
div#header2
	{
		background:#fff;
		border-bottom:none;
	}
div#header2 .in
	{
		width:800px;
		text-align:left;
	}
div#header2 h2
	{
		float:left;
		width:91px;
		background:url("../img/logo.gif") no-repeat left 24px;
		text-indent:-9999px;
		margin:0;padding:0;
		font-size:1%;
		height:59px;
	}
div#header2 h2 a:link, div#header2 h2 a:visited, div#header2 h2 a:active
	{
		width:91px;
		display:block;
		padding:30px 0 27px 0;
		overflow:hidden;
	}
div#header2 h1
	{
		float:right;
		width:500px;
		font-size:100%;
		margin:0;padding:22px 0 0 0;
		text-align:right;
		font-weight:normal;
	}
div#header2 h1 a:link, div#header2 h1 a:visited, div#header2 h1 a:active
	{
		color:#b0b0b0;
	}


/* page top go
-------------- */
.pageTop
	{
		background:#eaeaea;
	}

/* global navigation
-------------- */
#gnv
	{
		background:url("../img/gnv_bg2.gif") repeat-x;
		padding:4px 0 20px 0;
	}

/* wire
-------------- */
.contents
	{
		width:800px;
		padding:25px 0 80px 0;
	}
.left
	{
		float:left;
		width:386px;
	}
.right
	{
		float:right;
		width:384px;
	}
.right .left,
.right .right
	{
		width:177px;
	}
.left2col
	{
		float:left;
		width:594px;
	}
.right2col
	{
		float:right;
		width:177px;
	}
