@charset 'utf-8';

#Main {
	background-color: #000000;
	width: 1000px;
	height: 100%;
}

#noFlash {
	margin: 45px 0px 0px 55px;
	width: 425px;
}

#Content {
	background-color: #FFFFFF;
	float: left;
	width: 550px;
	height: 500px;
}

#Left {
	background-color: #865E20;
	float: left;
	width: 150px;
}

#Right {
	background-color: #865E20;
	float: left;
	width: 150px;
}

#Content_1 {
	margin: 20px 35px 10px 35px;
	line-height: 12px;
}

.content_head {
	background-color: #D9AA61;
	font-size: 12px;
	text-align: center;
	margin: 0px 35px 0px 35px;
	padding: 10px 35px 10px 35px;
}

.content_head p {
	font-size: 13px;
	font-weight: bold;
}

.indicate {
	background-color: #000000;
	color: #EBDDA5;
	width: 150px;
	height: 780px;
	float: right;
}

