html {
	height: 98%;
	margin: 0px;
	padding: 0px;
}
BODY {
	background-image: url('../img/01-10_BACK.jpg');
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #bb9c7d;
	font-size: 11px;
	font-family: arial, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 980px;
	height: 680px;
}
#top {
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 267px;
	float: left;
}
#date {
	background-image: url('../img/01-10_TITLE_DATE.png');
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 500px;
	height: 210px;
}
#slogan {
	background-image: url('../img/01-10_SLOGAN.png');
	background-attachment: scroll;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 280px;
	left: 510px;
	width: 450px;
	height: 117px;
}
#content {
	position: relative;
	top: -20px;
	left: 0px;
	width: 600px;
	height: 435px;
	float: left;
	z-index: 1;
}
/*text*/
h1 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: arial, sans-serif;
	color: #187fae;
	line-height: 5px;
	font-weight:bold;
	margin-bottom: 8px;
}
h2 {
	text-transform: uppercase;
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #000;
	line-height: 8px;
	font-weight:lighter;
	margin-bottom: 20px;
}
h3 {
	text-transform: uppercase;
	font-size: 20px;
	font-family: arial, sans-serif;
	color: #0f597c;
	line-height: 8px;
	font-weight:lighter;
	margin-bottom: 20px;
}
p{
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #fff;
	line-height: 18px;
}
ul li{
	list-style-position: outside;
	list-style-type: decimal;
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #00ccff;
	line-height: 16px;
	text-transform: uppercase;
}
hr {
	color: #187fae;
}
a:link    {color:#fff; background-color:transparent;text-decoration:underline;font-weight:lighter;border:0px;}
a:visited {color:#fff; background-color:transparent;text-decoration:underline;font-weight:lighter;border:0px;}
a:active  {color:#fff; background-color:transparent;text-decoration:underline;font-weight:lighter;border:0px;}
a:hover   {color:#187fae; background-color:transparent;text-decoration:underline;font-weight:lighter;border:0px;}
