/*******************************************************************************
   Homepage Stylesheet
*******************************************************************************/
div#main_banner {
	width: 761px;
	height: 315px;
	background: url(../images/banners/main/home_main_banner.jpg) top left no-repeat;
	margin-top: 4px;
	}
	
div#bottom_banner {
	width: 761px;
	height: 181px;
	background: url(../images/banners/bottom/home_bottom_banner.jpg) top left no-repeat;
	margin-top: 16px;
	}
	
/*******************************************************************************
   Main Banner
*******************************************************************************/
div#main_banner div#main_for_you {
	float: left;
	width: 303px;
	margin: 32px 50px 0 0;
	padding-left: 28px;
	}
	
div#main_banner div#main_yourself {
	float: left;
	width: 302px;
	margin: 32px 0 0 28px;
	}
	
div#main_for_you h1,
div#main_yourself h1 {
	font-family: Verdana, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #2E3192;
	}
	
div#main_for_you p,
div#main_yourself p {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 0 0 10px 5px;
	line-height: 1.3em;
	}

/*******************************************************************************
   Bottom Banner
*******************************************************************************/
div#bottom_banner div#bottom_one_stop {
	float: left;
	width: 400px;
	margin: 32px 0 0 0;
	padding-left: 28px;
	}
	
div#bottom_one_stop h1 {
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2e3192;
	}

div#bottom_one_stop p {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	padding: 0 0 10px 5px;
	line-height: 1.3em;
	}
	
div#bottom_one_stop p.learn_more {
	padding-top: 10px;
	}
