/* CSS Document */
#contentBody{margin:0 0;}
#contentBody #leftInclude{
	padding-top	: 0px;
	width	: 90px;
	height	: 502px;
	float	: left;
	/*border:1px solid;*/
}
#contentBody #leftInclude img{
	clear	: both;
	margin-top 	: 5px;
	}
#contentBody #welcome{
	width : 650px;
	float : right;
	/*border:1px solid;*/
}
#fotter_img {
	float:right;
	width:265px;
}
#fotter_img img {
	float:left;
	margin:0;
}
#spotNews	{
		clear	: both;
		width	: 100%;
		border-top		: 5px solid #68a9af;
		border-bottom	: 5px solid #68a9af;
		margin  : 10px 0;
		padding	: 15px 0; 
		}
#spotNews:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}
.newsBox{
		float	: left;
		width 	: 32%;
		color	: #666666;
		}
		.nbC{
			width	: 246px;
			padding : 0 10px;
			background-image	: url(images/bgNews.jpg);
			background-position	: left top;
			background-repeat	: repeat-y;
		}
		.nbL{padding : 0 10px 0 0;}
		.nbR{padding : 0 0 0 10px;}
		.newsBox p.art{
			margin	: 8px 0;
			height	: 85px;
		}
		.newsBox p.lnk{
			margin		: 0;
			text-align 	: right;
			color		:#599aae;
			font-weight	:bold;
		}
		.newsBox p.lnk a{ margin-left:15px;color:#599aae; text-decoration:none; }
		.newsBox p.lnk a:hover{ text-decoration:underline; }

