@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
}
/* CSS Document */

#container {
	width: 968px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#container h1 {
	position: absolute;
	top: -500px;
}

#banner {
	position: relative;
}
#check_menu {
	position: absolute;
	/* [disabled]top: 50px; */
	right: 0px;
	bottom: 0px;
}

#main_image {
	background-image: url(../images/main_image.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 376px;
	width: 968px;
}
#left_column, #center_column, #right_column {
	width: 316px;
	float:left;
}
#center_column, #right_column {
	margin-left: 10px;
}
#main_text {
	opacity:0.1;
	filter:alpha(opacity=10); /* For IE8 and earlier */
	background-color: #FFF;
	width: 300px;
	line-height: 1.2;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	padding: 12px;
	position: absolute;
	right: 60px;
	bottom: 60px;
}
#main_text:hover {
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	background-color: #FFF;
	width: 300px;
	line-height: 1.2;
    font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	padding: 12px;
	position: absolute;
	right: 60px;
	bottom: 60px;
}
#main_text h2 {
	color: #00b4e1;
	margin: 0 auto;
	margin-bottom: 10px;
}
#main_text h3 {
	font-size:16px;
	margin: 0 auto;
}
#main_text p{
	font-size: 14px;
	margin: 0 auto;
}
p {
	margin-top: 1em;
}
