/* CSS Document */
html
{ 
	width	: 100%;
	height: 100%;
}

body 
{ 
	margin		: 0;
	padding		: 0;
	width		: 100%;
	height		: 100%;
	font-family	:Verdana,Arial,Serif;	
}

* {
	margin		:0pt;
	padding		:0pt;
}

.main
{
	width		: 1000px;
	height		:100%;
	text-align	:left;
}

.main .top_menu
{
	width		:100%;
	height		: 24px;
	background	: #390929 url(../images/menu_bg.gif);
	font-family	:Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #fefefe;
}

.main .top_menu .item
{
	float:left;
	margin: 5px 0px 0px 15px;
}

.main .top_menu .item a
{
	float:left;
	color: #fefefe;
	font-size:12px;	
	text-decoration: none;
}

.main .top
{
	width:1000px;
	height: 254px;
}

.main .top .left
{
	background: none;
	width:260px;
	height: 254px;
	float:left;
}

.main .top .right
{
	float		: right;
	width		:740px;
	height		: 254px;
	background	: transparent url(../images/main_bg.jpg) top left no-repeat;
}

.main .top .right_games
{
	float		: right;
	width		:740px;
	height		: 254px;
	background	: transparent url(../images/main_games_bg.gif) top left no-repeat;
}

.main_table
{
	height: 100%;
}

.main_table .left
{
	background	: #179ecb url(../images/bg_left.gif) top left repeat-y;
	width		:100px;
}

.main_table .left .left_div
{
	background	: #179ecb url(../images/bg_left_top.gif) top right no-repeat;
	width		: 100%;
	height		: 418px;
}

.main_table .center
{
	width		: 1000px;
}

.main_table .right
{
	background	: #179ecb url(../images/bg_left.gif) top left repeat-y;
	width		: 100px;
}

.main_table .right .right_div
{
	background	: #179ecb url(../images/bg_right_top.gif) top left no-repeat;
	width		: 100%;
	height		: 418px;
}

.text_table
{
	height:100%;
}


.text_table .left
{
	background	: #ffffff url(../images/content_left.gif) top left no-repeat;
	width		: 91px;
}

.text_table .right
{
	background	: #ffffff url(../images/content_right.gif) top right no-repeat;
	width		: 33px;
}

.content
{
	margin-top: 35px;
}

.content a
{
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 12px;
	color		: #1a3dc1;
}

.search_box
{
	position: relative; 
	height: 70px; 
	left: 40px; 
	top: 100px; 
	width: 435px; 
	
}

.search_box .search_input
{
	width	: 360px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 0px;
	margin-top: 5px;
}

.search_box .search_select
{
	width: 435px;
	text-align:center;
	margin-top: 15px;
	color: #000000;
}
