@charset "utf-8";
/* CSS Document */


#introduction  {
	position: relative;
	height: 800px;
	width: 940px;
	left: 250;
}
#EventDetail {
	position:absolute;
	width:621px;
	height:750px;
	z-index:3;
	left: 322px;
	top: 2px;
	background-color: #FFF;
}

#EventsNews {
	position:absolute;
	width:278px;
	height:566px;
	z-index:2;
	left: 0px;
	background-color: #C7BFB6;
	margin-right: 0px;
	padding-right: 15px;
	padding-left: 15px;
	top: 0px;
}
#EventNews h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2ex;
	font-style:italic;
	font-weight:normal;
	line-height: 1ex;
}
#EventDetail h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#C7BFB6;
	font-weight: normal;
	margin-left: 25px;
}
#EventDetail h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#C7BFB6;
	font-weight: normal;
	margin-left: 25px;
}
#EventDetail a {
	color: #666;
	text-decoration: none;	
}
#EventDetail a:hover {
	color: #9B8C7B;
	text-decoration: none;
}
#EventDetail p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	line-height: 2.5ex;
	margin-left: 25px;
	font-weight: normal;
	color: #666;
	margin-right: 25px;
	text-align: justify;
}
img.floatRight {
	float:right;
	margin: 35px;
}
	

