@charset "utf-8";
/* CSS Document */

#container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
	overflow: hidden;
}

#header_bar {
	background: #000;
}

#banner_and_text {
	width: 600px;
	float: left;
	margin-top: 30px;
	margin-left: 70px;
	margin-bottom: 30pm;
	text-align: justify;
}

#vertical_banner {
	width: 200px;
	float: left;
	margin-top: 30px;
	margin-left: 60px;
	margin-bottom: 30px;
}

#kandn_pic {
	width: 300px;
	float: left;
	margin-top: 121px;
}

#welcome_text {
	width: 280px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	text-align: justify;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
}
#container #banner_and_text p strong {
	color: #000;
}
