#course_select {
	width: 113px;
	height: 129px;

	display: block;

	margin-top: 54px;
	left: 33px;

	position: relative;
	float: left;

	color: #fff;
	font-size: 9px;
	text-align: left;
	overflow: visible;
}

#course_select select {
	width: 93px;
	height: 15px;
	
	border-style: none;
	border-width: 0px;
	
	font-size: 12px;
	display: block;
	color: #fff;
	
	background-color: #7e7e7e;
	
	margin-bottom: 7px;
}

#course_select a {
	
	position: relative;
	
	width: 40px;
	height: 18px;
	
	left: -14px;
	display: block;
	
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #d3d259;
	background: #4fa2aa url(../image/go.jpg) no-repeat top center;
	
	text-align: left;
	text-indent: 14px;
}

#course_select .course_title {
	margin-left: 3px;
	margin-bottom: 3px;
	margin-top: 2px;
}


#main_image img {
	height: 310px;
	width: 571px;
}

#content {
	width: 231px;
	margin-top: 7px;
	
	padding: 5px 21px 21px 21px;
	
	background-color: #929393;
	
	float: right;
	
	text-align: left;
	color: #fff;
}

#vic_logo {
	width: 147px;
	height: 42px;
	display: block;
	
	background-image: url(../image/vic_logo.jpg);
	background-repeat: no-repeat;
	
	margin-top: 20px;
	
	float: right;
}