@charset "utf-8";
/* CSS Document */

body{
	background: url(../images/design/body_bg.gif) repeat fixed center;
	margin-top:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.Main_Table{
	text-align:center;
	width:870px;
}

.banner{
	width:100%;
	height:111px;
	background:url(../images/design/banner.gif) no-repeat;
}

.bann_div{
	margin-left:600px;
	margin-top: 20px;
	margin-right:158px;
	vertical-align:top;
}

.left_top_nav{
	background:url(../images/design/top_nav_left_bg.gif) no-repeat;
	width:358px;
	height:29px;
}

.right_top_nav{
	background:url(../images/design/top_nav_repeat_bg.gif) repeat-x;
	width:auto;
	height:29px;
	text-align:left;
	vertical-align:top;
}

.right_end_top_nav{
	background:url(../images/design/end_top_nav_repeat_bg.gif) no-repeat right;
	width:26px;
	height:29px;
}

.side_nav{
	background:url(../images/design/side_nav_bg.jpg) repeat-y;
	width:200px;
}

.content{
	width:auto;
	background-color:#eee;
	padding:3px;
}

.footer{
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#FFF;
}

.invisible
{
display:none;
}