/* CSS Document */
html,body,ul,li,form {
	margin:0;
	padding:0;
	}
body {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#232323;
	}
ul,li {
	list-style:none;
	}
a {
	color:#486B7E;
	text-decoration:none;
	}
a:hover {
	color:#FFD85F;
	text-decoration:none;
	}
.center {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	}
#header {
	width:960px;
	height:112px;
	background-image:url(../images/top.jpg);
	clear:both;
	margin-left:auto;
	margin-right:auto;
	}
	#search {
		width:160px;
		height:25px;
		padding-top:31px;
		padding-left:790px;
		}
#container {
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:auto !important;
	height:500px;
	min-height:500px;
	border-top:2px solid #D4E6F2;
	}
	#left {
		float:left;
		width:164px;
		height:auto !important;
		height:500px;
		min-height:500px;
		}
		#menu {
			width:782px;
			padding-left:164px;
			padding-top:20px;
			font-size:14px;
			}
			#menu li {
				float:left;
				height:25px;
				line-height:25px;
				font-weight:bold;
				padding-top:12px;
				padding-left:25px;
				}
				#menu a {
					color:#486B7E;
					text-decoration:none;
					}
				#menu a:hover {
					color:#FFD85F;
					text-decoration:none;
					}
	#right {
		float:left;
		width:782px;
		height:auto !important;
		height:500px;
		min-height:500px;
		}
		#banner {
			clear:both;
			width:inherit;
			height:213px;
			}
		#content {
			width:782px;
			height:auto !important;
			height:280px;
			min-height:280px;
			}
			#content_left {
				float:left;
				width:548px;
				height:auto !important;
				height:280px;
				min-height:280px;	
				}
				.event {
					width:inherit;
					height:150px;
					padding-top:13px;
					background-color:#F1F1EF;
					margin-top:20px;
					}
					.event_pic {
						float:left;
						width:138px;
						height:138px;
						margin-left:15px;
						display:inline;
						}
					.event_content {
						float:left;
						width:355px;
						height:138px;
						margin-left:20px;
						display:inline;	
					}
						.event_title {
							width:inherit;
							font-size:14px;
							font-weight:bold;
							}
						.event_content a {
							color:#232323;
							text-decoration:none;
							}
						.event_content a:hover {
							color:#486B7E;
							text-decoration:none;
							}
						.event_time {
							width:inherit;
							color:#E28E52;
							}
			#content_right {
				float:left;
				width:234px;
				height:auto !important;
				height:280px;
				min-height:280px;	
				}
				#sposors {
					width:100%;
				}
					#sposors li {
						text-align:center;
						margin-top:20px;
						}
			.content_title {
				width:100%;
				height:36px;
				background-color:#D4E6F2;
				line-height:36px;
				font-size:14px;
				color:#E16C1F;
				}
#footer {
	margin-top:30px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	height:78px;
	line-height:18px;
	text-align:center;
	color:#666666;
	border-top:2px solid #D4E6F2;
	}
