@charset "utf-8";
/* 
Author:cuikai http://uicss.cn
*/


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%}
q:before,q:after{content:''}

/*page*/
body {background: #fff url(../images/bg-body.jpg) repeat-x;font-size: 14px;color: #555;}
h1,.content,.photo,#copyright{width: 960px; margin:0 auto; clear:both;}
h1{background:url(../images/h1.jpg) no-repeat; text-indent:-2000px;height:75px; margin-top:70px;}
.content{margin:70px auto; padding:25px 15px; border-top:1px solid #eee;border-bottom:1px solid #eee; line-height:24px;}
.content p{ margin:10px 0;}
.content em{font-size:12px; font-style:normal;}

.photo dl{width:293px; height:350px; float:left; margin-right:40px; margin-top:10px}
.photo dd{margin-top:15px;}
.photo em{font-size:11px; font-style:normal; font-family: Arial, Helvetica, sans-serif; }
.photo .more{ text-align:right;background:transparent url(../images/plus.gif) no-repeat scroll right 5px;padding-right:20px; height:30px; line-height:30px; clear:both;}
.photo dd img{background: #fff url(../images/imgbg.gif) repeat-x top center;padding: 10px;border: solid 1px #ccc;margin-bottom: 10px;-webkit-border-radius: 5px; -khtml-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
.photo dd img:hover{border: solid 1px #bbb;}
.photo .nomargin{ margin-right:0}
.photo ul{ padding:10px 0 35px 10px;}
.photo a{color:#555; text-decoration:none;}
.photo a:hover{ text-decoration:underline}
#copyright{ text-align:right}
#footer { height:21px;clear:both;background:url(../images/bg-footer.jpg) repeat-x top center; margin-top:15px} 
