@charset "utf-8";
/* CSS Document */

#bkgd {
	position:absolute;
	width:1000px;
	height:800px;
	z-index:8;
	background-image: url(images/bkgd.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	left: 0px;
	top: 0px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-top-color: #233C7E;
	border-right-color: #233C7E;
	border-bottom-color: #233C7E;
	border-left-color: #233C7E;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-style: solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #233C7E;
	text-align: center;
}
#header {
	position:absolute;
	width:1000px;
	height:346px;
	z-index:10;
	background-image: url(images/header_grx_01.png);
	left: 0px;
	top: 0px;
}
#box {
	position:absolute;
	width:687px;
	height:449px;
	z-index:11;
	background-image: url(images/box_03.png);
	left: 240px;
	top: 260px;
	font-family: Arial, Helvetica, sans-serif;
	color: #03367E;
	font-size: 14px;
	background-repeat: no-repeat;
	padding: 20px;
	vertical-align: top;
	text-align: left;
}
#big_title {
	position:absolute;
	width:529px;
	height:49px;
	z-index:13;
	left: 389px;
	top: 159px;
	font-family: Arial, Helvetica, sans-serif;
	color: #233C7E;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
}
#phone {
	position:absolute;
	width:200px;
	height:110px;
	z-index:12;
	left: 22px;
	top: 364px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #03367E;
}
.phonetext {
	font-weight: bold;
	font-size: 24px;
}
.contentA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #03367E;
}
.contentB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03367E;
	font-weight: normal;
}
.bigheadline {
	font-size: 36px;
}
#box .bigheadline {
	font-size: 30px;
}
#navbar {
	position:absolute;
	width:600px;
	height:70px;
	z-index:14;
	left: 333px;
	top: 206px;
}
#bott_nav {
	position:absolute;
	width:666px;
	height:34px;
	z-index:15;
	left: 268px;
	top: 752px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03367E;
	text-align: center;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #03367E;
}
