@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #6699CC;
	width: 980px;
	font-size: 16px;
	height: auto
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
}
html {
	overflow-y: scroll;
}
/* CSS Document */
#container {
	width: 960px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#container h1 strong {
	position: absolute;
	top: -500px;
}
#banner {
	position: relative;
}
#check_menu {
	position: absolute;
	right: 15px;
	bottom: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#logo {
	position: absolute;
	left: 21px;
	bottom: 38px;
}
#center_image {
	background-image: url(../Images/center_image_2gray_430_r10.png);
	background-repeat: no-repeat;
	position: relative;
	width: 960px;
	height: 430px;
}
#center_intro {
	width: 930px;
	float: left;
	margin-left: 25px;
}
.link_proj a {
	font-style: oblique;
	color: #6699CC;
	text-decoration: none;
}
#left_intro, #right_intro {
	width: 350px;
	float: left;
}

#left_intro h3, #right_intro h3{
		color: #6699CC;
}
#left_intro {
	margin-left: 120px;
	position: relative;
	top: -10px;
	line-height: 1em;
}
#right_intro {
	margin-left: 110px;
	position: relative;
	top: -10px;
	line-height: 1em;
}
p {
	margin-top: 1em;
}
#container #center_intro p {
	font-size: 16px;
	font-style: normal;
	line-height: 1.2em;
	padding-right: 10px;
	padding-left: 10px;
}
#container #left_intro p {
	font-size: 16px;
	line-height: .3em;
}
#container #right_intro p {
	font-size: 16px;
	line-height: .3em;
}
#Footer p {
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
	left: 812px;
	bottom: 12px;
	width: 200px;
}
