@charset "UTF-8";
#banner {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	left: 0px;
	top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 200px;
	background-image: url(JPG/logo_banner.jpg);
	width: 1600px;
}
#container {
	font-family: "Gill Sans", Verdana, Arial;
	font-size: 16px;
	color: #666666;
	background-color: #FFFFFF;
	height: 1000px;
	width: 550px;
	margin-top: 50px;
	margin-left: 100px;
	padding: 50px;
	left: 300px;
}
body {
	color: #999999;
	background-color: #FFCC66;
	margin-top: 0px;
	margin-left: 0px;
}
h1 {
	font-family: "Gill Sans", Verdana, Arial;
	font-size: 20px;
	color: #666666;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
}
#container p {
	background-color: #FFCC66;
	height: auto;
	width: auto;
	color: #996600;
	padding: 20px;
	border: 1px solid #CC9900;
}
a:link {
	color: #996600;
}
a:visited {
	color: #996600;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

