body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
.mainDiv {
	width: 805px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.mainDiv .header {
	background-image: url(../../public/layout/header.jpg);
	background-repeat: no-repeat;
	height: 313px;
}
.mainDiv .page {
}
.mainDiv .page .left {
	background-image: url(../../public/layout/left.jpg);
	background-repeat: no-repeat;
	width: 201px;
	min-height: 587px;
	float: left;
}
.mainDiv .page .left>ul {
	padding-left: 47px;
	list-style-type: none;
	margin: 0px;
}
.mainDiv .page .left>ul>li>a {
	display: block;
	height:26px;
	width:133px;
	line-height:2.5em;
	color:#606060;
	font-size:0.65em;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	padding-left:8px;
	padding-right:5px;
}

.mainDiv .page .content {
	background-image: url(../../public/layout/center.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 450px;
	min-height: 567px;
	padding: 15px;
	font-size: 0.65em;
	color: #606060;
	padding-top: 5px;
}
.mainDiv .page .content .path {
	height:25px;
	line-height:25px;
	overflow:hidden;
	white-space:nowrap;
	border-bottom: 1px dotted #868686;
	margin-bottom:15px;
}
.mainDiv .page .content .path a {
	color: #606060;
	text-decoration: none;
	margin-left: 5px;
}
.mainDiv .page .content .path a:hover {
	text-decoration: underline;
}
.mainDiv .page .content .txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainDiv .page .content .txt h1 {
	font-size: 2em;
	font-weight: bold;
}
.mainDiv .page .content .txt h2 {
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0px;
}
.mainDiv .page .content .txt p {
	margin-top: 0px;
}




.mainDiv .page .right {
	background-image: url(../../public/layout/right.jpg);
	background-repeat: no-repeat;
	width: 124px;
	float: left;
	min-height: 584px;
	text-align: right;
	padding-top: 3px;
}
.mainDiv .page .right a {
}

.mainDiv .page .right a img {
	margin-top: 17px;
	border: none;
	height: 60px;
	width: 100px;
}



.mainDiv .page .footer {
	clear: both;
	text-align: center;
	font-size: 0.65em;
	font-weight: bold;
}
.mainDiv .page .footer a {
	color: #999;
	text-decoration: none;
}
.mainDiv .page .content .txt  a {
	color:#606060;
}