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

body {
	margin:auto;
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:center;	
	background-color:#FFFFFF;
}



#container {
	margin:auto;
	position:relative;
	left:0px;
	top:0px;
	width:955px;
	height:700px;
	text-align:left;
}

#nav {
	width:374px;
	height:69px;
	float:right;
}

#content {
	width:955px;
	float:right;
}

#container_schedule {
	margin:auto;
	position:relative;
	width:935px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

.border {
	border: 1px solid #c3c3c3;
	width:720px;
}

#right-col {
	position:absolute;
	width:180px;
	left:731px;
	top: 36px;
	border: 1px solid #c3c3c3;
	padding:10PX;
}

.style1 {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
}
.style6 {color: #501C56; font-weight: bold; font-size: 14; }

#content_left {
	width:600px;
	text-align:left;
	float:left;
}

#content_right {
	width:300px;
	text-align:left;
	padding-left:20px;
	float:left;
}
