/* Cruising Resources Home Page Cascading Style Sheet */

	h1 {
		font-size: 1.5em;
	}

	.right-col {
		float: right;
		width: 180px;
		margin: 0px;
		padding: 0px;
	}

	.left-col {
/* 		margin-right: 180px; */
		margin: 0px;
		padding: 0px;
/* 		border: 1px solid red; */
		width: 400px;
	}

	.welcome {
		
	}

	.section_left, .section_right, .section_text {
		border-style: solid;
		border-color: #234769;
		border-width: 0px;
		background-color: #d7e4f4;
	}

	.section_left, .section_right {
/* 		float: left; */
		border-width: 1px;
/* 		height: 100px; */
		margin: 0px 0px 10px 0px;
		padding: 0px;
/* 		width: 400px; */
		clear: none;
/* 		background-color: red; */
	}

	.section_left img, .section_right img {
		width: 100px;
		height: 100px;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}

	.section_left img {
		float: left;
		border-right-width: 1px;
	}

	.section_right img {
		float: right;
	}

	.section_right .section_text {
		margin-right: 100px;
		border-right-width: 1px;
	}

	.section_left .section_text {
		margin-left: 100px;
		border-left-width: 1px;
		text-align: right;
	}

	.section_text {
		height: 100px;
		padding: 0px 10px 0px 10px;
		font-size: .9em;
/* 		margin-left: 100px; */
/* 		overflow: auto; */
/* 		border-width: 1px; */
	}

	.section_text h2 {
		font-size: 1.3em;
		margin: 0px;
		padding: 0px;
		line-height: 2.0;
	}

	.section_text p {
		margin: 0px;
		padding: 0px;
		text-align: justify;
	}

	.section_text p a, .section_text p a:visited {
		color:#008000;
/* 		border-bottom: 1px dotted #10A701; */
		text-decoration: none;
	}

	.section_text p a:hover {
		color: #10A701;
		border-bottom: 1px dotted #008000;
	}

	.right_box {
		font-size: 1.2em;
		margin: 0px 0px 10px 0px;
		padding: 0px;
		line-height: 1.5;
		border: 1px solid #02AB99;
		background: #CBE9C6;
	}

	.rigth_box a, .right_box a:visited {
		color: #02AB99;
	}

	.right_box h3 {
		margin: 0px 0px 10px 0px;
		padding: 0px;
		line-height: 1.2;
		background-color: #02AB99;
		color: white;
		border-bottom: 1px solid #02AB99;
		text-align: center;
		font-size: 1.1em;
		font-weight: bold;
	}

	.right_box p {
		margin: 10px;
	}