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

body {
	background: #FFF url(../images/main_bg_white.jpg) repeat-x;
	background-position: 0px 100px;
	}
	
.divider, .divider_long {
	display:block;
	height:4px;
	border:none;
	margin: 4px 0;
	}
	
.divider {
	width:400px;
	}
	
.sidepic {
	float:left;
	width:170px;
	display:block;
	}
	
.title_text {
	color:#000066;
	}
	
	.text {
	color:#000066;
	font-size:1.4em;
	line-height:1.6em;
	}
	

.l_text {
	display:block;
	float:left;
	width:400px;
	padding-right:30px;
	height:400px;
	font-size:1.2em;
	color:#006;
	}
	
.l_text p {
	font-size: 14px;
	}
.r_text {
	display:block;
	float:right;
	width:420px;
	padding-right:30px;
	font-size:1.2em;
	color:#006;
	}
