body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
}
#x {
	clear: both;
}

#top {
	margin: auto;
	width: 1000px;
	height: 55px;
	padding-left: 0px;
}
#up {
	height: 100px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: auto;
	width: 1000px;
}

#top #meun li {
	float: left;
	list-style-position: inside;
	list-style-type: none;
}
#top #meun li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 50px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding-right: 23px;
	padding-left: 23px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #666;
}
#top #meun li a:hover {
	background-color: #000;
}


#img {
	height: 273px;
	background-image: url(../images/img_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#img #img_i {
	margin: auto;
	width: 1000px;
	padding-top: 17px;
	background-image: url(../images/1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 255px;
}

#cont {
	margin: auto;
	width: 1000px;
	padding-top: 5px;
}

#cont #main_p1 {
	height: 165px;
	width: 233px;
	float: left;
	margin-bottom: 15px;
	background-image: url(../images/main_p_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cont #main_p1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666;
	margin-right: 80px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#cont #main_p2 {
	height: 165px;
	width: 233px;
	float: left;
	margin-bottom: 15px;
	background-image: url(../images/main_p_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 20px;
	margin-left: 20px;
}
#cont #main_p2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666;
	margin-right: 110px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#cont #main_p3 {
	height: 165px;
	width: 233px;
	float: left;
	margin-bottom: 15px;
	background-image: url(../images/main_p_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 20px;
}
#cont #main_p3 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666;
	margin-right: 110px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#cont #main_p4 {
	height: 165px;
	width: 233px;
	float: left;
	margin-bottom: 15px;
	background-image: url(../images/main_p_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#cont #main_p4 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666;
	margin-right: 90px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 0px;
}

#cont #left {
	float: left;
	width: 990px;
	background-image: url(../images/list_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px;
}
#cont #left #list {
	float: left;
	width: 232px;
}
#cont #left #list #list_class h2 {
	background-image: url(../images/left_list_class.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cont #left #list #list_class a {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D3D3;
	display: block;
	text-transform: capitalize;
	color: #136783;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 40px;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	background-image: url(../images/left_list.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 25px;
}
#cont #left #list #list_class a:hover {
	background-image: url(../images/left_list_a.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: underline;
}
#cont #left #list #list_class .item {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#cont #left #list #list_class .item ul {
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
}
#cont #left #list #list_class .item ul a {
	font-weight: normal;
	text-align: left;
	line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
	color: #666;
	margin-left: 5px;
	padding-left: 30px;
	background-image: url(../images/gif.gif);
	background-repeat: no-repeat;
	background-position: 10px center;
	border-bottom-style: dotted;
}


#cont #left #list #left_cont {
	background-image: url(../images/left_qua.jpg);
	background-repeat: no-repeat;
	background-position: left 30px;
	margin-top: 30px;
}
#cont #left #list #left_cont h3 {
	color: #102C37;
	background-image: url(../images/j.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	line-height: 35px;
	padding-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#cont #left #list #left_cont p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #767676;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


#cont #left #cont {
	float: right;
	width: 752px;
	background-image: url(../images/in_left_cent_1.jpg);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-top: 10px;
}
#cont #left #cont h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 17px;
	padding-top: 10px;
}

#cont #left #cont h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: capitalize;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 35px;
	line-height: 40px;
	text-decoration: underline;
}
#cont #left #cont h1 span {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	padding-right: 25px;
	color: #666;
	text-decoration: none;
}
#cont #left #cont h1 span a {
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	text-decoration: underline;
}
#cont #left #cont h1 span a:hover {
	color: #09BBD7;
}
#cont #left #cont p img {
	padding: 2px;
	border: 1px solid #CCC;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 7px;
	margin-left: 10px;
}

#cont #left #cont .pro {
	float: right;
	width: 215px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#cont #left #cont .pro a {
	display: block;
	background-image: url(../images/in_com_j.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	line-height: 30px;
	text-decoration: underline;
	color: #0D6684;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: capitalize;
}
#cont #left #cont p {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666;
}
#cont #left #cont p span {
	color: #0D6684;
	text-decoration: underline;
}


#cont #left #cont p strong {
	color: #15333D;
	text-transform: capitalize;
}
#cont #left #cont p a {
	color: #0D6684;
}
#cont #left #cont p a:hover {
	color: #000;
}
#cont #left #cont ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
#cont #left #cont table {
	margin: auto;
	width: 690px;
}
#cont #left #cont table p {
	margin: 0px;
	padding: 5px;
}
#cont #left #cont #list_show {
	float: left;
	width: 230px;
	margin-right: 5px;
	margin-left: 5px;
}
#cont #left #cont #list_show img {
	padding: 2px;
	border: 1px solid #CCC;
}
#cont #left #cont #list_show a {
	text-align: center;
	display: block;
	line-height: 30px;
	color: #2282B4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
#cont #left #cont .k_pagelist {
	clear: both;
	text-align: center;
	display: block;
	padding-top: 15px;
}
#cont #left #cont .k_pagelist span {
	text-transform: capitalize;
	text-decoration: none;
}
#cont #left #cont .k_pagelist a {
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#cont #left #cont .k_pagelist strong {
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: underline;
}


#cont #left #cont #b {
	background-image: url(../images/in_left_cent_1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	clear: both;
	height: 15px;
}




#cont #right {
	float: right;
	width: 280px;
	background-repeat: no-repeat;
	background-position: left top;
}
#cont #right #com {
	background-image: url(../images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 35px;
	height: 210px;
	margin-bottom: 20px;
}
#cont #right #com h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	background-image: url(../images/j.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cont #right #com img {
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 7px;
}
#cont #right #com p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666;
	margin: 0px;
}


#cont #right #ser {
	background-image: url(../images/right_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 35px;
}
#cont #right #ser h2 {
	background-image: url(../images/j.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#cont #right #ser img {
	padding: 4px;
	border: 1px solid #CCC;
	margin-bottom: 5px;
}

#cont #right #ser p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#bottom {
	background-image: url(../images/foot.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 50px;
	clear: both;
	padding-bottom: 15px;
}
#bottom #foot {
	color: #D9DBDA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	margin: auto;
	width: 700px;
	padding-left: 300px;
	background-image: url(../images/foot_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottom #foot p {
	margin: 0px;
	padding-left: 50px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCECD;
}
#bottom #foot p a {
	color: #4EA2BA;
}
#bottom #foot p a:hover {
	color: #FFF;
}
