@charset "UTF-8";
h2 {
	color: #2468AC;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
}
p {
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	color: #077F0A;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
a {
	color: #008A00;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	text-decoration: none;
}
.hilight {
	color: #00C0FD;
	font-size: 1.5em;
}
#container {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #FFFFFF;
	color: #999;
}
#heading {
	width: 898px;
	height: 150px;
	background-color: #0D6FD3;
	padding-left: 127px;
	padding-top: 50px;
	position: relative;
	background-image: url(image/2gsd-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#nav {
	width: 1024px;
	height: 20px;
	min-height: 45px;
	float: right;
	margin-top: 119px;
}
#nav a {
	background-color: #00AAE1;
	display: block;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FCF8F8;
	font-size: 2.em;
	text-decoration: none;
	font-size: 1.em;
	font-size: 1.em;
	font-size: 0.9em;
	padding-bottom: 5px;
}
#text {
	width: 640px;
	min-height: 400px;
	padding-left: 40px;
	padding-right: 20px;
	float: left;
}
#image {
	width: 324px;
	height: 400px;
	float: right;
	padding-top: 50px;
}
#footer {
	width: 1024px;
	clear: both;
	height: 50px;
	text-align: center;
	margin: auto;
	padding-top: 2.5px;
	padding-bottom: 0px;
	border-color: #999;
	background-color: #999;
}
body {
	background-color: #2DF9CE;
	background-image: -webkit-linear-gradient(349deg,rgba(91,210,205,0.91) 15.16%,rgba(255,255,255,1.00) 85.01%);
	background-image: linear-gradient(101deg,rgba(91,210,205,0.91) 15.16%,rgba(255,255,255,1.00) 85.01%);
}
ul li a {
}
#nav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	position: absolute;
}
#nav li {
	float: left;
}
#nav a:hover {
	background-color: #5CDED0;
	color: #F40A0A;
}
#footer p {
	color: #008A00;
	text-align: center;
}
