html {
     height: 100%;
     width: 100%;
     overflow: hidden;
	}
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg.gif);
	background-color:#FFF;
	background-repeat: repeat-x;
}
/****************Index****************/
#index {
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.indexContainer {
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.indexContent {
	height: 400px;
	width: 536px;
	border: 0;
	margin: 0;
	padding: 0;
}
ul.enter{
	padding: 0px;
	margin: 0;
	margin-left: 205px;
}
ul.enter li {
	list-style-type: none;
	float: left;
}
ul.enter li a {
	height: 30px;
	display: block;
	float: left;
}
ul.enter li a:hover {
	background-position: 0px -25px;
}
li.with a {
	width: 120px;
	background-image: url(../images/t_00.png);
	background-repeat: no-repeat;
}
li.with a span {
	display: none;
}
li.without a {
	width: 140px;
	background-image: url(../images/t_02.png);
	background-repeat: no-repeat;
}
li.without a span {
	display: none;
}
/****************Flash****************/
#flash {
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.content {
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.left{
	background-color:#FFFFFF;
    width:200px;
	height:100%;
}
.right{
	background-color:#FFFFFF;
	padding-bottom:20px;
	padding-left:20px;
	padding-top:20px;
	padding-right:40px;
	width:330px;
	height:100%;
	text-align:left;
	line-height:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align:bottom;
	color:#333333;
}
.right a:link{
	color:#40453d;
	text-decoration:none;
	font-weight:bold;
}
.right a:active{
	color:#40453d;
	text-decoration:none;
	font-weight:bold;
}
.right a:visited{
	color:#40453d;
	text-decoration:none;
	font-weight:bold;
}
.right a:hover{
	color:#40453d;
	text-decoration:underline;
	font-weight:bold;
}
.mid{
	width:1px;
	background-color:#d8d9d8;
}
