* {
	margin:0;
	padding:0;
}

body {
	background:#FFFFFF;
	font:normal 11px Tahoma;
	color:#333333;
}

a:hover {
	text-decoration:none;
}

.clear {
	clear:both;
}

.blue {
	background: url(../images/bg-3.gif) 0 23px repeat-x;
}

#wrap {
	width:700px;
	margin:42px auto;
}

#header {
	height:120px;
	background:url(../images/h_bg_r.gif) right no-repeat;
	padding-right:15px;
}

#navigation {
	height:216px;
	background:url(../images/nav_bg_r.jpg) right no-repeat;
	padding-right:17px;
}

#content {
	background:url(../images/cont_bg_r.jpg) top right no-repeat;
	padding-right:17px;
	height:300px;
}

#h_bg_l {
	position:absolute;
	width:15px;
	height:120px;
	background:url(../images/h_bg_l.gif) ;
	margin-left:170px;
	display:block;
}

#nav_bg_l {
	display:block;
	position:absolute;
	width:17px;
	height:216px;
	background:url(../images/nav_bg_l.jpg) ;
	margin-left:170px;

}

#cont_bg_l {
	display:block;
	position:absolute;
	width:17px;
	height:300px;
	background:url(../images/cont_bg_l.jpg) top no-repeat;
	margin-left:170px;
}

#h_left {
	display:block;
	float:left;
	width:170px;
	text-align:center;
	margin-top:53px;
	font-size:9px;
	color:#999999;
}

#h_left a {
	color:#999999;
	font-size:10px;
	text-decoration:none;
}

#h_right {
	display:block;
	float:right;
	width:500px;
	text-align:left;
	margin-top:20px;
}

#h_right img {
	margin-left:20px;
}

#menu {
	display:block;
	float:left;
	width:170px;
}

#image {
	display:block;
	float:right;
	width:500px;
	background:url(../images/img_blue1.jpg);
	height:216px;
}

#image ul {
	list-style:none;
	margin:80px 0 0 30px;
}

#image ul li {
	color:#003399;
	font-size:11px;
	margin:2px 0;
}

#txt_box {
	padding:10px;
	display:block;
	float:right;
	width:480px;
}

#footer {
	margin-top:50px;
}