@charset "utf-8";
/* CSS Document */

*{
    margin:0px;
	padding:0px;
}

#layout{
    width:860px;
	padding:10px;
	height:auto;
	margin:0 auto;
}

#left{
    width:240px;
	height:auto;
	float:left;
}
#left #intro{
    height:36px;
	border:1px solid #ccc;
	border-bottom:4px solid #3399CC;
	background-color:#f0f2f1;
	margin-bottom:7px;

}

#left ul.tooo li{
	list-style:none;
	margin:0;
	padding:0;
	background-color:#f0f1f2;
	margin-bottom:7px;
	width:238px;
	letter-spacing:1px;
	border:1px solid #ccc;

}
#left ul.tooo li a{
    text-align:center;
	line-height:45px;
    height:45px;
	font-size:14px;
	color:#888888;
	display:block;
	font-weight:bold;
	text-decoration:none;
}
#left ul.tooo li a:hover{
	color:#0099FF;
	background-color:#fff;
}
#left ul.list{
    width:240px;
	height:auto;
	margin-top:10px;
	overflow:hidden;
}
#left ul.list p{
    height:45px;
	line-height:45px;
	margin:0;
	padding-left:28px;
	background:url(../images/tech_left_list_head.gif) no-repeat top center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#336699;
	font-weight:bold;
}
    
#left ul.list li{
	background-image:url(../images/article.gif);
	background-position:6px center;
	background-repeat:no-repeat;
	background-color:#f0f1f2;
	border:1px solid #ddd;
	margin-top:-1px;
}
#left ul.list li a{
    color:#6C89A8;
	font-size:12px;
	text-decoration:none;
    height:32px;
	line-height:32px;
	display:block;
	padding-left:25px;	
}
#left ul.list li a:hover{
	color:#2D78B0;
	background-color:#fff;
}


#right{
    float:right;
	height:auto;
}
#article{
	background-color:#f0f2f2;
	border:1px solid #ccc;
	height:auto;
	width:608px;
	border-bottom:4px solid #aaa;
}
#guide{
    width:608px;
	height:36px;
	border:1px solid #ccc;
	border-bottom:4px solid #4594D3;
	background-color:#f0f2f1;
	margin-bottom:7px;
	line-height:36px;
	background-image:url(../images/home2.gif);
	background-position:4px 10px;
	background-repeat:no-repeat;
}
#guide p{
    font-size:12px;
	color:#336699;
	margin-left:25px;
}
#guide p a{
    text-decoration:none;
	color:#567;
}
#guide p a:hover{
    text-decoration:underline;
}

#right h1{
    height:21px;
	font-size:18px;
	padding-top:24px;
	text-align:center;
	color:#3399CC;
	background-repeat:no-repeat;
}
#right #element{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	color:#aaaaaa;
	padding-top:10px;
	padding-bottom:25px;
}

#right #content{
	text-align:center;

}
#right #content p{
    font-size:14px;
	color:#666;
	padding:0px 18px;
	line-height:200%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	text-indent:2em;
}

#right #content img{
    border:5px solid #fff;
	margin:18px;
}

#yema{
    height:25px;
	font-size:13px;
	text-align:right;
	padding-right:10px;
	padding-top:15px;
	margin-top:15px;
	background-color:#999999;
	background-image:url(../images/tech_right_bottom.gif);
	background-repeat:repeat-x;
	color:#777;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#yema a{
    color:#006699;
	padding:3px;
	text-align:center;
	font-size:11px;
	border:none;
	
}


