body {
	color: gray;
	line-height: 1.4;
	background-color: #d4dbe5;
}

#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 30px;
	background-color: #FFFFFF;
	border-right-width: medium;
	border-right-style: groove;
	border-right-color: #CCCCCC;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
}
#header {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
	margin: 0;
	}

#header h1 {
	font-size: small;
	font-family: sans-serif;
	margin: 0;
	float: left;
}


#header li {
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	border-right: solid 1px;
	border-right-color: gray;
	font-size: 10px;
	color: #66ffff;
	left: 155px;
	position: relative;
	display: block;
	float: left;
}


#navibar {
	width: 760px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
#navibar ul {
	margin: 0px;
	padding: 0px;
}
#navibar li {
	float: left;
	list-style-type: none;
	width: 152px;
	background-image: url(../img/bar.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

#navibar li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #eeeeee;
	font-style: italic;
	font-size: 12px;
	font-family: Osaka, "Century Gothic", sans-serif;
	font-weight: bold;
	padding-top: 5px;
}

#navibar li a:hover {
	color: #9db5cf;
	display: block;
	background-image: url(../img/bar2.jpg);
	background-repeat: no-repeat;
	height: 30px;
}

#flash {
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 760px;
	background-color: #d4dbe5;
}


#contents {
	width: 760px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}

#side {
	font-size: 75%;
	padding:20px;
	width: 200px;
	margin: 0px;
	float: left;
	position: relative;
	z-index: 5;
}

#newsContents {
	position: relative;
	margin: 0px;
	padding: 0px;
}


#newsContents h3 {
	font-family: Osaka, "Century Gothic", sans-serif;
	font-size: 180%;
	font-style: italic;
	font-weight: bold;
	color: #fad16e;
	text-indent: 1em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-bottom: 0px;
}


#news  {
	width: 455px;
	height: 170px;
	overflow: auto;
	margin: 0;
	background-color: #d4dbe5;
	position: relative;
	left: 1em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.clear { clear: left;
}
address {
	color: #FFFFFF;
	background-color: #9db5cf;
	text-align: center;
	font-size: 70%;
	clear: both;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration: none;
}
