@charset "gb2312";
#main_layout {
	height: 100%;
	width: 100%;
	background-color:#999;
}
.p_info {
	font-size: medium;
	text-align: center;
	line-height: 1.5em;
}

.p_title {
	font-size: large;
	font-style: italic;
	font-weight: bold;
}

#layout_content {
	background-image: url(../images/layout1_05.jpg);
	width: 800px;
	height: 524px;
	font-family: "Times New Roman", Times, serif;
	color: #62403A;
}
#side_main {
	width: 25%;
	float: left;
	padding: 1em;
}
#main_main {
	width: 65%;
	float: left;
	padding: 1em;
}
#layout_footer {
	background-image: url(../images/layout1_06.jpg);
	height: 56px;
	width: 800px;
	color: #62403A;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-style: italic;
	text-align: center;
}
#main_table {
	
	margin: auto;
	
}
