
body {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #333; 
	font-family: "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666666;
}

a {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #888888;
	text-decoration: none;
}

a img {
	border: none;
}
	
#body_center {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
}

#body_content {
	
}

#header {
	display: block;
	padding: 0px;
	width: 100%;
	height: 100px;
	background: url('images/header.png') no-repeat bottom left;
}

#header_tag {
	border-top: 1px solid #666666;
	text-align: right;	
	font-size: 15px;
}

#announcement_title {
	display: block;
	padding: 0px;
	width: 100%;
	font-size: 22px;
	color: #999999;
}

#announcement {
	display: block;
	padding: 0px;
	width: 100%;	
	color: #999999;
	font-size: 15px;
}

#content_pane {
	
}

#left_pane {
	/* background: #666; */
	float: left;
	width: 65%;
}

#left_content {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

#left_title {
	margin-top: 20px;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 2px solid #666666;
}

#overview_title {
	font-weight: bolder;
	font-size: 12px;
	border-bottom: 2px solid #666666;
}

#overview {
	font-size: 11px;
}

.service_item {
	margin-top: 10px;
	margin-bottom: 10px;
}

.service_left {
	height: 80px;
	float: left;
	width: 25%;
	text-align: center;
}

.service_right {
	height: 80px;
	float: right;
	width: 75%; 
}

.service_title {
	font-weight: bolder;
	font-size: 12px;
	color: #999999;
}

.service_info {
	text-align: justify;
	font-size: 10px; 
}

.service_clear {
	clear: both;
}

#right_pane {
	/* background: #888; */
	float: right;
	width: 35%;
}

#right_content {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

#right_title {
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 2px solid #666666;
}

.info_item {
	margin-top: 20px;
}

.item_title {
	font-weight: bolder;
	font-size: 12px;
	color: #959579;
}

.item_content {
	margin-top: 2px;
	font-size: 11px; 
}

.item_link {
	margin-top: 2px; 
	font-size: 10px;
	text-align: right;
}



#clear_div {
	clear: both;
}

#footer {
	border-top: 1px solid #666666;
	text-align: center;	
}

#link_list {
	margin-left: auto;
	margin-right: auto;
}

.link {
	display: inline;
}

.link_clear {
	clear: both;
}

#copynotice {
	margin-top: 5px;
	color: #555;
}

#norelation {
	margin-top: 5px;
	font-size: 8px;
	color: #444;
	visibility: hidden;
}

#hiddencontent {
	visibility: hidden;
}

