@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

html, php{
	background-color:#000000;
}

body{
	background:#000000 url(../img/bg.jpg) no-repeat center top fixed;
	color:#CCCCCC;
	font-size:11px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited{
	color:#999999;
	text-decoration:none;
	font-size:11px;
}
a:hover{
	color:#CCCCCC;
	text-decoration:none;
}
a span{
	color:#FFFFFF;
	border-left:5px solid #FFFFFF;
	padding-left:10px;
	cursor:default;
}

table tr td{
	padding: 5px 10px;
	border:1px dotted #333333;
	font-weight:100;
}
.table_title{
	font-weight:bold;
}
.odd{
	background:url(../img/GIF/table_bg.jpg) repeat-x top;
}
.even{
	background:url(../img/GIF/table_bg_.jpg) repeat-x top;
}

.table_1{
	background:url(../img//GIF/table_bg_1.gif) repeat-x top;
}
.table_2{
	background:url(../img/GIF/table_bg_2.gif) repeat-x top;
}

.wrapper{
	width:800px;
	margin:0 auto;
	margin-top:-80px;
	overflow:hidden;
}
.menu{
	overflow:hidden;
}

.menu2{
	overflow:hidden;
	margin-top:10px;
}
.link_left{
	float:left;
	text-align:left;
	font-size:13px;
	padding-left:10px;
}

.link_right{
	float:right;
	text-align:right;
	font-size:13px;
	padding-right:10px;
}

.link_left a, .link_right a{
	line-height:25px;
}

.link_left2{
	float:left;
	text-align:left;
}

.link_right2{
	float:right;
	text-align:right;
}

.container{
	margin:0 auto;
	background:url(../img/GIF/top_bg.gif) top left no-repeat;
}

.logo{
	z-index:1000;
}

.footer{
	background:url(../img/GIF/footer.gif) right bottom no-repeat;
	height:241px;
	text-align:left;
	line-height:480px;
}
.footer span{
	float:right;
	padding-top:200px;
	padding-right:50px;
}

.content{
	margin-top:-20px;
}

.class_full{
	color:#666666;
}
.text_purple{
	color:#FF00FF;
}

.text_info{
	color:#666666;
	font-weight:lighter;
	font-size:9px;
	width:500px
}
