/*-== Name:Resume for Fandt     ==-*/
/*-== Link:info.zhaojiang.org   ==-*/
/*-== Author:Fandt              ==-*/
/*-== Date:11-25 2009           ==-*/
* {
	margin:0;
	padding:0;
}
html {
	padding:0 30px 20px 30px;
	background:#A7B1BA;
}
body {
	font:normal 12px "Lucida Grande",Verdana,Arial;
	color:#444;
}
a img{
    border:none;
}
a:link,a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
a[href^="http:"]{
    background:url(images/url_popup.gif) no-repeat top right;
    padding-right:14px;
}
a[href^="http://www.miibeian.gov.cn"]{
    background:none;
    padding:0;
}
ul,ol {
	list-style:none;
}

#wrapper {
	width:747px;
	margin:0 auto;
	padding:2px;
	background:#fff;
	border:10px solid #BCC5CD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.clear {
	clear:both;
}
.del{
    text-decoration:line-through;
}
#header {
	height: 95px;
	padding-right: 20px;
	background: #DFDFDF url(images/header.png) repeat-x;
	border-bottom: 1px solid #CBCBCB;
}
h1 {
	float:left;
	margin-top:26px;
	text-shadow:0 1px 0 #FFFFFF;
}
h1 a {
	font:24px "Helvetica Neue",Helvetica,Arial,sans-serif,Tahoma;
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#333;
	text-decoration:none;
}
h1 span {
	display: block;
	font: 10px Arial;
	color: #888;
	margin: 3px 0 0 0;
}
h1 span a {
	font: 10px Arial;
	color: #888;
}
h2 {
	font:bold 14px verdana;
}
.logo {
	width:48px;
	height:48px;
	margin:15px 20px;
	float:left;
	background: url(images/logo_outer.png) no-repeat;
	padding: 10px 5px 5px 9px;
}
#menu {
	float:right;
	margin:35px 0 0;
}
#menu li {
	display:inline;
}
#menu a {
	color:#333;
	height:22px;
	line-height:22px;
	_line-height:24px;
	*line-height:24px;
	padding:0 8px;
	text-decoration:none;
	background:#CECECE;
	border:2px solid #d0d0d0;
	display:inline-block;
	margin: 0 0 0 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#menu a:hover, #menu a.selected{
	color:#fff;
	background:#A0A0A0;
	font-weight:bold;
}
#menu a:hover {
	font-weight:normal;
}
#menu a.selected:hover {
	font-weight:bold;
}

#main {
	padding:10px;
}
.content{
    float:left;;
    color:#333;
    margin-bottom:15px;
}
.content img{
    width:245px;
    padding:2px;
    background:#d0d0d0;
    float:left;
    display:block;
}

.content dl{
    width:450px;
    float:left;
    margin-left:15px;
    padding:2px;

}
.content dt{
    font-weight:bold;
    font-size:1.2em;
    text-indent:24px;
    line-height:24px;
}
.content dd{
    font-size:1.2em;
    text-indent:24px;
    line-height:24px;
}
#footer {
	font-family:"Lucida Grande",Verdana,Arial;
	color:#445057;
	width:770px;
	margin:0 auto;
	line-height:26px;
	text-align:right;
	clear:both;
}
#footer span {
	float:left;
}
#footer a {
	color:#58656d;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

