.smallbox {
	float:					left;
}

.smallbox .top {
	background: 			url("/images/front/boxes/smallbox-top.png");
	background-repeat: 		no-repeat;
	background-position: 	top left;
	height:					37px;
	overflow: 				hidden;
}

.smallbox .top .logo {
	margin-left: 			10px;
	float:					left;
}

.smallbox .top .title {
	margin-left: 			10px;
	float:					left;
	margin-top: 			8px;
}



.smallbox .mid {
	background: 			url("/images/front/boxes/smallbox-mid.png");
	background-repeat: 		repeat-y;
	width: 					331px;
	float: 					left;
}

.smallbox .mid .content {
	margin-left:			15px;
	margin-top:				10px;
	margin-right:			15px;
	margin-bottom:			10px;
}

.smallbox .mid .content .bodytext {
	height:					120px;
	overflow: 				hidden;
}


.smallbox .bot {
	background: 			url("/images/front/boxes/smallbox-bot.png");
	background-repeat: 		no-repeat;
	width: 					331px;
	height: 				16px;
	float: 					left;
	overflow: 				hidden;
}

.bigbox {
	float:					left;
}

.bigbox .top {
	background: 			url("/images/front/boxes/bigbox-top.png");
	background-repeat: 		no-repeat;
	background-position: 	top left;
	height:					37px;
	overflow: 				hidden;
}

.bigbox .top .logo {
	margin-left: 			10px;
	float:					left;
}

.bigbox .top .title {
	margin-left: 			10px;
	float:					left;
	margin-top: 			8px;
}



.bigbox .mid {
	background: 			url("/images/front/boxes/bigbox-mid.png");
	background-repeat: 		repeat-y;
	width: 					681px;
	float: 					left;
}

.bigbox .mid .content {
	margin-left:			15px;
	margin-top:				10px;
	margin-right:			15px;
	margin-bottom:			10px;
}

.bigbox .mid .content .bodytext {
	height:					120px;
	overflow: 				hidden;
}


.bigbox .bot {
	background: 			url("/images/front/boxes/bigbox-bot.png");
	background-repeat: 		no-repeat;
	width: 					681px;
	height: 				16px;
	float: 					left;
	overflow: 				hidden;
}

.course-detail {
	float:					left;
}

.course-detail .logo {
	float:					left;
}

.course-detail .title {
	margin-left: 			10px;
	float:					left;
	margin-top: 			0px;
}

.course-detail .subtitle {
	margin-left: 			10px;
	float:					left;
	margin-top: 			0px;
}

