/* CSS Document */

body {
background-color:#4c4c4c;
background-image:url('mail.png');
background-repeat: no-repeat;
background-position:bottom left;

margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#c6c6c6;
}
a {
color:#d0ff13;
text-decoration:none;
}
a:hover {
color:#19d7c0;
text-decoration:none;
}
a.log {
color:#161616;
text-decoration:none;
}
a.log:hover {
color:#161616;
text-decoration:none;
}

p{
margin:0px;
padding:0 0 5px 0;
line-height:17px;
text-align:justify;
}
p.left{
float:left;
width:315px;
}
h1{
padding:2px 0 10px 0;
margin:0px;
font-size:14px;
color:#00b5b3;
}
#main_container{
width:850px;
height:900px;
margin:auto;
background-color:#161616;
}
#center_content{
width:850px;
margin:auto;
}
#header{
width:850px;
height:236px;
margin:auto;
background:url(header.png) no-repeat center;
}

.comment{
width:300px;
padding:10px 0 0 30px;
}
.com_title{
width:132px;
height:61px;
line-height:55px;
text-align:center;
font-size:24px;
font-weight:bold;
color:#f668ff;
}

/*----------------------menu-------------------------*/
#menu{
width:850px;
height:45px;
padding:0px;
margin:auto;
text-align:center;
background:url(menu.png) no-repeat center;
}
#menu ul{
list-style:none;padding:0 0 0 90px;margin:0px;display:block; font-weight:bold;
}
#menu ul li{
list-style:none;display:inline;float:left;width:auto;height:45px;padding:0px;font-size:12px; line-height:45px;}
#menu ul li a{
height:45px; width:85px;float:left;text-decoration:none;padding:0px; margin:0px;color:#d0ff13;}
#menu ul li a:hover{
height:45px;width:85px;text-decoration:none;color: #19d7c0;}
#menu ul li a.current{
height:45px;width:85px;float:left;text-decoration:none;padding:0px;color: #f668ff;}


/*---------------------main_content------------------*/
.left_content{
width:435px;
height:auto;
float:left;
padding:10px 0 15px 25px;
}
.title{
font-size:18px;
color:#f668ff;
clear:both;
padding:0 0 0 23px;
margin:5px 0 5px 0;
}
.right_content{
width:340px;
height:auto;
float:left;
padding:10px 0 0 20px;
}

.news_tab{
float:left;
padding:5px 0 5px 0;
margin:0px;
}
img.photo{
float:left;
padding:2px;
border:1px #f668ff solid;
margin:0 10px 10px 0;
}
.clear{
clear:both;
}

