body
{
	font: 9pt Verdana, Geneva, Arial, Helvetica;
	margin: 0px;
	background-color: white;
	width:100%;
	background-color: #1F7AA7;
}


table 
{
	border-collapse: collapse;
}

td
{
	padding: 0px;
	vertical-align: top;
}

#logo
{
	background-color: #1F7AA7;
	background-image:  url("img/logo.gif");
	background-repeat:  no-repeat;
	background-position: 7px 4px;
	width: 221px;
	height: 52px;
	overflow: hidden;
	
	/*235px   221px*/
	padding: 0px 7px 7px 7px;
	
}

.menu
{
}

.menu .logo_1
{
	background-image: url("img/menu_logo_1.gif");
	background-position: left top;
	width: 205px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	padding: 15px 15px 10px 15px;
}

.menu .logo_2
{
	background-image: url("img/menu_logo_2.gif");
	background-position: left top;
	width: 205px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	color: #FFF;
	padding: 15px 15px 10px 15px;
}

.menu .content_1, .menu .content_2
{
	background-image: url("img/menu_body_1_repeat.gif");
	background-position: left bottom;
	background-repeat: repeat-y;
	width: 205px;
	padding: 10px 15px 0px 15px;
}

.menu .content_1 a
{
	color: Black;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
}

.menu .content_1 a:active, .menu .content_1 a:hover
{
	color: White;
	background-color: #FA7236;
}

.menu .bottom_1
{
	background-image: url("img/menu_body_1.gif");
	background-position: left top;
	background-repeat: no-repeat;
	width: 235px;
	height: 20px;
}


.game_thumb
{
	border-bottom: solid 4px #8BBF01;
	border-top: solid 4px #8BBF01;
	border-left: solid 10px #8BBF01;
	border-right: solid 10px #8BBF01;
	font-size: 0px;
}

.game_button
{
	width: 189px;
	height: 13px;
	background: #FA7236 url("img/button_01.gif") no-repeat;
	text-align: center;
	font-weight: bold;
	padding: 15px 0px;
	color: #FFF;
	text-decoration: none;
	cursor: hand;
}

.thumb_border_top
{
	background: url('img/screen_border_01.gif');
	height: 6px;
	overflow: hidden;
}

.thumb_border_bottom
{
	background: url('img/screen_border_01.gif') 0px 6px;
	height: 6px;
	width: 145px;
	overflow: hidden;
}

#footer
{
	border-top: solid 4px #5F5F5F;
	background-color: White;
	padding: 5px;
}

.index_h1
{
	position: relative;
	left: 350px;
	top: -70px;
	color: #5F5F5F;
	height:0px;
	width: 300px;
	z-index: 1;
	margin-bottom: -70px;
}

#paginator_left
{
	background: url('img/paginator_border_01.gif') 0px 0px;
	width: 10px;
	height: 35px;
	overflow: hidden;
}

#paginator_right
{
	background: url('img/paginator_border_01.gif') 11px 0px;
	width: 10px;
	height: 35px;
	overflow: hidden;
	margin-right: 5px;
}

#paginator_center
{
	background-color: White;
	text-align: center;
	vertical-align: middle;
}

.clear
{
	clear: both;
}
