@charset "utf-8";
<!--
body{
margin:0 0 0 0;
background:#fff url(../images/bg.gif) repeat-x center top;
font:12px "tahoma", "arial", "verdana";
color:#777;
}
h1,h2,h3,h4,h5,h6,ul,ol,p,dl,dd{
margin:0;
padding:0;
}
input,select,textarea{
font:12px "tahoma", "arial", "verdana";
color:#777;
vertical-align:middle;
}
form{ display:inline; }
p{
line-height:16px;
text-align:justify;
}
a{ outline:none; color:#5879bc; text-decoration:none; }
a:hover{ color:#f90; }
a img{ border:none; cursor:pointer; }
ul,ol{ list-style:none; }
hr{
clear:both;
border-bottom:1px dotted #ccc;
border-top:1px solid #fff;
border-left:1px solid #fff;
border-right:1px solid #fff;
}
.clear{ clear:both; }
.clearl{ clear:left; }
.clearr{ clear:right; }
.floatl{ float:left; }
.floatr{ float:right; }
.alignc{ text-align:center; }
.alignl{ text-align:left; }
.alignr{ text-align:right; }
/* Global */
#header,#content,#footer{
margin:auto;
width:998px;
overflow:hidden;
}
#header .link{
float:right;
margin:3px 3px -18px 3px;
font-size:11px;
color:#ccc;
}
#header .link a{
color:#ccc;
}
#header .link a:hover{
color:#f90;
}
#header ul{
float:right;
margin:8px 5px 0 0;
color:#aaa;
font-size:14px;
}
* html #header ul{	/* IE6 */
width:745px;
}
*:first-child+html #header ul{	/* IE7 */
width:720px;
}
#header ul li{
float:left;
margin:2px 0 0 15px;
}
#header ul li img{
margin-top:-4px;
}
#header .social{
margin:10px 0 -30px 0;
display:none;
}
#header .social li{
margin:0 2px 0 1px;
}
#header .sub{
margin:50px 8px 0 0;
font-size:11px;
clear:right;
}
* html #header .sub{	/* IE6 */
width:210px;
}
*:first-child+html #header .sub{	/* IE7 */
width:180px;
}
#header .sub li{
margin-left:20px;
}
#content{
margin-top:20px;
margin-bottom:20px;
width:980px;
}
#footer{
color:#aaa;
font-size:11px;
padding:15px 0;
border-top:1px solid #d8d8d8;
}
#footer .social{
float:left;
margin:0 0 0 2px;
}
#footer .social li{
margin:0 5px 0 0;
}
#footer ul{
float:right;
margin:0 2px 10px 0;
}
#footer ul li{
float:left;
margin-left:25px;
}
#footer p{
clear:both;
text-align:right;
line-height:15px;
margin:0 2px 0 0;
}
#footer p a{
color:#aaa;
}
#footer p a:hover{
color:#f90;
}
* html #footer p{	/* IE6 */
position:relative;
top:-15px;
margin-bottom:-15px;
}
*:first-child+html #footer p{	/* IE7 */
position:relative;
top:-15px;
margin-bottom:-15px;
}
#notice{
background-color:#587abc;
position:absolute;
width:100%;
top:0;
left:0;
z-index:100;
color:#fff;
text-align:center;
padding:5px 0;
display:none;
}
#notice a{
color:#ff0;
}
#notice a:hover{
color:#fff;
}
/* Global */
.share{
overflow:hidden;
position:relative;
top:-10px;
margin-bottom:-10px;
}
.share a{
float:right;
}
-->