#header{
	margin: 0px;
	padding: 5px;
	width: 98%;
	height: 70px;
	border-bottom: #666 solid 1px;
	/*position:fixed;*/
}

#contents{
	 width:98%;
	 margin-left:auto;
	 margin-right:auto;
	 text-align:left;
	 text-wrap:none;
}

#contents #leftarea{
	margin:5px;
	width:300px;
	float:left;
}

#contents #rightarea{
	margin:5px;
	width: 500pxs;
	float:left;
}

#contents #rightarea dd.scheduled{
	color:#CCCCCC;
}

#contents .subtitle{
	font-size:18px;
	font-weight:bold;
	border-top: #900 solid 3px;
	background-color: #eee;
	padding: 3px 0px 3px 10px;
	white-space: nowrap;
}

#contents #Suchedule .New{
	font-size:12px;
	font-weight:bold;
	color: #CC0000;
}

#contents table.courseInfo{
	margin-top: 0.2em;
	margin-bottom: 1em;
	width: 636.4px;
	border-collapse: separate;
	border-spacing: 2px;
	font-size: 100%;
}

#contents table.courseInfo th {
	width:100px;
	background: #900;
	color: #FFF;
}

#contents table.courseInfo col.InfoTitle {
	background: #900;
}
#contents table.courseInfo col.InfoValue {
	background: #FFEEEE;
}

#footer{
	margin: 0px;
	padding: 5px;
	width: 98%;
	height: 60px;
	border-top: #666 solid 1px;
	text-align:right;
	clear: left;
}

