
body {
	background: url('../images/bg_top_bar.png') repeat-x;
	font-size:16px;
	font-family:"微软雅黑", "Microsoft YaHei", "Arial", "sans-serif";
	line-height:25px;
	color:#333;
}

a {
	text-decoration:none;
	color:#006600;
}

a:hover {
	text-decoration:underline;
	color:#ff0000;
}

#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	text-align: left;
}

#header_title {
	height:100px;
	text-align:right;
	background: url('../images/bg_top_left.png') no-repeat;
}

#header_nav {
	height:180px;
	padding-left:100px;
	padding-top:20px;
	text-align:center;
	background: url('../images/bg_top_left.png') -0px -100px no-repeat;
}

li, a {
	/*border:1px solid black;*/
}

#content {
	background: url('../images/bg_content.png') repeat-y;
	/* Height for IE6 only */
	height:1%;
}

/* IE6 don't understand this, reset height for others */
html>body #content {
	height: auto;
}

#nav li, #sns_list li {
	float:left;
	list-style-type:none;
}

#nav li a {
	width:128px;
	display:block;
	padding-top:135px;
	margin:5px;
	background-image:url('../images/nav_icons.jpg');
	background-repeat:no-repeat;
	font-weight:bold;
}

#nav li a:hover {
	opacity:0.25;
	filter:alpha(opacity=25);
}

#nav_me {
	background-position:-0px -0px;
}
#nav_work {
	background-position:-128px -0px;
}
#nav_photo {
	background-position:-256px -0px;
}
#nav_blog {
	background-position:-384px -0px;
}
#nav_contact {
	background-position:-512px -0px;
}
#nav_other {
	background-position:-768px -0px;
}

#content {
	background: url('../images/bg_content.png') repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:80px;
	padding-right:80px;
	padding-bottom:20px;
	overflow:auto;
}

#content ul {
	list-style-type:square;
	padding-left:25px;
}

#sns_list li {
	margin:30px;
	text-align:center;
}

.gfc-resultsHeader, h3 {
	clear:both;
	font-family:"微软雅黑", "Microsoft YaHei", "Arial", "sans-serif";
	border-bottom:10px ridge #006600;
	line-height:30px;
	padding-top:30px;
	text-align:center;
	font-size:24px;
	font-weight:bold;
	color:#000;
}

.gf-result {
	padding-top:30px;
}

.gfc-result .gf-title a {
	font-weight:bold;
}

#footer {
	height:160px;
	background: url('../images/bg_footer.png') no-repeat;
	line-height:80px;
	padding-left:55px;
}
