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

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
#banner {
	background-image: url(../images/ggc_banner.png);
	height: 175px;
	width: 968px;
}
#line_a {
	background-image: url(../images/line.png);
	height: 50px;
	width: 958px;
	padding-top: 50px;
	padding-left: 10px;
}
#main_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	color: #039;
}
#main_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	text-align:  left;
	letter-spacing: 1px;
}
#line_b {
	background-image: url(../images/line.png);
	height: 75px;
	width: 968px;
}
#contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	height: auto;
}

