/* CSS Document */

body{
	background-image:url(backgrounds/body_index.gif);
	background-repeat:repeat-x;
}

.index_menu_top{
	width:996px;
	text-align:center;
}

.index_menu_top img{
	border-top:1px solid #ffff00;
	border-left:1px solid #ffff00;
	border-right:1px solid #ffff00;
	margin-left:54px;
}

.index_menu_middle{
	width:996px;
	text-align:center;
	background-image:url(backgrounds/index_middle.gif);
	background-repeat:repeat-x;
}

.index_menu_middle img{
	border-left:1px solid #ffff00;
	border-right:1px solid #ffff00;
	margin-left:54px;
}

.index_content{
	width:996px;
	height:155px;
	background-color:#000000;
	text-align:center;
	overflow:hidden;
}

.index_content_left{
	width:240px;
	height:150px;
	padding-top:5px;
	float:left;
	text-align:left;
	background-image:url(backgrounds/index_left.gif);
	background-repeat:repeat-y;
}

.index_content_center{
	width:516px;
	height:155px;
	background-color:#000000;
	text-align:center;
	float:left;
}

.index_content_center img{
	border-left:1px solid #ffff00;
	border-right:1px solid #ffff00;
	border-bottom:1px solid #ffff00;
	margin-left:54px;
}

.index_content_right{
	width:240px;
	height:155px;
	float:left;
	background-image:url(backgrounds/index_right.gif);
	background-repeat:repeat-y;
}

.index_menu_bottom{
	width:996px;
	height:59px;
	background-color:#000000;
	text-align:center;
	overflow:hidden;
	border-bottom:1px solid #878787;
}

.index_menu_bottom_left{
	width:240px;
	height:59px;
	float:left;
	background-image:url(backgrounds/index_left.gif);
	background-repeat:repeat-y;
	text-align:right;
}

.index_menu_bottom_center{
	width:516px;
	height:59px;
	background-color:#000000;
	background-image:url(arrows/arrows_center.gif);
	background-repeat:no-repeat;
	text-align:center;
	float:left;
}

.index_menu_bottom_center img{
	margin-left:54px;
}

.index_menu_bottom_right{
	width:240px;
	height:59px;
	float:left;
	background-image:url(backgrounds/index_right.gif);
	background-repeat:repeat-y;
}

.index_menu_select{
	height:90px;
	padding-top:6px;
	background-color:#000000;
	text-align:center;
	overflow:hidden;
}

.index_menu_item{
	border:1px solid #000000;
	margin-left:2px;
	margin-right:2px;
}

.index_menu_item_active{
	border:1px solid #ffff00;
	margin-left:2px;
	margin-right:2px;
}

.footer{
	height:18px;
}

.footer img{
	margin-top:8px;
}
