@charset "UTF-8";
/*

PASSAGE INTERRUPTED
Global CSS Style Sheet
Version: 1.0

Author: futurepruf.com

COLORS:
body:

Wrapper Width: 1000px

*/

/*==================== GLOBAL ====================*/

html, body { background-color: #FFF; }

body {
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;;
}

a:active { outline: none; }
:focus { -moz-outline-style: none; }

#wrapper {
    margin: 0 auto;
    width: 1000px;
}

/*==================== INDEX ====================*/

#wrap_index_image {
	margin: 10px 0 0 0;
	padding: 0;
	width: 1000px;
	height: 563px;
	float: left;
	overflow: hidden;
}
	
	#wrap_index_image_left {
		float: left;
	}
	
	#wrap_index_image_right {
		float: left;
	}

#wrap_index_text {
	margin: 0;
	padding: 18px;
	width: 964px;
	float: left;
	/* background-color: #C0D7DB; */
	background-image: url(../images/index/bg_index_text.png);
	background-repeat: repeat-x;
	color: #505A5B;
}

	#wrap_index_text h1 {
		margin: 0 18px 0 0;
		padding: 0;
		font-size: 16px;
		float: left;
		height: 100%;
	}

	#wrap_index_text_left {
		margin: 0 18px 0 0;
		padding: 0;
		width: 300px;
		float: left;
	}

	#wrap_index_text_right {
		margin: 0;
		padding: 0;
		width: 465px;
		float: left;
	}
	
		#wrap_index_text p {
			margin: 0 0 18px 0;
			padding: 0;
			font-size: 12px;
			line-height: 16px;
		}
	
/*==================== CLASSES ====================*/

.clear { clear: both; }