@charset "UTF-8";
/* CSS Document */

#content p {
	line-height:1.6;
	margin-bottom:1em;
	}

.eventWrap {
	background:#FEF0EE url(images/bg_event.gif);
	padding:10px 10px 0;
	margin-top:14px;
	margin-bottom:50px;
	}

.eventPart {
	border-top:solid 1px #3D62AC;
	padding:10px 0 9px 10px;
	zoom:1;
	}

	.eventPart h2 {
		float:left;
		width:100px;
		overflow:hidden;
		}
	
	.eventTex {
		margin-left:110px
		}
		
		.eventTex ul {
			line-height:1.3;
			margin-left:25px;
			list-style-type:disc;
			}
		
		.eventTex li {
			margin-bottom:2px;
			}
		
	.eventPic {
		float:right;
		width:155px;
		text-align:right;
		font-size:80%;
		line-height:1.1;
		}
		
		.eventPic img {
			margin-bottom:3px;
			}

.vlLeft {
	float:left;
	width:380px;
	}
	.vlLeft dd {
		line-height:1.6;
		margin:4px 10px 10px 28px;
		}

.vlRight {
	float:right;
	width:224px;
	}
	.vlRight h3 {
		color:#D53B4B;
		margin-bottom:10px;
		}
	.vlRight p {
		margin-top:8px;
		}
