@charset "utf-8";
/* CSS Document */

body {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				14px;
	background:				url(image/background.jpg);
	background-repeat:		repeat-x;
	background-position:	top;	
}

a {
	color:					#000;
	text-decoration:		none;
}

h3 {
	margin:					0px;	
}

#container {
	position:				absolute;
	top:					0px;
	left:					0px;
	width:					100%;
}

#header {
	position:				relative;
	top:					0px;
	width:					100%;
	height:					192px;
	z-index:				2;
}

#logo {
	position:				absolute;
	background:				url(image/logo.png);
	background-repeat:		no-repeat;
	width:					1030px;
	height:					192px;
	left:					50%;
	margin-left:			-515px;
	padding:				0px;
	z-index:				3;	
}

#navigation {
	position:				absolute;
	top:					153px;
	width:					100%;
	font-size:				15px;
	z-index:				4;
}

#content {
	position:				relative;
	top:					-14px;
	left:					50%;
	margin-left:			-448px;
	width:					896px;	
	height:					100%;
	padding-top:			20px;
	z-index:				1;
}

#text {
	vertical-align:			text-top;
	padding-left: 			10px;	
}

#line {
	background:				url(image/line.png);
	background-repeat:		repeat-x;	
}

#contact-image {
	position: 				relative;
	width: 					703px;
	height: 				468px;
}