@CHARSET "UTF-8";

/* Homepage */
div#fce_home {
}

div#fce_home_banner {
	width: 1000px;
	margin-bottom: 15px;
}

div#fce_home_column_1 {
	float: left;
	width: 590px;
	padding-left: 10px;
}

div#fce_home_column_1 h1 {
	margin-left: -10px;
	padding-left: 10px;
}

div#fce_home_column_2 {
	float: left;
	width: 380px;
	margin-left: 10px;
}

div#fce_home_column_2 h1 {
	margin-right: -10px;
	padding-right: 10px;
}

/* Staff */
div.fce_staff {
	clear: both;
	margin-bottom: 0.75em;
}

div.fce_staff h2 {
	padding-top: 0px;
	color: #002f59;
}

div.fce_staff_data h2 {
	margin-bottom: 0.75em;
}

div.fce_staff_image {
	float: left;
	margin-right: 0.625em;
}

div.fce_staff_data {
	
}

div.fce_staff_data dl {
	margin-top: 0.5em;
}

div.fce_staff_data dt {
	color: #3C6A8C;
	width: 4.5em;
	margin-right: 0.4em;
	text-align: right;
	float: left;
}

/* Description */
div#fce_description {
	clear: both;
	padding-bottom: 0.5em;
}

div#fce_description_data h2 {
	padding-top: 0px;
}

div#fce_description_data p {
	
}

div#fce_description_image {
	float: left;
	margin-right: 7px;
}

div#fce_description_data {
	
}

div#fce_description_data dl {
	margin-top: 0.5em;
}

div#fce_description_data dt {
	width: 4.5em;
	margin-right: 0.4em;
	text-align: right;
	float: left;
}

/* Lecture compEng */
div#fce_course_compeng {
	float: left;
}

div#fce_course_compeng div {
	float: left;
}

div#fce_course_compeng div#fce_course_compeng_learning_goals {
	width: 375px;
}

div#fce_course_compeng div#fce_course_compeng_contents {
	width: 375px;
	margin-left: 10px;
}

div#fce_course_compeng div#fce_course_compeng_information {
	width: 760px;
	padding-right: 10px;
}

/* Two columns */
div#fce_two_columns {
	clear: both;
	width: 770px;
}

div#fce_two_columns ol {
	padding-left: 4em;
}

div#fce_two_columns_c1 {
	float: left;
	width: 375px;
}

div#fce_two_columns_c2 {
	float: left;
	width: 375px;
	margin-left: 10px;
}
