/* Slide images */
	
	#slidebody {
		width:100%;
		min-width:980px;
		height:350px;
		background-color:#000;
	}

	#slidemm {
		width:100%;
		min-width:980px;
		max-width:1400px;
		height:350px;
		overflow:hidden;
		margin:0 auto;
	}
	
	#slidemm #slidetxt {
		width:980px;
		height:350px;
		overflow:hidden;
		margin:0 auto;
	}
	
	/* section style */
	
	#mspleft {
		width:670px;
		height:auto;
		float:left;
	}
	
	#mspright {
		width:250px;
		height:auto;
		float:right;
	}
	
	.blinem {
		width:auto;
		height:auto;
		border:1px solid #ccc;
		background-color:#fff;
		margin-bottom:20px;
	}
	.blinem h2 {
		width:auto;
		height:auto;
		padding:5px 10px;
		background-color:#E95949;
		color:#fff;
		font-size:18px;
		line-height:18px;
		font-weight:normal;
	}
	.blinem .blinembox {
		padding:20px;
	}
	
	ul#features {
		width:auto;
		height:auto;
		display:block;
		margin-bottom:40px;
	}
	
	ul#features li {
		width:auto;
		height:auto;
		display:block;
		margin-bottom:20px;
		list-style:none;
	}
	
	/* Youtube and Facebook */
	
	#ybmm {
		background-image:url(../img/index/ybtitle.png);
		background-repeat:no-repeat;
		background-position:0 0;
		padding-top:35px;
		margin-bottom:20px;
	}
	
	#fbmm {
		background-color:#fff;
	}
	
	
	/* News */
	
		.postbody_nom  {
			width:auto;
			height:auto;
			padding:20px;
		}
		.postbody_nom dl {
			width:auto;
			height:auto;
		}
		
		.postbody_nom dl dt {
	color: #E95949;
	width: 10%;
	height: auto;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	padding: 10px 5px;
		}
		
		.postbody_nom dl dd {
			width:auto;
			height:auto;
			font-size:12px;
			font-weight:normal;
			line-height:1.5em;
			padding:10px 5px 10px 15%;
			border-bottom:1px dotted #A6987E;
		}