* {
	margin:0;
	padding:0;
	line-height: 130%;
	font-size: 12px;
	font-family: arial,sans-serif;
}

#bg_topbg {
	background: url(../images/bg.gif) repeat-y top center;
	text-align: center;
}

#bg_conbg {
	width: 800px;
	padding-left: 2px;
	margin: 0 auto;
	text-align: left;
}

/* header START */

#header {
	margin: 0px;
	padding: 0px;
	width: 797px;
	height: 266px;
	background: url(../images/header_img.jpg) no-repeat;
	text-align: right;
	padding-top: 3px;
	padding-right: 3px;
}

#header a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
/* header END */


/* menu START */

#menu {
	width: 190px;
	float: left;
}

#menu_topbg {
	background: url(../images/menu_topbg.gif) no-repeat;
	line-height: 30px; 
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li a {
	background: url(../images/menu_tit_bg.gif) no-repeat;
	width: 178px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 13px;
	color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	display: block;
}

#menu li li a {
	background: none;
	width: 173px;
	font-weight: normal;
	font-size: 12px;
	padding-left: 17px;
}

#menu li li a:hover {
	background: #cccccc;
}

#menu li li li a {
	background: url(../images/menu_tenn.gif) no-repeat 30px center;
	width: 155px;
	padding-left: 35px;
}

/* menu END */


/* contgent START */

#content {
	width: 608px;
	float: right;
}

#content a:link { color: #00f;text-decoration:none; } 

#content a:visited { color: #00f;text-decoration:none; } 

#content a:hover { color: #00f;text-decoration:underline;} 

#content a:active { color: #00f;text-decoration:none; } 

/* content END */


/* footer START */

#content_pagetop {
	clear: both;
	width: 790px;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-bottom: solid 1px #ffffff;
}

#footer {
	clear: both;
	width: 800px;
	background: #ffffff;
	padding: 10px 0px;
	border-top: solid 1px #cccccc;
}

#footer_l {
	width: 300px;
	float: left;
	margin-left: 5px;
}
#footer_l a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#footer_r {
	width: 400px;
	float: right;
	text-align: right;
	margin-right: 5px;
	font-size: 11px;
	color: #999999;
}
/* footer END */
