/* global */
* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
body {
	background: #f5f5f5;
	color: #666666;
	background-position: top;
	background-repeat: repeat-x;
	background-image: url(../images/bg_body.jpg);
	font-size: 14px;
}
img {
	border: none;
}
img.box {
	padding: 2px;
	border: 1px dotted #acacac;
}
.padding {
	
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	
}
li {
	
}
p {
	margin: 4px 0px 12px 6px;
	text-indent: 10px;
}
hr {
	height: 1px;
	border-top: 1px dashed #acacac;
	margin: 12px 0px;
}
h5 {
	font-size: 17px;
	margin-bottom: 4px;
	font-weight: normal;
}
h6 {
	font-size: 17px;
	color: #F1B601;
	margin-bottom: 4px;
	font-weight: normal;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 4px;
}
small {
	font-size: 12px;
}


/* header */
#header {
	height: 400px;
	width: 900px;
	margin: 10px auto;
	color: #ffffff;
}
	#header #topbar {
		height: 50px;
		width: 900px;
	}
		#header #topbar ul {
			list-style: none;
		}
		#header #topbar ul li {
			display: inline;
		}
		#header #topbar ul li a {
			margin: 0px 1px;
		}
		#header #topbar .searchbox {
			height: 20px;
			padding: 2px 4px;
			/* float: right;*/
			background-position: right;
			background-repeat: no-repeat;
			background-image: url(../images/bg_search.png);
			font-size: 15px;
			margin-right: 40px;
			min-width: 156px;
			text-align: right;
		}
			#header #topbar .searchbox form {
				margin-top: -4px;
			}
			#header #topbar .searchbox input {
				height: 18px;
				padding: 1px 2px;
				border: none;
				background-color: transparent;
				margin: 0px 0px 0px 8px;
				color: #666666;
			}
	
	
	#header #lg_co {
		height: 265px;
		width: 850px;
		padding: 25px;
		background-image: url(../images/bg_lgco.jpg);
		background-repeat: no-repeat;
		text-align: right;
	}
		#header #lg_co h5 {
			text-align: right;
			font-size: 13px;
			font-weight: normal;
			margin-top: 0px;
			color: #666666;
		}
		#header #lg_co h6 {
			text-align: right;
			font-size: 18px;
			font-weight: bold;
			color: #ffffff;
			margin-bottom: 0px;
		}
		
		#header #nav {
			color: #F1B601;
			height: 30px;
			width: 900px;
			text-align: center;
		}
			#header #nav ul {
				list-style: none;
			}
			#header #nav ul li {
				display: inline;
			}
			#header #nav ul li a {
				color: #F1B601;
				font-size: 15px;
				margin: 0px 15px;
				text-transform: capitalize;
				font-weight: bold;
			}
			
	#footer {
		width: 820px;
		padding: 5px 40px 10px 40px;
		margin: 0px auto;
		font-size: 12px;
	}
		#footer a {
			color: #666666;
			font-size: 12px;
			text-transform: lowercase;
			font-weight: normal;
		}
		#footer ul {
			list-style: none;
		}
		#footer ul li {
			display: inline;
		}
		#footer ul li a {
			margin: 0px 15px;
		}
	
	#pb {
		width: 820px;
		min-height: 600px;
		padding: 30px 40px;
		margin: 0px auto;
	}
		#pb a{
			color: #F1B601;
		}
		#pb a.rm {
			font-size: 12px;
		}
		#pb ul.news {
			list-style: none;
			margin-left: 28px;
		}
		#pb ul.news li {
			display: block;
			padding: 12px 0px;
			border-bottom: 1px dotted #acacac;
		}
		#pb ul.news li.eol {
			border-bottom: none;
		}
	