.title0	{font-size:18px; font-weight:normal;}
.title1 {font-size:14px; font-weight:bold;}

body {
	background-position: center top;
	background-color: #e3e7ea;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(image/bgmain.jpg);
	background-repeat: repeat-y;
}

#body {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", serif;
	font-size: 12px;
	color: #666666;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	}
#header {
	padding: 5px;
	height: 94px;
	background-image: url(image/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}
#navigation {
	padding: 10px;
	background-color: #39444f;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	}
	#navigation a:link,a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
	#navigation a:hover {
	color:#FFCC00;
	text-decoration:none;
	}#nav2 {
	padding: 5px;
	height: 202px;
	background-image: url(image/nav2.jpg);
	background-position: center 4px;
	background-repeat: no-repeat;
}
#leftcontent {
	float: left;
	width: 214px;
	background-color: #F4F4F4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9BCC3;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 12px;
	margin-bottom: 15px;
	}
	#leftcontent a:link,a:visited {
	color:#FF6600;
	}
	#leftcontent a:hover {
	color:#CC0000;
	}
	
#midcontent {
	width: 170px;
	float: left;
	margin-left: 4px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
#rightcontent {
	float: right;
	width: 325px;
	margin-bottom: 15px;
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#footer {
	padding: 20px;
	clear: both;
	background-color: #666666;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	}
	#footer a:link,a:visited {
	color:#00CCFF;
	text-decoration:none;
	}
	#footer a:hover {
	color:#FFCC00;
	text-decoration:none;
	}
