
	body
	{
		background: #d6d6d6 url('/img/wjs_bg.jpg') repeat-x;
		margin: 0px;
		font-family: arial, sans-serif;
		font-size: 12px;
		color: #696969;
		text-align: justify;
	}
	
	#container
	{
		width: 804px;
		margin: auto;
		background: url('/img/wjs_main_bg.jpg') repeat-y;
		padding-bottom: 1px;
		border-bottom: 2px solid #c8c8c8;
	}
	
	#head_logo
	{
		width: 269px;
		height: 114px;
		float: left;
		background: url('/img/wjs_logo.jpg') no-repeat;
		cursor: pointer;
	}
	
	#head_nav
	{
		width: 535px;
		height: 62px;
		background: url('/img/wjs_nav.jpg') no-repeat;
		float: right;
	}
	
	#head_subnav
	{
		width: 535px;
		height: 52px;
		background: url('/img/wjs_subnav.jpg') no-repeat;
		float: right;
	}
	
	#main_history
	{
		width: 804px;
		height: 57px;
		background: url('/img/wjs_history.jpg') no-repeat;
		clear: both;
	}
	
	#history
	{
		padding: 27px 60px 0px 60px;
		color: #444444;
	}
	
	#main
	{
		width: 804px;
		min-height: 138px;
		background: url('/img/wjs_main_top.jpg') no-repeat;
		clear: both;
		padding-bottom: 30px;
	}
	
	#main_content
	{
		padding: 20px 42px 10px 42px;
	}
	
	.nav_item a
	{
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
	}
	
	.nav_item a:hover
	{
		text-decoration: underline;
	}
	
	.nav_item
	{
		padding: 28px 10px 0px 10px;
		float: right;
	}
	
	.nav_sep
	{
		width: 1px;
		height: 62px;
		background: url('/img/wjs_nav_sep.jpg') no-repeat;
		float: right;
	}
	
	a
	{
		color: #3065AC;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: underline;
	}
	
	.subnav_item a
	{
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
		color: #ffffff;
	}
	
	.subnav_item a:hover
	{
		text-decoration: underline;
	}
	
	.subnav_item
	{
		padding: 18px 8px 0px 8px;
		float: left;
	}
	
	#head_search
	{
		float: right;
		text-align: right;
		width: 230px;
		border: 0px solid red;
	}
	
	#head_search_inp
	{
		float: right;
		padding: 13px 13px 0px 7px;
	}
	
	#head_search_text
	{
		text-transform: uppercase;
		color: #FFFFFF;
		padding: 18px 0px 0px 0px;
	}
	
	.search_input
	{
		background: #163259;
		border: 0px;
		color: #5980b7;
		font-family: sans-serif;
		font-size: 16px;
		height: 22px;
		font-style: italic;
	}
	
	.search_input_active
	{
		background: #163259;
		border: 0px;
		color: #FFFFFF;
		font-family: sans-serif;
		font-size: 16px;
		height: 22px;
	}
	
	.title
	{
		font-size: 24px;
		font-family: Times New Roman, serif;
		color: #444444;
		margin-bottom: 10px;
		text-align: left;
	}
	
	.subtitle
	{
		font-size: 18px;
		font-family: Times New Roman, serif;
		color: #444444;
		margin-bottom: 10px;
		text-align: left;
	}
	
	.list_thumb
	{
		width: 60px;
		float: left;
		text-align: left;
		height: 75px;
	}
	
	a.list_main_link
	{
		font-family: Times New Roman, serif;
		font-size: 20px;
	}
	
	#main_left
	{
		width: 160px;
		float: left;
		text-align: left;
	}
	
	#main_right
	{
		width: 520px;
		float: right;
	}
	
	.tab_line
	{
		width: 100%;
		background: url('/img/tab_bg_full.jpg') no-repeat;
		height: 27px;
	}
	
	.tab_item
	{
		float: left;
		height: 27px;
	}
	
	.tab_item_active
	{
		background: url('/img/tab_act_bg.jpg') repeat-x;
		font-weight: bold;
		border-left: 1px solid #d0d0d0;
		border-right: 1px solid #d0d0d0;
	}
	
	.tab_item_padding
	{
		padding: 6px 10px 0px 10px;
	}
	
	.tab_box
	{
		margin-top: 10px;
	}
	
	.press_source
	{
		text-align: right;
		font-style: italic;
		font-size: 10px;
	}
	
	#footer
	{
		text-align: center;
		font-size: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		text-transform: uppercase;
		//font-style: italic;
	}
	
	.main_left_press
	{
		width: 160px;
		float: left;
		text-align: left;
	}
	
	.main_right_press
	{
		width: 520px;
		float: right;
	}
	
	.pageswitch
	{
		text-align: left;
		margin-top: 30px;
		clear:both;
	}
	
	.pageswitch_button
	{
		border: 0px solid #3065AC;
		background: #ffffff;
		color: #3065AC;
	}