@CHARSET "UTF-8";

/* Homepage */
/*
div#fce_home {
}

div#fce_top_banner{
}

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;
}
*/

/* 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;
}



/*====================== New Layout ======================*/

#featured-content{
	float:left;
	width:247px;
	padding:15px 10px;
	height:214px;
}

#banner{
	float:left;
	width:733px;
	height:244px;
}

#fce_featured_module_1_col_1, #fce_featured_module_1_col_2, #fce_featured_module_1_col_3, #fce_featured_module_1_col_4{
	float:left;
	width:225px;
	padding:10px;
}

#fce_featured_module_2{
	padding:10px 10px;
}

#fce_featured_module_left{
	float:left;
	width:445px;
	padding:7px 10px;
	margin-left:10px;
	margin-right:20px;
}

#fce_featured_module_right{
	float:left;
	width:480px;
}

#fce_featured_module_left_col_1{
	float:left;
	width:205px;
	margin-right:15px;
}

#fce_featured_module_left_col_2{
	float:left;
	width:210px;
}


